-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathopt-gbpub-true.tex
37 lines (32 loc) · 1.42 KB
/
opt-gbpub-true.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
% !Mode:: "TeX:UTF-8"
% 用于测试gb7714-2015样式,对于出版项缺省的控制和选项
% 测试gbpub=true选项
\documentclass[twoside]{article}
\usepackage{ctex}
\usepackage[top=10pt,bottom=10pt,left=1cm,right=1cm]{geometry}
\usepackage{xcolor}
\usepackage[CJKbookmarks,colorlinks,bookmarksnumbered=true,pdfstartview=FitH,linkcolor=blue]{hyperref}
\usepackage[backend=biber,style=gb7714-2015,sorting=nyt]{biblatex}%align=gb7714-2015,gbpub=false
%\addbibresource[location=local]{egtest.bib}
\addbibresource[location=local]{example.bib}
%\renewcommand{\bibfont}{\zihao{5}}
%\setlength{\bibitemsep}{0ex}
%\setlength{\bibnamesep}{0ex}
%\setlength{\bibinitsep}{0ex}
%\renewcommand{\thefootnote}{\textcircled{\tiny\arabic{footnote}}}
\begin{document}
%%%测试作者年/biblatex版本兼容性的文件
%%%test file for author year style
\section{测试gb7714-2015样式对于出版项缺省的控制和gbpub=true选项}
文献
\cite{Parsons2000noloc--,Parsons2000nopub--,booknolocation,booknopublisher,booknopubitems}
\cite{赵学功2001--,李强2012-05-03--}\cite{裴丽生1981-2-10,Nemec1997-209-214}
\cite{吴云芳2003--,吴云芳2003a--,吴云芳2003b--,吴云芳2003c--}
\cite{中国图书馆学会1957--,中国图书馆学会1957a--,中国图书馆学会1957b--,中国图书馆学会1957c--}
{
%\hyphenation{kurose-gawa}
%\hyphenpenalty=1000
%\tolerance=500
\printbibliography%[heading=subbibintoc,title=【参考文献】]
}
\end{document}