summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ltxmisc
diff options
context:
space:
mode:
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