diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/a4wide/a4wide.pdf | bin | 0 -> 139175 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/a4wide/a4wide.tex | 42 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/a4wide/a4wide.sty (renamed from Master/texmf-dist/tex/latex/ltxmisc/a4wide.sty) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/a4wide.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 |
6 files changed, 44 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/a4wide/a4wide.pdf b/Master/texmf-dist/doc/latex/a4wide/a4wide.pdf Binary files differnew file mode 100644 index 00000000000..28d13485d75 --- /dev/null +++ b/Master/texmf-dist/doc/latex/a4wide/a4wide.pdf 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} diff --git a/Master/texmf-dist/tex/latex/ltxmisc/a4wide.sty b/Master/texmf-dist/tex/latex/a4wide/a4wide.sty index 9f651505d72..9f651505d72 100644 --- a/Master/texmf-dist/tex/latex/ltxmisc/a4wide.sty +++ b/Master/texmf-dist/tex/latex/a4wide/a4wide.sty diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 4260aeba90c..a8365a4efdd 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -20,7 +20,7 @@ our %OPT; my @WorkingTLP = qw( 12many - a0poster a2ping a5comb + a0poster a2ping a4wide a5comb aastex abbr abc abstract abstyles accfonts achemso acmconf acmtrans acromake acronym active-conf addlines adrconv adrlist ae aeguill afthesis diff --git a/Master/tlpkg/tlpsrc/a4wide.tlpsrc b/Master/tlpkg/tlpsrc/a4wide.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/a4wide.tlpsrc diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 5c580d76331..3e63bbc93c5 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -6,6 +6,7 @@ depend ESIEEcv depend HA-prosper depend Tabbing depend a0poster +depend a4wide depend a5comb depend abstract depend achemso |