From ed244801a250beb7a0857a8d02d021d797fbfa21 Mon Sep 17 00:00:00 2001 From: grr Date: Fri, 7 Jun 2024 21:07:07 -0400 Subject: dont immediately remember why i did this --- salitter.sty | 19 +++++++++++++++++-- 1 file 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} -- cgit v1.2.3