diff options
author | p <grr@lo2.org> | 2024-11-19 21:30:01 -0500 |
---|---|---|
committer | p <grr@lo2.org> | 2024-11-19 21:30:01 -0500 |
commit | b2fa572ad0c9b9ae693f0dbca745863c66b7fdf1 (patch) | |
tree | c21e3e5c730bd536377b059f78d4c3d1ceb7e9e9 /blueprint.otx | |
parent | 4fcc9bf9b03e32618cfdad1b40ab828d321df583 (diff) | |
download | blueprint-b2fa572ad0c9b9ae693f0dbca745863c66b7fdf1.tar.gz |
first bad stab at styles
Diffstat (limited to 'blueprint.otx')
-rw-r--r-- | blueprint.otx | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/blueprint.otx b/blueprint.otx index ed415c3..cccc22c 100644 --- a/blueprint.otx +++ b/blueprint.otx @@ -1,6 +1,8 @@ \input sal.otx +\input aux.otx \margins/2 fold (0.75,0.5,0.3,0.3)in +\fontfam[Latin Modern] \def\speech#1{\e{#1}} % ? % \newcommand\essaytitle{\uline} @@ -14,29 +16,6 @@ \def\greater{>} \def\less{<} - -% --- strikeouts -% --- TODO this should be moved into sal.otx probably -\def\cancel#1#{\isempty{#1}\iftrue \afterfi{\cancel/} - \else - \lowercase{\casesof #1} - / {\let\cancline=\drawFslash} - \\ {\let\cancline=\drawBslash} - x {\def\cancline{\drawBslash\drawFslash}} - - {\let\cancline=\drawHline} - \_finc {}% - \ea\cancelA - \fi -} -\def\cancelA{\ifmmode \ea\cancelM \else \ea\cancelT \fi} -\def\cancelT#1{\setbox0=\hbox{#1}\cancelF} % text mode -\def\cancelM#1{\mathstyles{\setbox0=\hbox{$\currstyle#1$}\cancelF}} % math mode -\def\cancelF{\edef\tmp{\cancline}\quitvmode\box0 \pdfliteral{q \useit{\cancelparams} \tmp S Q}} -\def\drawFslash{\bp{-\wd0} \bp{-\dp0} m 0 \bp{\ht0} l } % forward slash -\def\drawBslash{\bp{-\wd0} \bp{\ht0} m 0 \bp{-\dp0} l } % backward slash -\def\drawHline {\bp{-\wd0} \bp{.5ex} m 0 \bp{.5ex} l } % horizontal line -\def\cancelparams{1 0 0 RG 1 J .6 w} % color RG linetype J linewidth w -% --------- \def\redact#1{\cancel-{#1}} \def\stress#1{{\bf #1}} @@ -75,6 +54,7 @@ \picdir={img/} % ... blank headers, footers, folios +\blankstyle % Title { @@ -99,8 +79,9 @@ colophon goes here \break % ... folios to roman numerals +\frontmatterstyle -% \input{essays/introduction.tex} +\input essays/introduction.otx % \input{essays/sal_introduction.tex} \break |