summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/egbeamer.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/egbeamer.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/egbeamer.tex57
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/egbeamer.tex b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/egbeamer.tex
new file mode 100644
index 00000000000..602af754361
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/egbeamer.tex
@@ -0,0 +1,57 @@
+% !Mode:: "TeX:UTF-8"
+\documentclass[xcolor=svgnames]{beamer}
+\mode<presentation>
+\usepackage{ctex}
+\usepackage{graphicx}
+\usepackage{xcolor}
+\usepackage{listings}
+
+\usepackage[backend=biber,style=gb7714-2015,gbtype=true,gbalign=gb7714-2015]{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}{测试参考文献}
+\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}{参考文献}
+
+%\noindent\setlength{\parindent}{0pt}
+\printbibliography[heading=bibliography,title=参考文献]
+
+\end{frame}
+
+
+\end{document}
+
+