-
Notifications
You must be signed in to change notification settings - Fork 84
/
opt-mergedate-a.tex
53 lines (46 loc) · 1.22 KB
/
opt-mergedate-a.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
% !Mode:: "TeX:UTF-8"
% 用于测试ucasthesis中应用biblatex-gb7714-2015的情况
%
\documentclass[twoside]{article}
\usepackage{ctex}
\usepackage[top=10pt,bottom=10pt,left=1cm,right=1cm,paperheight=3cm]{geometry}
\usepackage{xcolor}
\usepackage[CJKbookmarks,colorlinks,bookmarksnumbered=true,pdfstartview=FitH,linkcolor=blue]{hyperref}
\usepackage[backend=biber,style=gb7714-2015ay,maxnames=2,minnames=1]{biblatex}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@book{wikibook2014latex,
title={http://wikibooks},
author={Wikibook},
year={2014},
publisher={On-line Resources}
}
@book{lamport1986document,
title={Document},
author={Lamport, Leslie},
year={1986},
publisher={Addison-Wesley Reading, MA}
}
@article{chen2005zhulu,
title={著录规则},
author={陈浩元},
journal={编辑学报},
volume={17},
number={6},
pages={413--415},
year={2005}
}
@book{chu2004tushu,
title={图书研究},
author={初景利 and 陈浩元},
year={2004},
address={北京},
publisher={北京图书馆出版社}
}
\end{filecontents}
\addbibresource{\jobname.bib}
%
\begin{document}
\nocite{*}
\printbibliography[heading=none]
\end{document}