summary refs log tree commit diff stats
path: root/headers
diff options
context:
space:
mode:
Diffstat (limited to 'headers')
-rw-r--r--headers/preamble_local.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/headers/preamble_local.tex b/headers/preamble_local.tex
index cfbc404..7483093 100644
--- a/headers/preamble_local.tex
+++ b/headers/preamble_local.tex
@@ -28,11 +28,16 @@
 }
 
 \newcounter{para}
+\newcounter{subPara}
 
 \NewDocumentCommand{\paracount}{}{
 	\stepcounter{para}
 	\paragraph{(\arabic{para})}
 }
+\NewDocumentCommand{\subparacount}{}{
+	\stepcounter{subPara}
+	\subparagraph{(\arabic{para}.\arabic{subPara})}
+}
 
 \NewDocumentCommand{\sectionc}{sm}{
 	\IfBooleanTF#1