From 2e124578c2ac64fe48f851ec30fdef132fae59a6 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 16 Apr 2003 18:06:56 +0000
Subject: [PATCH] Make order of bibliography references to be order of citation
 (not alphabetical).

---
 doc/pubdesign/report.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/pubdesign/report.tex b/doc/pubdesign/report.tex
index e226803e7c5..c6e350b477d 100644
--- a/doc/pubdesign/report.tex
+++ b/doc/pubdesign/report.tex
@@ -1471,7 +1471,7 @@ integrate SLURM with STORM communications
 %\end{description}
 
 % make the bibliography
-\bibliographystyle{plain}
+\bibliographystyle{unsrt}
 \bibliography{project}
 
 % make the back cover page
-- 
GitLab