aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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