blob: 5bcc1b004dc3c01267b480c77b427719abf57cfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\documentclass[11pt]{article} %用draft选项找到badbox的位置
\usepackage[backend=biber,bibstyle=gb7714-2015ay,%nature,%
citestyle=gb7714-2015ay,%,backref=true%gb,gbt7714_2005_n,
gbnoauthor=true]{biblatex}%biber,caspervector
\input{biblatex-gb7714-2015-preamble} %宏包和一些格式设置
\addbibresource[location=local]{example.bib}
\addbibresource[location=local]{egspecialchar.bib}
\begin{document}
\input{biblatex-gb7714-2015-content.tex}
\end{document}
|