summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/a4wide
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-15 01:05:41 +0000
committerKarl Berry <karl@freefriends.org>2010-02-15 01:05:41 +0000
commit219b73cc03df5f291234219effeec7f49d9a58c2 (patch)
treeb613dcbc97ea08adbde48352a2182fe6af28d889 /Master/texmf-dist/doc/latex/a4wide
parente23c6cd5a754a8ef0f36eb716453d4c9b6ff0a11 (diff)
a4wide update to own dir (13feb10)
git-svn-id: svn://tug.org/texlive/trunk@17021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/a4wide')
-rw-r--r--Master/texmf-dist/doc/latex/a4wide/a4wide.pdfbin0 -> 139175 bytes
-rw-r--r--Master/texmf-dist/doc/latex/a4wide/a4wide.tex42
2 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/a4wide/a4wide.pdf b/Master/texmf-dist/doc/latex/a4wide/a4wide.pdf
new file mode 100644
index 00000000000..28d13485d75
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/a4wide/a4wide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/a4wide/a4wide.tex b/Master/texmf-dist/doc/latex/a4wide/a4wide.tex
new file mode 100644
index 00000000000..c7c18d0beba
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/a4wide/a4wide.tex
@@ -0,0 +1,42 @@
+\documentclass[parskip=true, pagesize=auto]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{booktabs}
+\usepackage{siunitx}
+
+\addtokomafont{disposition}{\rmfamily}
+\sisetup{obeybold}
+
+\newunit{\point}{pt}
+\newunit{\inch}{in}
+
+\title{The \textsf{a4wide} package}
+\author{Jean-François Lamy \and Alexander Holt}
+\date{August 1994}
+
+
+\begin{document}
+
+\maketitle
+
+The \textsf{a4wide} package redefines the margins so that they are more in line with what we are used to see.
+It was written by Jean-François Lamy in July 1986 and minimally modified for \LaTeXe\ by Alexander Holt, August 1994.
+Depending on the base font size, it modifies the margins as follows:
+%
+\begin{center}
+ \begin{tabular}{@{}S[tabformat=2]S[tabformat=2]S[tabformat=1.3]S[tabformat=1.3]S[tabformat=1.2]@{}}
+ \toprule
+ {Base font} & {Number of lines} & {Width of} & {Width of left and} & {Width of} \\
+ {size (\si{\point})} & {in page body} & {text line (\si{\inch})} & {right margin (\si{\inch})} & {marginal notes (\si{\inch})} \\
+ \midrule
+ 10 & 53 & 5.875 & 0.25 & 0.75 \\
+ 11 & 46 & 6.125 & 0.125 & 0.75 \\
+ 12 & 42 & 6.375 & 0 & 0.75 \\
+ \bottomrule
+ \end{tabular}
+\end{center}
+
+\end{document}