diff options
author | feynmansfedora <hdawg7797@yahoo.com> | 2019-08-26 12:40:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 12:40:04 -0400 |
commit | a2158065316f6b87a147bcc93e5a2b50fca867cf (patch) | |
tree | 27e451a2f5a0aec2c90fa850f5ddec5bbbac1179 | |
parent | bc0e82eac473394436669c829cd0b2f52be4fb0e (diff) |
Minor restructuring
-rw-r--r-- | gathing-eng/module-career.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gathing-eng/module-career.tex b/gathing-eng/module-career.tex index 368398d..efe9f87 100644 --- a/gathing-eng/module-career.tex +++ b/gathing-eng/module-career.tex @@ -15,7 +15,8 @@ \def\title#1{\centerline{\fourteenbf \baselineskip=16.8pt #1}} \newcount\sectionct \sectionct=1 \def\thesection#1{Section #1:} -\def\section#1{\thesection{\the\sectionct} #1\advance\sectionct by 1 \par\hrule} +\def\sectform#1{#1\par\hrule}%consolidates formatting +\def\section#1{\sectform{\thesection{\the\sectionct} #1}\advance\sectionct by 1} %Header Holden Rohrer \\ |