mario::konrad
programming / C++ / sailing / nerd stuff
LaTeX - Misc
© 2002 / Mario Konrad

A6 Booklet

% Create A6 Book
%
% 1. hold on to the document class and DVI settings shown below.
%    the total number of pages must be a multiple of 8
%
% 2. compile document:
%    $ latex ta.tex
%
% 3. convert to postscript:
%    $ dvips ta.dvi -ota.ps
%
% 4. convert to 4xA6 (duplex) per A4 paper:
%    $ pstops '8:0(298,421)+-7(0,421)+-5(0,0)+2(298,0),-6(298,421)+1(0,421)+-4(298,0)+3(0,0)' ta.ps ta-1.ps
%

\documentclass[a6paper,8pt]{scrbook}
\AtBeginDvi{\special{papersize=105mm,148mm}}
\title{Skipper's Handbook}
\author{Mario Konrad}
\begin{document}
\maketitle
Page 3
\newpage
Page 4
\newpage
Page 5
\newpage
Page 6
\newpage
Page 7
\newpage
Page 8
\end{document}

Font Sizes

\tiny
\scriptsize
\footnotesize
\small
\normalsize
\large
\Large
\LARGE
\huge
\Huge

Go Playfield

Battleships Playfield

Compass

See https://github.com/mariokonrad/compass