minimal document;
authorwenzelm
Sun, 09 Feb 2014 17:47:23 +0100
changeset 55370 e6be866b5f5b
parent 55369 713629c2b73c
child 55371 cb0c6cb10681
minimal document;
src/HOL/Number_Theory/Pocklington.thy
src/HOL/Number_Theory/document/root.tex
src/HOL/ROOT
--- a/src/HOL/Number_Theory/Pocklington.thy	Sun Feb 09 17:41:17 2014 +0100
+++ b/src/HOL/Number_Theory/Pocklington.thy	Sun Feb 09 17:47:23 2014 +0100
@@ -668,7 +668,7 @@
 
 subsection{*Prime factorizations*}
 
-text{*FIXME Some overlap with material in UniqueFactorization, class unique_factorization.*}
+(* FIXME some overlap with material in UniqueFactorization, class unique_factorization *)
 
 definition "primefact ps n = (foldr op * ps  1 = n \<and> (\<forall>p\<in> set ps. prime p))"
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/Number_Theory/document/root.tex	Sun Feb 09 17:47:23 2014 +0100
@@ -0,0 +1,28 @@
+\documentclass[11pt,a4paper]{article}
+\usepackage{graphicx}
+\usepackage{isabelle,isabellesym}
+\usepackage{pdfsetup}
+
+\urlstyle{rm}
+\isabellestyle{it}
+
+
+\begin{document}
+
+\title{Various results of number theory}
+\maketitle
+
+\tableofcontents
+
+\begin{center}
+  \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{session_graph}
+\end{center}
+
+\newpage
+
+\parindent 0pt\parskip 0.5ex
+
+\input{session}
+
+\end{document}
+
--- a/src/HOL/ROOT	Sun Feb 09 17:41:17 2014 +0100
+++ b/src/HOL/ROOT	Sun Feb 09 17:47:23 2014 +0100
@@ -184,6 +184,8 @@
   theories
     Pocklington
     Number_Theory
+  files
+    "document/root.tex"
 
 session "HOL-Old_Number_Theory" in Old_Number_Theory = HOL +
   description {*