summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ltxmisc
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/tex/latex/ltxmisc
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/tex/latex/ltxmisc')
-rw-r--r--Master/texmf-dist/tex/latex/ltxmisc/a4wide.sty39
1 files changed, 0 insertions, 39 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxmisc/a4wide.sty b/Master/texmf-dist/tex/latex/ltxmisc/a4wide.sty
deleted file mode 100644
index 9f651505d72..00000000000
--- a/Master/texmf-dist/tex/latex/ltxmisc/a4wide.sty
+++ /dev/null
@@ -1,39 +0,0 @@
-%NAME: a4wide.sty
-% "moretext" document style option.
-% Jean-Francois Lamy, July 86
-%
-% Redefines the margins so that they are more in line with
-% what we are used to see.
-%
-% [Minimally modified for LaTeX2e, Alexander Holt, August 1994]
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{a4wide}[1994/08/30]
-\RequirePackage{a4}
-
-\ifcase \@ptsize
- % mods for 10 pt
- \oddsidemargin 0.15 in % Left margin on odd-numbered pages.
- \evensidemargin 0.35 in % Left margin on even-numbered pages.
- \marginparwidth 1 in % Width of marginal notes.
- \oddsidemargin 0.25 in % Note that \oddsidemargin = \evensidemargin
- \evensidemargin 0.25 in
- \marginparwidth 0.75 in
- \textwidth 5.875 in % Width of text line.
-\or % mods for 11 pt
- \oddsidemargin 0.1 in % Left margin on odd-numbered pages.
- \evensidemargin 0.15 in % Left margin on even-numbered pages.
- \marginparwidth 1 in % Width of marginal notes.
- \oddsidemargin 0.125 in % Note that \oddsidemargin = \evensidemargin
- \evensidemargin 0.125 in
- \marginparwidth 0.75 in
- \textwidth 6.125 in % Width of text line.
-\or % mods for 12 pt
- \oddsidemargin -10 pt % Left margin on odd-numbered pages.
- \evensidemargin 10 pt % Left margin on even-numbered pages.
- \marginparwidth 1 in % Width of marginal notes.
- \oddsidemargin 0 in % Note that \oddsidemargin = \evensidemargin
- \evensidemargin 0 in
- \marginparwidth 0.75 in
- \textwidth 6.375 true in % Width of text line.
-\fi