mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 13:30:33 +02:00
+ Updated version number, switched on bookmarks generation.
This commit is contained in:
parent
b6bc1d480f
commit
8dcd4fc669
@ -182,7 +182,7 @@
|
||||
%
|
||||
% Some versions
|
||||
%
|
||||
\newcommand{\fpcversion}{1.00}
|
||||
\newcommand{\fpcversion}{1.0.0}
|
||||
%
|
||||
% PDF support
|
||||
%
|
||||
@ -252,7 +252,7 @@
|
||||
% PDF stuff
|
||||
%
|
||||
\ifpdf
|
||||
%\usepackage[pdftex,bookmarks=true]{hyperref}
|
||||
\usepackage[pdftex,bookmarks=true]{hyperref}
|
||||
\usepackage{times}
|
||||
\usepackage[T1]{fontenc}
|
||||
\pdfcompresslevel=9
|
||||
|
@ -49,7 +49,7 @@
|
||||
\begin{document}
|
||||
\title{Free Pascal \\ Programmers' manual}
|
||||
\docdescription{Programmers' manual for \fpc, version \fpcversion}
|
||||
\docversion{1.6}
|
||||
\docversion{1.8}
|
||||
\input{date.inc}
|
||||
\author{Micha\"el Van Canneyt}
|
||||
\maketitle
|
||||
|
@ -51,7 +51,7 @@
|
||||
\begin{document}
|
||||
\title{Free Pascal :\\ Reference guide.}
|
||||
\docdescription{Reference guide for Free Pascal, version \fpcversion}
|
||||
\docversion{1.6}
|
||||
\docversion{1.8}
|
||||
\input{date.inc}
|
||||
\author{Micha\"el Van Canneyt}
|
||||
\maketitle
|
||||
@ -7059,4 +7059,4 @@ table \var{TableIndex} with index \var{StringIndex}.
|
||||
% The index.
|
||||
%
|
||||
\printindex
|
||||
\end{document}
|
||||
\end{document}
|
@ -71,7 +71,7 @@
|
||||
\begin{document}
|
||||
\title{Free Pascal supplied units : \\ Reference guide.}
|
||||
\docdescription{Reference guide for standard Free Pascal units.}
|
||||
\docversion{1.6}
|
||||
\docversion{1.8}
|
||||
\input{date.inc}
|
||||
\author{Micha\"el Van Canneyt\\ Florian Kl\"ampfl}
|
||||
\maketitle
|
||||
@ -152,4 +152,4 @@ lookup.
|
||||
\input{sysutils.tex}
|
||||
% end of units. Index.
|
||||
\printindex
|
||||
\end{document}
|
||||
\end{document}
|
@ -45,7 +45,7 @@
|
||||
\begin{document}
|
||||
\title{Free Pascal :\\ Users' manual}
|
||||
\docdescription{Users' manual for \fpc, version \fpcversion}
|
||||
\docversion{1.6}
|
||||
\docversion{1.8}
|
||||
\input{date.inc}
|
||||
\author{Micha\"el Van Canneyt\\Florian Kl\"ampfl}
|
||||
\maketitle
|
||||
|
Loading…
Reference in New Issue
Block a user