diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-12 12:15:14 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-13 12:45:32 -0500 |
commit | 9d720e26278c2cab351b0ceee12b330bb8933294 (patch) | |
tree | 03167e4ad24d882084295f1aea24c41584ecda25 /format.tex | |
parent | caa7cf25719adf307c69d53b5a68f92965fcaeef (diff) |
include separator now a semicolon
Diffstat (limited to 'format.tex')
-rw-r--r-- | format.tex | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ Georgia Science Fair \def\thesection#1{\vskip .3\hsize\goodbreak\vskip -.3\hsize\bigskip\noindent{\fourteenrm#1}} %% Modular Sections -\def\include#1:#2\par{\section #1\par\par\input #2\relax} -\def\sinclude#1:#2\par{\subsection #1\par\par\input #2\relax} +\def\include#1;#2\par{\section #1\par\par\input #2\relax} +\def\sinclude#1;#2\par{\subsection #1\par\par\input #2\relax} %% Bullet Points and Numbering \def\pre#1{\par\leavevmode\llap{\hbox to \parindent{\hfil #1 \hfil}}} |