diff options
author | p <grr@lo2.org> | 2024-11-19 17:43:15 -0500 |
---|---|---|
committer | p <grr@lo2.org> | 2024-11-19 17:43:15 -0500 |
commit | 4fcc9bf9b03e32618cfdad1b40ab828d321df583 (patch) | |
tree | 819c8b474922b12713f680216be38f3df53db22e /screed.sty | |
parent | 81f9e4919134cfd43ec57437c69f143f269667d4 (diff) | |
download | blueprint-4fcc9bf9b03e32618cfdad1b40ab828d321df583.tar.gz |
powerwash layer of horseshit off index page
Diffstat (limited to 'screed.sty')
-rw-r--r-- | screed.sty | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/screed.sty b/screed.sty deleted file mode 100644 index f6b7bfa..0000000 --- a/screed.sty +++ /dev/null @@ -1,49 +0,0 @@ -% making latex actually work for me -% === counters - -% === toc primitives -\newcommand\rTocChp[1]{Ignore me} -\newcommand\rTocPrt[1]{Ignore me} - -% === header primitives -\newcommand\rHdrChp[1]{Ignore me} -\newcommand\rHdrPrt[1]{Ignore me} - -% === page primitives -\newcommand\rPageChp[1]{ -Page Chapter: #1}% {\raggedleft \parbox{3in}{ {\Large \value{ThaChp} --- } \parbox{2.5in}{ \raggedleft \itshape #1}}\par}} - -\newcommand\rPagePrt[1]{ - {\centering - {\Large \Roman{\value{ThaPrt}} - - {\large \scshape #1 } \par}}} -% === divisions -% --- Prt / part -\newcommand\Prt[3]{ - \stepcounter{ThaPrt} - \rPagePrt{#1} - \rTocPrt{#2} - \rHdrPrt{#3} - \stepcounter{ThaPrt}} - -% --- Chp / chapter -\newcommand\Chp[3]{ - \stepcounter{ThaChp} - \rPageChp{#1} - \rTocChp{#1} - \rHdrChp{#1}} - -% --- Sec / section -% --- Ssc / subsection - -% ==== other screedshit -\newcommand\stress[1]{\textbf{#1}} - -% === initshit -\newcommand\LETSGOOOO{ - \begin{document} - - % initialize counters - \newcounter{ThaPrt} - \newcounter{ThaChp}{ThaPrt}} |