mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:49:30 +02:00
15 lines
233 B
Plaintext
15 lines
233 B
Plaintext
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Preamble for book output
|
|
|
|
%
|
|
\documentclass[a4paper]{book}
|
|
|
|
%
|
|
\usepackage{fpcbook}
|
|
|
|
% Use times for PDF
|
|
\ifx\pdfoutput\undefined
|
|
\else
|
|
\usepackage{times}
|
|
\fi
|