mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 10:26:02 +02:00
+ Changes to be able to make book
This commit is contained in:
parent
4dfe29b3bb
commit
039c929f5c
@ -18,9 +18,12 @@
|
|||||||
% 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.
|
||||||
%
|
%
|
||||||
% This is just a main file. All units are described in separate files.
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%
|
% Preamble.
|
||||||
|
% Uncomment the one you need here. The book version is for the published
|
||||||
|
% book version.
|
||||||
\documentclass{report}
|
\documentclass{report}
|
||||||
|
%\documentclass{book}
|
||||||
%
|
%
|
||||||
% Preamble
|
% Preamble
|
||||||
%
|
%
|
||||||
@ -31,6 +34,17 @@
|
|||||||
\else
|
\else
|
||||||
\usepackage{fpc}
|
\usepackage{fpc}
|
||||||
\fi
|
\fi
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
% Uncomment the fpc or fpcbook version, depending on the output format
|
||||||
|
% you want.
|
||||||
|
\usepackage{fpc}
|
||||||
|
%\usepackage{fpcbook}
|
||||||
|
\latex{\usepackage{multicol}}
|
||||||
|
\latex{%
|
||||||
|
\ifpdf
|
||||||
|
\pdfcompresslevel=9
|
||||||
|
\pdfpagewidth=210mm
|
||||||
|
\pdfpageheight=297mm
|
||||||
%
|
%
|
||||||
\html{\input{fpc-html.tex}}
|
\html{\input{fpc-html.tex}}
|
||||||
%
|
%
|
||||||
@ -48,6 +62,8 @@
|
|||||||
%
|
%
|
||||||
% Syntax style
|
% Syntax style
|
||||||
%
|
%
|
||||||
|
% This is just a main file. All units are described in separate files.
|
||||||
|
%
|
||||||
\usepackage{syntax}
|
\usepackage{syntax}
|
||||||
\input{syntax/diagram.tex}
|
\input{syntax/diagram.tex}
|
||||||
%
|
%
|
||||||
|
Loading…
Reference in New Issue
Block a user