From 299902f388131ac0e3fc8bca9253e7991aad3486 Mon Sep 17 00:00:00 2001 From: grr Date: Sun, 19 May 2024 00:47:03 -0400 Subject: fix marginpar placement --- salitter.sty | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'salitter.sty') 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 -- cgit v1.2.3