From 2c8c55cd0511169f9f02a49be79c58d3c02cdc11 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Mon, 11 Nov 2019 20:57:43 -0500 Subject: added pre command --- format.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'format.tex') diff --git a/format.tex b/format.tex index 4668b2e..1fa9d04 100644 --- a/format.tex +++ b/format.tex @@ -37,3 +37,6 @@ Livshyts %% 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} + +%% Bullet Points and Numbering +\def\pre#1{\par\leavevmode\llap{\hbox to \parindent{\hfil #1 \hfil}}} -- cgit