author | Christian Urban <christian dot urban at kcl dot ac dot uk> |
Fri, 01 Mar 2013 17:28:25 +0000 | |
changeset 376 | 209fd285c86f |
parent 371 | 48b231495281 |
permissions | -rw-r--r-- |
370
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
1 |
\documentclass[11pt,a4paper]{article} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
2 |
\usepackage{isabelle,isabellesym} |
371
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
3 |
%begin adding |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
4 |
%\usepackage{pdfsetup} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
5 |
\usepackage{fancyhdr} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
6 |
\usepackage{beamerarticle} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
7 |
\usepackage[english]{babel} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
8 |
%\usepackage{enumitem} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
9 |
\usepackage{enumerate} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
10 |
\usepackage{cases} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
11 |
%\usepackage{CJK,cjknumb} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
12 |
%\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
13 |
\usepackage{amsmath,amssymb} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
14 |
%\usepackage[latin1]{inputenc} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
15 |
%\usepackage{colortbl} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
16 |
\usepackage{tikz} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
17 |
\usetikzlibrary{arrows,automata,decorations,fit,calc} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
18 |
\usetikzlibrary{shapes,shapes.arrows,snakes,positioning} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
19 |
\usepgflibrary{shapes.misc} % LATEX and plain TEX and pure pgf |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
20 |
\usetikzlibrary{matrix} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
21 |
\usepackage[latin1]{inputenc} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
22 |
\usepackage{verbatim} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
23 |
\usepackage{romannum} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
24 |
\usepackage{makeidx} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
25 |
\usepackage{listings} |
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
26 |
%end adding |
370
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
27 |
% further packages required for unusual symbols (see also |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
28 |
% isabellesym.sty), use only when needed |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
29 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
30 |
%\usepackage{amssymb} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
31 |
%for \<leadsto>, \<box>, \<diamond>, \<sqsupset>, \<mho>, \<Join>, |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
32 |
%\<lhd>, \<lesssim>, \<greatersim>, \<lessapprox>, \<greaterapprox>, |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
33 |
%\<triangleq>, \<yen>, \<lozenge> |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
34 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
35 |
%\usepackage[greek,english]{babel} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
36 |
%option greek for \<euro> |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
37 |
%option english (default language) for \<guillemotleft>, \<guillemotright> |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
38 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
39 |
%\usepackage[only,bigsqcap]{stmaryrd} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
40 |
%for \<Sqinter> |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
41 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
42 |
%\usepackage{eufrak} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
43 |
%for \<AA> ... \<ZZ>, \<aa> ... \<zz> (also included in amssymb) |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
44 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
45 |
%\usepackage{textcomp} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
46 |
%for \<onequarter>, \<onehalf>, \<threequarters>, \<degree>, \<cent>, |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
47 |
%\<currency> |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
48 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
49 |
% this should be the last package used |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
50 |
\usepackage{pdfsetup} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
51 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
52 |
% urls in roman style, theory text in math-similar italics |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
53 |
\urlstyle{rm} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
54 |
\isabellestyle{it} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
55 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
56 |
% for uniform font size |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
57 |
%\renewcommand{\isastyle}{\isastyleminor} |
371
48b231495281
Some illustration added together with more explanations.
zhang
parents:
370
diff
changeset
|
58 |
\newcommand{\wuhao}{\fontsize{6pt}{10pt}\selectfont} % ÎåºÅ, µ¥±¶Ðоà |
370
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
59 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
60 |
\begin{document} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
61 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
62 |
\title{utm} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
63 |
\author{By xujian} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
64 |
\maketitle |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
65 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
66 |
\tableofcontents |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
67 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
68 |
% sane default for proof documents |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
69 |
\parindent 0pt\parskip 0.5ex |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
70 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
71 |
% generated text of all theories |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
72 |
\input{session} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
73 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
74 |
% optional bibliography |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
75 |
%\bibliographystyle{abbrv} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
76 |
%\bibliography{root} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
77 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
78 |
\end{document} |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
79 |
|
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
80 |
%%% Local Variables: |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
81 |
%%% mode: latex |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
82 |
%%% TeX-master: t |
1ce04eb1c8ad
Initial upload of the formal construction of Universal Turing Machine.
zhang
parents:
diff
changeset
|
83 |
%%% End: |