summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/egfigure/egdoublelan.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/egfigure/egdoublelan.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/egfigure/egdoublelan.tex109
1 files changed, 109 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/egfigure/egdoublelan.tex b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/egfigure/egdoublelan.tex
new file mode 100644
index 00000000000..e400a94b1ad
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/egfigure/egdoublelan.tex
@@ -0,0 +1,109 @@
+
+% !Mode:: "TeX:UTF-8"
+% 用于测试gb7714-2015样式,实现的双语对照文献表
+\documentclass{article}
+\usepackage{ctex}
+\usepackage{xcolor}
+\usepackage{toolbox}
+\usepackage[colorlinks]{hyperref}
+\usepackage{lipsum}
+\usepackage[paperwidth=14cm,paperheight=7cm,top=10pt,bottom=10pt,left=0.5cm,right=0.5cm]{geometry}
+\usepackage{xltxtra,mflogo,texnames}
+\usepackage[backend=biber,style=gb7714-2015]{biblatex}%sorting=nyt
+
+\usepackage{filecontents}
+\begin{filecontents}{\jobname.bib}
+
+@Book{易仕和2013--,
+ Title = {超声速和高超声速喷管设计},
+ Address = {北京},
+ Author = {易仕和 and 赵玉新 and 何霖 and 张敏莉},
+ Publisher = {国防工业出版社},
+ Year = {2013}
+}
+
+@Book{Yi2013--,
+ Title = {Supersonic and hypersonic nozzle design},
+ Address = {Beijing},
+ Author = {Yi, Shi he and Zhao, Yu xin and He, Lin and Zhang, Min li},
+ Publisher = {National Defense Industry Press},
+ Year = {2013}
+}
+
+@Article{张敏莉2007-500-503,
+ Title = {超声速短化喷管的设计和试验研究},
+ Author = {张敏莉 and 易仕和 and 赵玉新},
+ Journal = {空气动力学报},
+ Number = {4},
+ Pages = {500-503},
+ Volume = {25},
+ Year = {2007}
+}
+
+@Article{Zhang2007-500-503,
+ Title = {The design and experimental investigations of supersonic length shorted nozzle},
+ Author = {Zhang, Min-li and Yi, Shi-he and Zhao, Yu-xin},
+ Journal = {ACTA AERODYNAMICA SINICA},
+ Number = {4},
+ Pages = {500-503},
+ Volume = {25},
+ Year = {2007}
+}
+
+@Book{Peebles2001-100-100,
+ Title = {Probability, random variable, and random signal Principles and \LaTeX{}},
+ Address = {New York},
+ Author = {von Peebles, Jr., P. Z.},
+ Edition = {4},
+ Pages = {100},
+ Publisher = {McGraw-Hill},
+ Year = {2001}
+}
+
+@Book{蔡敏2006--,
+ Title = {UML基础和Rose建模教程},
+ Address = {北京},
+ Author = {蔡敏 and 徐慧慧 and 黄柄强},
+ Publisher = {人民邮电出版社},
+ Year = {2006},
+ Month = {1}
+}
+
+@Book{Miroslav2004--,
+ Title = {信号处理滤波器设计-基于matlab和mathematica的设计方法},
+ Address = {北京},
+ Author = {Miroslav, D. L. and Dejan, V. T. and Brian, L. E.},
+ Publisher = {电子工业出版社},
+ Translator = {朱义胜 and 董辉},
+ Year = {2004},
+ Month = {1}
+}
+
+@Book{赵学功2001--,
+ Title = {当代美国外交},
+ Author = {赵学功},
+ Publisher = {社会科学文献出版社},
+ Url = {http://www.baidu.com},
+ Urldate = {2014-06-11},
+ Year = {2001}
+}
+
+
+\end{filecontents}
+
+\addbibresource{\jobname.bib}
+
+\makeatletter
+\@ifpackagelater{biblatex}{2016/12/01}{
+\defdoublelangentry{易仕和2013--}{Yi2013--}
+\defdoublelangentry{张敏莉2007-500-503}{Zhang2007-500-503}
+}{}
+\makeatother
+
+\begin{document}
+
+\nocite{易仕和2013--,张敏莉2007-500-503}
+
+ \printbibliography
+
+\end{document} \ No newline at end of file