summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/testmultilan.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-02 20:40:02 +0000
committerKarl Berry <karl@freefriends.org>2018-07-02 20:40:02 +0000
commit6bcb7fafe11bbc913072dca4f243b91c57f087b9 (patch)
tree9eb1a151fa88082aca86c3282cf4e100b5d83064 /Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/testmultilan.tex
parent963531ca70238da0247961325e8275a3e837c26c (diff)
biblatex-gb7714-2015 (2jul18)
git-svn-id: svn://tug.org/texlive/trunk@48123 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/testmultilan.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/testmultilan.tex90
1 files changed, 90 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/testmultilan.tex b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/testmultilan.tex
new file mode 100644
index 00000000000..1093b8ed4de
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/testmultilan.tex
@@ -0,0 +1,90 @@
+\documentclass[twoside]{article}
+\usepackage{ctex}
+%\usepackage[english,russian,french]{babel}
+\usepackage{fontspec}
+
+\setmainfont{CMU Serif}
+\usepackage{xcolor}
+\usepackage{hyperref}
+\usepackage{lipsum}
+\usepackage[top=10pt,bottom=10pt,left=10pt,right=10pt]{geometry}
+%,autolang=other
+\usepackage[backend=biber,style=gb7714-2015,gbpub=false]{biblatex}
+
+\usepackage{filecontents}
+\begin{filecontents}{\jobname.bib}
+
+@INPROCEEDINGS{frenchref,
+ AUTHOR = {Beneton Philippe and Touchard Jean and Beton Philippe and Betin Philippe},
+ BOOKTITLE = {Revue française de science politique},
+ DATE = {1968},
+ PAGES = {19--46},
+ TITLE = {ôçLes interprétations de la crise de mai-juinŕł},
+}
+
+@ARTICLE{greenwood1988,
+ AUTHOR = {Greenwood, Jeremy and Hercowitz, Zvi and Huffman, Gregory W and Williams, Joedge},
+ PUBLISHER = {JSTOR},
+ DATE = {1988},
+ JOURNALTITLE = {The American Economic Review},
+ KEYWORDS = {greenwood1988investment},
+ PAGES = {402--417},
+ TITLE = {Investment, capacity utilization, and the real business cycle},
+}
+%langid={english}
+
+@BOOK{russainref,
+ AUTHOR = {Кузнецов, А. В. and Кузнецов, C. В. and Кузнецов, D. В. and Кузнецов, E. В.},
+ TITLE = {Русский язык и языковая личность},
+ LOCATION = {М.},
+ PUBLISHER = {Диалог МГУ},
+ DATE = {1998},
+ PAGES = {28},
+}
+%langid={russian}
+
+@ARTICLE{刘凤良2017,
+ AUTHOR = {刘凤良 and 章潇萌 and 于泽 and 黄晓},
+ DATE = {2017},
+ JOURNALTITLE = {金融研究},
+ KEYWORDS = {刘凤良2017},
+ NUMBER = {2},
+ PAGES = {54--69},
+ TITLE = {高投资、结构失衡与价格指数二元分化},
+}% langid={english}
+
+@BOOK{青木昌彦1996--,
+ AUTHOR = {青木昌彦 and 青木昌一 and 青木昌二 and 青木昌三},
+ PUBLISHER = {東洋経済新報社},
+ DATE = {1996},
+ PAGES = {288},
+ TITLE = {メインバンク ・ システムのモニタリング機能としての特徴},
+}
+
+@INPROCEEDINGS{kereanref,
+ AUTHOR = {김주성 and 함승호 and 김기수 and 김기회},
+ BOOKTITLE = {2015 한국 CAD/CAM 학회 동계학술대회 논문집},
+ DATE = {2015},
+ address={울산},
+ PAGES = {19--46},
+ TITLE = {해저 저질과 환경 하중을 고려한 침몰 선체 인양 시뮬레이션},
+}
+
+\end{filecontents}
+ \addbibresource{\jobname.bib}
+ %
+ \makeatletter
+ \def\versionofgbtstyle{2018/04/03 v1.0k}
+ \def\versionofbiblatex{\abx@version}
+ \makeatother
+ %\renewcommand{\bibtitlefont}{\kaishu}
+
+ \begin{document}
+ \section{set title}
+ created with biblatex v\versionofbiblatex, last revised at \today;\\ \hspace*{1.5em} Style Files (gb7714-2015*.*) have version number: \versionofgbtstyle.
+
+ refs\nocite{*}
+
+ \printbibliography
+
+ \end{document} \ No newline at end of file