author | wenzelm |
Mon, 13 Apr 2020 22:08:14 +0200 | |
changeset 71751 | abf3e80bd815 |
parent 70252 | 236c1bb128da |
child 72319 | 76bb6dd505c0 |
permissions | -rw-r--r-- |
53769 | 1 |
\documentclass[12pt,a4paper]{report} |
60185
cc71f01f9fde
prefer lmodern, which produces scalable T1 fonts even with Debian-ized TeXLive;
wenzelm
parents:
57327
diff
changeset
|
2 |
\usepackage{lmodern} |
57002
97a80d41a5ba
prefer T1 with searchable underscore (requires proper cm-super fonts);
wenzelm
parents:
54356
diff
changeset
|
3 |
\usepackage[T1]{fontenc} |
53769 | 4 |
\usepackage{supertabular} |
70112 | 5 |
\usepackage{rotating} |
53769 | 6 |
\usepackage{graphicx} |
61409 | 7 |
\usepackage{iman,extra,isar} |
53769 | 8 |
\usepackage[nohyphen,strings]{underscore} |
57327 | 9 |
\usepackage{amssymb} |
53769 | 10 |
\usepackage{isabelle,isabellesym} |
11 |
\usepackage{railsetup} |
|
12 |
\usepackage{style} |
|
13 |
\usepackage{pdfsetup} |
|
14 |
||
57310 | 15 |
\hyphenation{Edinburgh} |
53769 | 16 |
\hyphenation{Isabelle} |
17 |
\hyphenation{Isar} |
|
18 |
||
19 |
\isadroptag{theory} |
|
20 |
||
21 |
\isabellestyle{literal} |
|
61408
9020a3ba6c9a
@{verbatim [display]} supersedes old alltt/ttbox;
wenzelm
parents:
60185
diff
changeset
|
22 |
\def\isastylett{\footnotesize\tt} |
53769 | 23 |
|
53775 | 24 |
\title{\includegraphics[scale=0.5]{isabelle_jedit} \\[4ex] Isabelle/jEdit} |
53769 | 25 |
|
26 |
\author{\emph{Makarius Wenzel}} |
|
27 |
||
28 |
\makeindex |
|
29 |
||
30 |
||
31 |
\begin{document} |
|
32 |
||
33 |
\maketitle |
|
53770
db362319d766
added/updated material from src/Tools/jEdit/README.html;
wenzelm
parents:
53769
diff
changeset
|
34 |
|
53776 | 35 |
\begin{abstract} |
36 |
Isabelle/jEdit is a fully-featured Prover IDE, based on Isabelle/Scala and |
|
37 |
the jEdit text editor. This document provides an overview of general |
|
38 |
principles and its main IDE functionality. |
|
39 |
\end{abstract} |
|
40 |
||
41 |
\vspace*{2.5cm} |
|
42 |
||
43 |
\begin{quote} |
|
44 |
{\small\em Isabelle's user interface is no advance over LCF's, which is |
|
45 |
widely condemned as ``user-unfriendly'': hard to use, bewildering to |
|
46 |
beginners. Hence the interest in proof editors, where a proof can be |
|
47 |
constructed and modified rule-by-rule using windows, mouse, and menus. But |
|
48 |
Edinburgh LCF was invented because real proofs require millions of |
|
49 |
inferences. Sophisticated tools --- rules, tactics and tacticals, the |
|
50 |
language ML, the logics themselves --- are hard to learn, yet they are |
|
51 |
essential. We may demand a mouse, but we need better education and |
|
52 |
training.} |
|
53 |
||
54 |
Lawrence C. Paulson, ``Isabelle: The Next 700 Theorem Provers'' |
|
55 |
\end{quote} |
|
56 |
||
57 |
||
58 |
\vspace*{2.5cm} |
|
59 |
||
53770
db362319d766
added/updated material from src/Tools/jEdit/README.html;
wenzelm
parents:
53769
diff
changeset
|
60 |
|
db362319d766
added/updated material from src/Tools/jEdit/README.html;
wenzelm
parents:
53769
diff
changeset
|
61 |
\subsubsection*{Acknowledgements} |
db362319d766
added/updated material from src/Tools/jEdit/README.html;
wenzelm
parents:
53769
diff
changeset
|
62 |
|
db362319d766
added/updated material from src/Tools/jEdit/README.html;
wenzelm
parents:
53769
diff
changeset
|
63 |
Research and implementation of concepts around PIDE and Isabelle/jEdit has |
57310 | 64 |
started in 2008 and was kindly supported by: |
53770
db362319d766
added/updated material from src/Tools/jEdit/README.html;
wenzelm
parents:
53769
diff
changeset
|
65 |
\begin{itemize} |
70252 | 66 |
\item TU M\"unchen \url{https://www.in.tum.de} |
67 |
\item BMBF \url{https://www.bmbf.de} |
|
68 |
\item Universit\'e Paris-Sud \url{https://www.u-psud.fr} |
|
69 |
\item Digiteo \url{https://www.digiteo.fr} |
|
70 |
\item ANR \url{https://www.agence-nationale-recherche.fr} |
|
53770
db362319d766
added/updated material from src/Tools/jEdit/README.html;
wenzelm
parents:
53769
diff
changeset
|
71 |
\end{itemize} |
db362319d766
added/updated material from src/Tools/jEdit/README.html;
wenzelm
parents:
53769
diff
changeset
|
72 |
|
db362319d766
added/updated material from src/Tools/jEdit/README.html;
wenzelm
parents:
53769
diff
changeset
|
73 |
|
54356 | 74 |
\pagenumbering{roman} |
75 |
\tableofcontents |
|
76 |
\listoffigures |
|
77 |
\clearfirst |
|
53769 | 78 |
|
79 |
\input{JEdit.tex} |
|
80 |
||
81 |
\begingroup |
|
82 |
\tocentry{\bibname} |
|
83 |
\bibliographystyle{abbrv} \small\raggedright\frenchspacing |
|
84 |
\bibliography{manual} |
|
85 |
\endgroup |
|
86 |
||
87 |
\tocentry{\indexname} |
|
88 |
\printindex |
|
89 |
||
90 |
\end{document} |