aboutsummaryrefslogtreecommitdiff
path: root/format.tex
diff options
context:
space:
mode:
Diffstat (limited to 'format.tex')
-rw-r--r--format.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/format.tex b/format.tex
index b5f7a03..505b449 100644
--- a/format.tex
+++ b/format.tex
@@ -29,11 +29,10 @@ Kuhn
%% Sectioning
\def\titlesub#1#2{\centerline{\fourteenbf #1}\centerline{#2}\bigskip}
-\newcount\sections \newcount\subsections
-\def\section#1\par{\advance\sections by 1\thesection{#1}}
-\def\thesection#1{\vskip .3\hsize\goodbreak\vskip -.3\hsize\bigskip\noindent{\fourteenrm\the\sections\ #1\bigskip}}
-\def\subsection#1\par{\advance\subsections by 1\thesubsection{#1}}
-\def\thesubsection#1{\vskip .15\hsize\goodbreak\vskip -.15\hsize\medskip\noindent{\twelverm\the\sections.\the\subsections\ #1\medskip}}
+\def\section#1\par{\thesection{#1}}
+\def\thesection#1{\vskip .3\hsize\goodbreak\vskip -.3\hsize\bigskip\noindent{\fourteenrm#1\bigskip}}
+\def\subsection#1\par{\thesubsection{#1}}
+\def\thesubsection#1{\vskip .15\hsize\goodbreak\vskip -.15\hsize\medskip\noindent{\twelverm#1\medskip}}
%% Modular Sections
\def\include#1:#2\par{\section #1\par\par\input #2\relax}