summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/cls-beameray.tex
blob: 9f81dbbd1401190d5474ccf20a8449f98c640515 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
% !Mode:: "TeX:UTF-8"
% 用于测试beamer中使用gb7714-2015ay样式,是否满足GBT7714-2015要求,是否与book等文档类中一致
\documentclass[xcolor=svgnames]{beamer}
\mode<presentation>
\usepackage{ctex}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{listings}

\usepackage[backend=biber,style=gb7714-2015ay]{biblatex}
\renewcommand{\bibfont}{\zihao{8}\songti}
\addbibresource[location=local]{example.bib}


\title{\LaTeX{} 参考文献之 \newline
Biblatex宏包使用和GB/T7714-2015参考文献样式}
%\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\author{胡振震\footnote{hzzmail@163.com}}
\date{\today}
\renewcommand{\footnotesize}{\tiny}

\begin{document}


%\begin{frame}[plain]
%  \titlepage
%\end{frame}

\begin{frame}{测试beamer中使用gb7714-2015ay样式-脚注中的文献表}
\tiny
在脚注中引用或者把文献表放到脚注中
\footnote{在脚注中引用\footcite{张伯伟2002--}}
\footfullcite{雷光春2012--}
\footfullcite{汤万金2013-09-30--}
\footfullcite{马欢2011-27-27}
\footfullcite{贾东琴2011-45-52}
\footfullcite{韩吉人1985-90-99}
\footfullcite{张凯军2012-04-05--}
\footfullcite{国家环境保护局科技标准司1996-2-3}
\footfullcite{白书农1998-146-163}
\footfullcite{杨洪升2013-56-75}
\footfullcite{中国职工教育研究会1985--}
\footfullcite{丁文祥2000--}
\footfullcite{李强2012-05-03--}
\footfullcite{中华医学会湖北分会1984--}
\end{frame}

\begin{frame}{参考文献}
\printbibliography[heading=bibliography,title=参考文献]
\end{frame}


\end{document}