blob: 5b2ba1ac4aa724ee89556a77a9497a8824b1c12c (
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
|
\documentclass[DIV=8, parskip=true, pagesize=auto]{scrartcl}
\addtokomafont{disposition}{\rmfamily}
\title{The \textsf{2in1} package}
\author{Sanjeev Saxena, \texttt{ssax@computer.org}}
\date{23/July/2001}
\begin{document}
\maketitle
This \LaTeX\ Style File is for printing two pages on a single page (landscape).
Page numbers are at bottom. Header is blank.
The author is Sanjeev Saxena, \texttt{ssax@computer.org}.
This package was last modified on 23/July/2001 (prints title correctly with \texttt{\string\maketitle}).
\section{Usage}
\verb+\documentclass[10pt,landscape]{article}+~~(or \verb+11pt+ or \verb+12pt+) \\
\null~~~OR \\
\verb+\documentclass[10pt]{article}+~~(or \verb+11pt+ or \verb+12pt+) \\
\verb+\usepackage{2in1}+
\end{document}
|