add super/numbers/authoryear

This commit is contained in:
EthanDeng
2019-08-12 23:09:32 +08:00
parent 58424daeb4
commit 9b4af83c49
6 changed files with 17 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
%!TEX program = xelatex
% 完整编译方法 1 pdflatex -> bibtex -> pdflatex -> pdflatex
% 完整编译方法 2: xelatex -> bibtex -> xelatex -> xelatex
\documentclass[lang=cn,11pt]{elegantpaper}
\documentclass[lang=cn,11pt,numbers]{elegantpaper}
\title{ElegantPaper: 一个优美的 \LaTeX{} 工作论文模板}
\author{\href{https://ddswhu.me/}{邓东升}}
@@ -177,7 +177,6 @@ The content of conclusion section.
\end{lstlisting}
\nocite{*}
\bibliography{wpref}
\end{document}