summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/eggbnamefmta.tex
blob: 74d20da906409236845d9325ca53d5341fc264ee (plain)
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
\documentclass[twoside]{article}
\usepackage{ctex}
\usepackage{geometry}
\geometry{paperwidth=21cm,paperheight=29cm,top=1.5cm, bottom=1.5cm, left=2.54cm,right=2.54cm}
\usepackage{xcolor}
\usepackage[CJKbookmarks,colorlinks,bookmarksnumbered=true,pdfstartview=FitH,linkcolor=blue]{hyperref}
\usepackage[backend=biber,style=gb7714-2015ay,gbpub=true,gbnamefmt=lowercase]{biblatex}%align=gb7714-2015
%\addbibresource[location=local]{egtest.bib}
\addbibresource[location=local]{example.bib}
\addbibresource[location=local]{egspecialchar.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{文献表}
\begin{enumerate}
  \item 文献\cite{张伯伟2002--}\cite{CRAWFPRD1995--}\cite{陈志勇2011--}\cite{Babu2014--}
\cite{Calkin2011-8-9}\cite{吴云芳2003--}\cite{CALMS1965--}\cite{张凯军2012-04-05--}\cite{KOSEKI2002--}
\cite{楼梦麟2011-11-12}\cite{BUSECK1980-117-211}
\cite{DESMARAIS1992-605-609}\cite{张田勤2000--}
\end{enumerate}

{
%\hyphenation{kurose-gawa}
%\hyphenpenalty=1000
%\tolerance=500
\printbibliography%[heading=subbibintoc,title=【参考文献】]
}
\end{document}