src/HOL/HOLCF/Tutorial/document/root.tex
author wenzelm
Wed, 01 Jan 2025 19:24:00 +0100
changeset 81702 dc105ee2d759
parent 58867 911addd19e9f
permissions -rw-r--r--
more robust LaTeX setup, notably for Ubuntu 24.04;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37000
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
     1
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
     2
% HOLCF/document/root.tex
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
     3
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
     4
\documentclass[11pt,a4paper]{article}
81702
dc105ee2d759 more robust LaTeX setup, notably for Ubuntu 24.04;
wenzelm
parents: 58867
diff changeset
     5
\usepackage[T1]{fontenc}
37000
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
     6
\usepackage{graphicx,isabelle,isabellesym,latexsym}
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
     7
\usepackage[only,bigsqcap]{stmaryrd}
40945
b8703f63bfb2 recoded latin1 as utf8;
wenzelm
parents: 40774
diff changeset
     8
\usepackage{textcomp}
37000
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
     9
\usepackage{pdfsetup}
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    10
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    11
\urlstyle{rm}
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    12
\pagestyle{myheadings}
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    13
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    14
\begin{document}
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    15
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    16
\title{Isabelle/HOLCF Tutorial}
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    17
\maketitle
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    18
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    19
\tableofcontents
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    20
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    21
\parindent 0pt\parskip 0.5ex
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    22
\input{session}
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    23
41a22e7c1145 move some example files into new HOLCF/Tutorial directory
huffman
parents:
diff changeset
    24
\end{document}