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