doc-src/Ref/document/root.tex
changeset 48970 8be091776e93
parent 48939 83bd9eb1c70c
equal deleted inserted replaced
48969:6f7be3f5da94 48970:8be091776e93
     1 \documentclass[12pt,a4paper]{report}
     1 \documentclass[12pt,a4paper]{report}
     2 \usepackage{graphicx,iman,extra,ttbox,proof,pdfsetup}
     2 \usepackage{graphicx,iman,extra,ttbox,proof,pdfsetup}
     3 
     3 
     4 %%\includeonly{}
       
     5 %%% to index ids: \[\\tt \([a-zA-Z0-9][a-zA-Z0-9_'.]*\)    [\\ttindexbold{\1}
     4 %%% to index ids: \[\\tt \([a-zA-Z0-9][a-zA-Z0-9_'.]*\)    [\\ttindexbold{\1}
     6 %%% to delete old ones:  \\indexbold{\*[^}]*}
     5 %%% to delete old ones:  \\indexbold{\*[^}]*}
     7 %% run    sedindex ref    to prepare index file
     6 %% run    sedindex ref    to prepare index file
     8 %%% needs chapter on Provers/typedsimp.ML?
     7 %%% needs chapter on Provers/typedsimp.ML?
     9 \title{\includegraphics[scale=0.5]{isabelle} \\[4ex] Old Isabelle Reference Manual}
     8 \title{\includegraphics[scale=0.5]{isabelle} \\[4ex] Old Isabelle Reference Manual}
    45   (projects 3245: Logical Frameworks, and 6453: Types), and by the DFG
    44   (projects 3245: Logical Frameworks, and 6453: Types), and by the DFG
    46   Schwerpunktprogramm \emph{Deduktion}.
    45   Schwerpunktprogramm \emph{Deduktion}.
    47 
    46 
    48 \pagenumbering{roman} \tableofcontents \clearfirst
    47 \pagenumbering{roman} \tableofcontents \clearfirst
    49 
    48 
    50 \include{tactic}
    49 \input{tactic}
    51 \include{thm}
    50 \input{thm}
    52 \include{syntax}
    51 \input{syntax}
    53 \include{substitution}
    52 \input{substitution}
    54 \include{simplifier}
    53 \input{simplifier}
    55 \include{classical}
    54 \input{classical}
    56 
    55 
    57 %%seealso's must be last so that they appear last in the index entries
    56 %%seealso's must be last so that they appear last in the index entries
    58 \index{meta-rewriting|seealso{tactics, theorems}}
    57 \index{meta-rewriting|seealso{tactics, theorems}}
    59 
    58 
    60 \begingroup
    59 \begingroup
    61   \bibliographystyle{plain} \small\raggedright\frenchspacing
    60   \bibliographystyle{plain} \small\raggedright\frenchspacing
    62   \bibliography{manual}
    61   \bibliography{manual}
    63 \endgroup
    62 \endgroup
    64 \include{theory-syntax}
       
    65 
    63 
    66 \printindex
    64 \printindex
    67 \end{document}
    65 \end{document}