aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/common/title.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/common/title.tex')
-rwxr-xr-xdoc/common/title.tex89
1 files changed, 89 insertions, 0 deletions
diff --git a/doc/common/title.tex b/doc/common/title.tex
new file mode 100755
index 000000000..8e1d1c9c9
--- /dev/null
+++ b/doc/common/title.tex
@@ -0,0 +1,89 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% File title.tex
+% Page formatting commands
+% Macro \coverpage
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%\setlength{\marginparwidth}{0pt}
+%\setlength{\oddsidemargin}{0pt}
+%\setlength{\evensidemargin}{0pt}
+%\setlength{\marginparsep}{0pt}
+%\setlength{\topmargin}{0pt}
+%\setlength{\textwidth}{16.9cm}
+%\setlength{\textheight}{22cm}
+\usepackage{fullpage}
+
+\newcommand{\printingdate}{\today}
+\newcommand{\isdraft}{\Large\bf\today\\[20pt]}
+%\newcommand{\isdraft}{\vspace{20pt}}
+
+%To show the top for the toc in html
+\newcommand{\tophtml}{}
+
+\newcommand{\coverpage}[2]{
+\thispagestyle{empty}
+\begin{center}
+\begin{Huge}
+\begin{bf}
+The Coq Proof Assistant\\
+\vspace{12pt}
+ #1\\
+\end{bf}
+\end{Huge}
+\vspace{20pt}
+\isdraft
+{\Large \bf Version \coqversion}
+\footnote[1]{This research was partly supported by IST working group ``Types''}
+\\
+\vspace{120pt}
+{\bf #2}\\
+\vfill
+{\Large \bf LogiCal Project}\\
+\vspace{15pt}
+\end{center}
+%BEGIN LATEX
+\newpage
+\vspace*{500pt}
+\thispagestyle{empty}
+%END LATEX
+\begin{flushleft}
+%BEGIN LATEX
+{\large{V\coqversion,
+\printingdate}}\\[20pt]
+%END LATEX
+{\large{\copyright INRIA 1999-2004 ({\Coq} versions 7)}}\\
+{\large{\copyright INRIA 2004-2006 ({\Coq} version 8)}}\\
+{\large{This material may be distributed only subject to the terms and
+conditions set forth in the Open Publication License, v1.0 or later
+(the latest version is presently available at
+\ahrefurl{http://www.opencontent.org/openpub})}}.
+\end{flushleft}
+%BEGIN LATEX
+\newpage
+%END LATEX
+}
+
+
+\newcommand{\shorttitle}[1]{
+\begin{center}
+\begin{huge}
+\begin{bf}
+The Coq Proof Assistant\\
+\vspace{10pt}
+ #1\\
+\end{bf}
+\end{huge}
+\end{center}
+\vspace{5pt}
+}
+
+% Local Variables:
+% mode: LaTeX
+% TeX-master: ""
+% End:
+
+% $Id$
+
+
+
+