mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 21:50:14 +02:00
+ Set a4 paper size
This commit is contained in:
parent
fe4c4fac08
commit
9c8499159a
@ -2,7 +2,7 @@
|
||||
% Preamble for book output
|
||||
|
||||
%
|
||||
\documentclass{book}
|
||||
\documentclass[a4paper]{book}
|
||||
|
||||
%
|
||||
\usepackage{fpcbook}
|
||||
|
@ -1,5 +1,5 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Preamble for HTML output using Hevea
|
||||
%
|
||||
\documentclass{report}
|
||||
\documentclass[a4paper]{report}
|
||||
\input{fpc-hevea.tex}
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Preamble for report output
|
||||
%
|
||||
\documentclass{report}
|
||||
\documentclass[a4paper]{report}
|
||||
%
|
||||
\usepackage{fpc}
|
||||
%
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Preamble for report output
|
||||
%
|
||||
\documentclass{report}
|
||||
\documentclass[a4paper]{report}
|
||||
\usepackage[html,3,png,sections+]{tex4ht}
|
||||
%
|
||||
% FPC package
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Preamble for report output
|
||||
%
|
||||
\documentclass{report}
|
||||
\documentclass[a4paper]{report}
|
||||
\usepackage[html,4,png,sections+]{tex4ht}
|
||||
%
|
||||
% FPC package
|
||||
|
Loading…
Reference in New Issue
Block a user