# HG changeset patch # User wenzelm # Date 1391964443 -3600 # Node ID e6be866b5f5b84c876706c56f69afb80e6c42829 # Parent 713629c2b73cb7959efc5338e5e9d5d38566b824 minimal document; diff -r 713629c2b73c -r e6be866b5f5b src/HOL/Number_Theory/Pocklington.thy --- 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 \ (\p\ set ps. prime p))" diff -r 713629c2b73c -r e6be866b5f5b src/HOL/Number_Theory/document/root.tex --- /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} + diff -r 713629c2b73c -r e6be866b5f5b src/HOL/ROOT --- 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 {*