summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/a5comb
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/a5comb
Initial commit
Diffstat (limited to 'macros/latex/contrib/a5comb')
-rw-r--r--macros/latex/contrib/a5comb/a5comb.pdfbin0 -> 97626 bytes
-rw-r--r--macros/latex/contrib/a5comb/a5comb.sty31
-rw-r--r--macros/latex/contrib/a5comb/a5comb.tex21
3 files changed, 52 insertions, 0 deletions
diff --git a/macros/latex/contrib/a5comb/a5comb.pdf b/macros/latex/contrib/a5comb/a5comb.pdf
new file mode 100644
index 0000000000..0e73316615
--- /dev/null
+++ b/macros/latex/contrib/a5comb/a5comb.pdf
Binary files differ
diff --git a/macros/latex/contrib/a5comb/a5comb.sty b/macros/latex/contrib/a5comb/a5comb.sty
new file mode 100644
index 0000000000..5053eeaf6b
--- /dev/null
+++ b/macros/latex/contrib/a5comb/a5comb.sty
@@ -0,0 +1,31 @@
+%%% ====================================================================
+%%% @LaTeX-style-file{
+%%% author = "Mario Wolczko",
+%%% version = "4",
+%%% date = "21 May 1992",
+%%% time = "20:50:55 BST",
+%%% filename = "a5comb.sty",
+%%% email = "mario@acm.org",
+%%% codetable = "ISO/ASCII",
+%%% keywords = "LaTeX, A5 page size, page layout",
+%%% supported = "no",
+%%% docstring = "Sets page layout to A5 size, with equal
+%%% spaces to left and right, and twice the amount of centre space
+%%% (for comb-bound documents) and top:side:bottom space = 2:2:4.
+%%% See also a5.sty, a4.sty",
+%%% }
+%%% ====================================================================
+%
+% This file is in the public domain
+%
+% based on ratios suggested by Dick Wakefield
+
+\headheight=12truept \headsep=18truept
+\topmargin= -35.62truept % Nominal distance from top of paper to top of page
+% top paper margin of 48.72pt
+% (between top of page and top of text, excluding header)
+\textwidth=313truept
+\evensidemargin=-18.12truept \oddsidemargin=-18.12truept
+\textheight=426truept % 10pt only (\baselineskip=12pt)
+%
+\footskip=36truept \footheight=12truept
diff --git a/macros/latex/contrib/a5comb/a5comb.tex b/macros/latex/contrib/a5comb/a5comb.tex
new file mode 100644
index 0000000000..6151af5338
--- /dev/null
+++ b/macros/latex/contrib/a5comb/a5comb.tex
@@ -0,0 +1,21 @@
+\documentclass[DIV=9, fontsize=12, pagesize=auto]{scrartcl}
+
+\addtokomafont{disposition}{\rmfamily}
+
+\title{The \textsf{a5comb} package\thanks{This manual corresponds to \textsf{a5comb.sty} v.~4, dated 21 May 1992.}}
+\author{Mario Wolczko\\\texttt{mario@acm.org}}
+\date{21 May 1992}
+
+
+\begin{document}
+
+\maketitle
+
+\noindent
+The \textsf{a5comb} package sets page layout to A5 size, with equal
+spaces to left and right, and twice the amount of centre space
+(for comb-bound documents) and $\mathrm{top}:\mathrm{side}:\mathrm{bottom~space} = 2:2:4$.
+See also \textsf{a5.sty}, \textsf{a4.sty}.
+The layout is based on ratios suggested by Dick Wakefield.
+
+\end{document}