summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/twoinone/twoinone.tex
blob: 880bca9acc5b3e179b53ffb07e36cabd60fde132 (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
\documentclass{article}

\title{The \textsf{2in1} package}
\author{Sanjeev Saxena, \texttt{ssax@computer.org}}
\date{23/July/2001}

\parindent=0pt

\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\quad OR \\
\verb+\documentclass[10pt]{article}+ (or \verb+11pt+ or \verb+12pt+) \\
\verb+\usepackage{2in1}+

\end{document}