doc: avoid using fancy document classes
The LaTeX "report" style is good enough for us, especially since we ship only HTML anyway.
This commit is contained in:
parent
11738f2818
commit
ae5a180410
@ -1,16 +1,6 @@
|
||||
\documentclass[a4paper,11pt]{scrreprt}
|
||||
\documentclass[a4paper]{report}
|
||||
\usepackage{url}
|
||||
\usepackage{lastpage}
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
\lhead{\textsl{The Petidomo Mailing List Manager}}
|
||||
\chead{}
|
||||
\rhead{Page~\thepage~of~\pageref{LastPage}}
|
||||
\lfoot{}
|
||||
\cfoot{}
|
||||
\rfoot{}
|
||||
\fancypagestyle{plain}{}
|
||||
\fussy
|
||||
\sloppy
|
||||
|
||||
\newcommand{\Def}[1]{{\textsl{#1}}}
|
||||
\newcommand{\file}[1]{{\textsf{#1}}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user