diff options
author | Holden Rohrer <holden.rohrer@gmail.com> | 2019-11-11 20:57:43 -0500 |
---|---|---|
committer | Holden Rohrer <holden.rohrer@gmail.com> | 2019-11-11 20:57:43 -0500 |
commit | 2c8c55cd0511169f9f02a49be79c58d3c02cdc11 (patch) | |
tree | b0ef41f8c6bc00e971b6654b7035539392a96635 /format.tex | |
parent | 91845596775396914e410514ae084d5e0e0da9de (diff) |
added pre command
Diffstat (limited to 'format.tex')
-rw-r--r-- | format.tex | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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}}} |