mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-19 23:52:12 +02:00
42 lines
910 B
TeX
Executable File
42 lines
910 B
TeX
Executable File
% donot indent first line.
|
|
\setlength{\parindent}{0pt}
|
|
\setlength{\parskip}{5pt plus 2pt minus 1pt}
|
|
|
|
% sloppy
|
|
% ------
|
|
% Less strict (opposite to default fussy) space size between words. Therefore
|
|
% less hyphenation.
|
|
\sloppy
|
|
|
|
% fonts
|
|
% -----
|
|
% times for pdf generation, gives smaller pdf files.
|
|
%
|
|
% But in standard postscript fonts: courier and times/helvetica do not fit.
|
|
% Maybe use pslatex.
|
|
\usepackage{times}
|
|
\usepackage{pslatex}
|
|
|
|
% pagestyle
|
|
% \usepackage{fancyhdr}
|
|
\pagestyle{headings}
|
|
\setlength{\paperwidth}{8.5in}
|
|
\setlength{\paperheight}{11in}
|
|
|
|
\setlength{\oddsidemargin}{0.375in}
|
|
\setlength{\evensidemargin}{0.375in}
|
|
\setlength{\textwidth}{6.125in}
|
|
\setlength{\textheight}{8.875in}
|
|
|
|
\setlength{\topmargin}{-0.375in}
|
|
\setlength{\headheight}{0.25in}
|
|
\setlength{\headsep}{0.25in}
|
|
\setlength{\footskip}{0.25in}
|
|
|
|
\setlength{\admonitionwidth}{0.9\textwidth}
|
|
\setlength{\docinfowidth}{0.9\textwidth}
|
|
|
|
|
|
|
|
|