mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 22:23:43 +02:00
15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Preamble for report output
|
|
|
|
%
|
|
\documentclass{report}
|
|
|
|
%
|
|
\usepackage{fpc}
|
|
|
|
% Use times for PDF
|
|
\ifx\pdfoutput\undefined
|
|
\else
|
|
\usepackage{times}
|
|
\fi
|