summaryrefslogtreecommitdiff
path: root/Build/source/texk/makeindexk/ind-src/regmar.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makeindexk/ind-src/regmar.sty')
-rw-r--r--Build/source/texk/makeindexk/ind-src/regmar.sty43
1 files changed, 43 insertions, 0 deletions
diff --git a/Build/source/texk/makeindexk/ind-src/regmar.sty b/Build/source/texk/makeindexk/ind-src/regmar.sty
new file mode 100644
index 00000000000..e33f9a03a73
--- /dev/null
+++ b/Build/source/texk/makeindexk/ind-src/regmar.sty
@@ -0,0 +1,43 @@
+%
+% "moretext" document style option.
+% Jean-Francois Lamy, July 86
+%% Date: 07 Sep 86 20:49:56 EDT (Sun)
+%% From: Jean-Francois Lamy <lamy%utai.toronto.edu@RELAY.CS.NET>
+%
+% Redefines the margins so that they are more in line with
+% what we are used to see. Modified 2014 by Dan Luecking and Karl Berry
+% for LaTeX2e and for different values.
+%
+\ProvidesPackage{regmar}[2014/11/11 Redefines the margins]
+\ifcase \@ptsize
+ % mods for 10 pt
+ \oddsidemargin 0.15 true in % Left margin on odd-numbered pages.
+ \evensidemargin 0.35 true in % Left margin on even-numbered pages.
+ \marginparwidth 1 true in % Width of marginal notes.
+ \oddsidemargin 0.25 true in % Note that \oddsidemargin = \evensidemargin
+ \evensidemargin 0.25 true in
+ \marginparwidth 0.75 true in
+ \topmargin 0 true pt % Nominal distance from top of page to top of
+ \textheight 8 true in % Height of text (including footnotes and figures)
+ \textwidth 5.875 true in % Width of text line.
+\or % mods for 11 pt
+ \oddsidemargin 0.1 true in % Left margin on odd-numbered pages.
+ \evensidemargin 0.15 true in % Left margin on even-numbered pages.
+ \marginparwidth 1 true in % Width of marginal notes.
+ \oddsidemargin 0.125 true in % Note that \oddsidemargin = \evensidemar
+ \evensidemargin 0.125 true in
+ \marginparwidth 0.75 true in
+ \topmargin 0 true pt % Nominal distance from top of page to top of
+ \textheight 9.125 true in % Height of text (including footnotes and figures)
+ \textwidth 6.125 true in % Width of text line.
+\or % mods for 12 pt
+ \oddsidemargin -10 true pt % Left margin on odd-numbered pages.
+ \evensidemargin 10 true pt % Left margin on even-numbered pages.
+ \marginparwidth 1 true in % Width of marginal notes.
+ \oddsidemargin 0 true in % Note that \oddsidemargin = \evensidemargi
+ \evensidemargin 0 true in
+ \marginparwidth 0.75 true in
+ \topmargin 0 true in % Nominal distance from top of page to top of
+ \textheight 8 true in % Height of text (including footnotes and figures)
+ \textwidth 6.375 true in % Width of text line.
+\fi