summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/vhistory/doc/vh_sets_en.tex
blob: 49cfeab8faa500695383ca8ed47ad5783fa9763c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
\documentclass[a4paper,%
				12pt,%
				BCOR0mm,%
				DIVcalc,%
				automark,%
				pagesize%
				]{scrartcl}

\usepackage{graphicx, mparhack, fixltx2e, ellipsis, sets}
\usepackage[newcommands]{ragged2e}

%----------------  Fonts  ----------------------------------------------------
\usepackage{mathpazo} % Palatino
\usepackage[scaled=0.95]{helvet} % 
\usepackage{courier}				% TeleType font: Courier

\usepackage{setspace}				% line spread 1.05 (because of Palatino)
\linespread{1.05}

\usepackage[T1]{fontenc}			% use T1 fonts
\usepackage[utf8]{inputenc}
%-----------------------------------------------------------------------------

%----------------  Hyperref  -------------------------------------------------
\usepackage{hyperref}
\hypersetup{%
  pdftitle  = {The packages sets and vhistory},
  pdfsubject = {Documentation of the LaTeX packages},
  pdfauthor = {Jochen Wertenauer},
  pdfkeywords = {sets, sets.sty, vhistory, vhistory.sty, Documentation, user guide, LaTeX}}
%-----------------------------------------------------------------------------

%----------------  Headers and footers  --------------------------------------
\usepackage{scrlayer-scrpage}
\pagestyle{scrheadings}
%-----------------------------------------------------------------------------

\typearea[current]{calc}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

%%%--------  TITLEPAGE  ---------------------------------------------------%%%

\subject{Documentation of the \LaTeX\ packages}
\title{sets and vhistory}
\author{Jochen Wertenauer\\
	\normalsize{\href{mailto:jwertenauer@gmx.de}
					{jwertenauer\,@\,gmx.de}}}
\publishers{\vskip 2ex \small This document is published under the
	\href{http://www.latex-project.org/lppl.txt}{\LaTeX\ Project Public License}.}

\maketitle
%%%---------- END OF TITLEAGE ---------------------------------------------%%%

\tableofcontents\clearpage

\input{en_introduction}
\clearpage
\input{en_vhistory}
\clearpage
\input{en_sets}

\end{document}