mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 02:41:50 +02:00
Changes to work with book
This commit is contained in:
parent
039c929f5c
commit
d986b2ce21
@ -18,10 +18,16 @@
|
|||||||
% write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
% write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
% Boston, MA 02111-1307, USA.
|
% Boston, MA 02111-1307, USA.
|
||||||
%
|
%
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% Preamble.
|
||||||
|
% Uncomment the one you need here. The book version is for the published
|
||||||
|
% book version.
|
||||||
\documentclass{report}
|
\documentclass{report}
|
||||||
|
%\documentclass{book}
|
||||||
%
|
%
|
||||||
% Preamble
|
% Preamble
|
||||||
%
|
\usepackage{epsfig}
|
||||||
|
\usepackage{multicol}
|
||||||
\ifx\pdfoutput\undefined
|
\ifx\pdfoutput\undefined
|
||||||
\usepackage{html}
|
\usepackage{html}
|
||||||
\usepackage{htmllist}
|
\usepackage{htmllist}
|
||||||
@ -29,16 +35,20 @@
|
|||||||
\else
|
\else
|
||||||
\usepackage{fpc}
|
\usepackage{fpc}
|
||||||
\fi
|
\fi
|
||||||
%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\html{\input{fpc-html.tex}}
|
% Uncomment the fpc or fpcbook version, depending on the output format
|
||||||
%
|
% you want.
|
||||||
\ifpdf
|
%\usepackage{fpc}
|
||||||
|
%\usepackage{fpcbook}
|
||||||
|
\latex{%
|
||||||
|
\ifpdf
|
||||||
\pdfinfo{/Author(Michael Van Canneyt)
|
\pdfinfo{/Author(Michael Van Canneyt)
|
||||||
/Title(Programmers' Guide)
|
/Title(Programmers' Guide)
|
||||||
/Subject(Free Pascal Programmers' guide)
|
/Subject(Free Pascal Programmers' guide)
|
||||||
/Keywords(Free Pascal)
|
/Keywords(Free Pascal)
|
||||||
}
|
}
|
||||||
\fi
|
\fi
|
||||||
|
}
|
||||||
%
|
%
|
||||||
% Settings
|
% Settings
|
||||||
%
|
%
|
||||||
|
Loading…
Reference in New Issue
Block a user