Set the margin and text size using geometry rather than TeX.
This commit is contained in:
parent
d87ec75f73
commit
22649734cc
2 changed files with 7 additions and 12 deletions
|
@ -5,18 +5,12 @@
|
|||
\usepackage{fontspec}
|
||||
\usepackage[french]{babel}
|
||||
\usepackage[backend=biber]{biblatex}
|
||||
|
||||
% Resize the page to be close to what Sergey had in his HDR thesis.
|
||||
\topmargin0.5cm
|
||||
\oddsidemargin18.5mm
|
||||
\evensidemargin7.5mm
|
||||
%\marginparsep0in
|
||||
%\marginparwidth0in
|
||||
%\textwidth15.92cm
|
||||
\textwidth139mm
|
||||
%\textheight23.5cm
|
||||
%\textheight212mm
|
||||
\textheight232mm
|
||||
\usepackage[
|
||||
text={154mm,253mm},
|
||||
top=20mm,
|
||||
left=25mm,
|
||||
twoside
|
||||
]{geometry}
|
||||
|
||||
% A thick horizontal rule filling all page width.
|
||||
\def\thickhrule{\leavevmode\leaders\hrule height 1.5pt\hfill\kern\z@}
|
||||
|
|
|
@ -23,4 +23,5 @@
|
|||
\cite{Korec}
|
||||
|
||||
Hello World
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue