diff options
Diffstat (limited to 'salitter.sty')
-rw-r--r-- | salitter.sty | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/salitter.sty b/salitter.sty index ba27823..772c329 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{7in}{4in}{*} + \setlrmarginsandblock{0.75in}{0.75in}{*} + % \setlrmargins{*}{0.5in}{*} + \setulmarginsandblock{50pt}{*}{1} + \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 @@ -108,5 +123,5 @@ % ---- symbols etc -\newcommand{\gl}{\guillemotleft} -\newcommand{\gr}{\guillemotright} +% \newcommand{\gl}{\guillemotleft} +% \newcommand{\gr}{\guillemotright} |