diff options
author | grr <grr@lo2.org> | 2024-05-19 00:47:03 -0400 |
---|---|---|
committer | grr <grr@lo2.org> | 2024-05-19 00:47:03 -0400 |
commit | 299902f388131ac0e3fc8bca9253e7991aad3486 (patch) | |
tree | d981bd06c5fb307829eac60564c70fe4daec31e3 /salitter.sty | |
parent | 3c2767ef2358a1f7cdd19bace1e06f7eeec35140 (diff) | |
download | edenx3-299902f388131ac0e3fc8bca9253e7991aad3486.tar.gz |
fix marginpar placement
Diffstat (limited to 'salitter.sty')
-rw-r--r-- | salitter.sty | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/salitter.sty b/salitter.sty index 5e92abc..47709a7 100644 --- a/salitter.sty +++ b/salitter.sty @@ -18,6 +18,21 @@ \setheaderspaces{*}{*}{1.618} \checkandfixthelayout} +% ---- layout - us letter, on laser printer +\newcommand{\usletteredenlayout}[0]{ + \setstocksize{8.5in}{5.5in} + \settrimmedsize{8.5in}{5.5in}{*} + \settrims{0pt}{0pt} + \settypeblocksize{8in}{4in}{*} + \setlrmarginsandblock{0.75in}{0.75in}{*} + % \setlrmargins{*}{0.5in}{*} + \setulmarginsandblock{50pt}{*}{*} + \setheadfoot{0.2in}{0.2in} + \setheaderspaces{*}{0.1in}{*} + \setmarginnotes{1em}{2em}{1em} + \settypeoutlayoutunit{in} + \checkandfixthelayout[lines]} + % ---- layout duct tape % some section where we just want to not be indenting paragraphs for a while |