aboutsummaryrefslogtreecommitdiff
path: root/citations.tex
diff options
context:
space:
mode:
authorHolden Rohrer <hdawg7797@yahoo.com>2019-08-12 01:39:20 -0400
committerHolden Rohrer <hdawg7797@yahoo.com>2019-08-12 01:39:20 -0400
commit90c4bf5dc7369c0afd0551af7400975584b062e9 (patch)
tree4a35537a6aee8b9bfe9afed1fe885e1c706454af /citations.tex
parentc3c8c8e823bd1ea86ec769076b5855f555c1e283 (diff)
fixed hanging indents
Diffstat (limited to 'citations.tex')
-rw-r--r--citations.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/citations.tex b/citations.tex
index e1f143c..db06eeb 100644
--- a/citations.tex
+++ b/citations.tex
@@ -1,7 +1,7 @@
\long\edef\citations{}
\long\def\newcitation#1#2{%
\long\edef\citations{\citations{#2}%allows alphabetization by including sanitized relevant data
- \hangafter=-1 \hangindent=0.5in\relax%hanging indents must be inserted every paragraph
+ \parindent=0in\hangafter=1\hangindent=0.5in\relax%hanging indents must be inserted every paragraph
#1\par}%
}
\def\cite#1{%the actual citation request made by users