summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/opt-gbpunctin.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/opt-gbpunctin.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/opt-gbpunctin.tex52
1 files changed, 0 insertions, 52 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/opt-gbpunctin.tex b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/opt-gbpunctin.tex
deleted file mode 100644
index a28e9313004..00000000000
--- a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/opt-gbpunctin.tex
+++ /dev/null
@@ -1,52 +0,0 @@
-% !Mode:: "TeX:UTF-8"
-% 用于测试gb7714-2015样式,对于洗出文献的//符号的控制和选项
-% 测试gbpunctin=false选项
-% 测试本地化字符串in的设置
-\documentclass[twoside]{article}
-\usepackage{ctex}
-\usepackage[backend=biber,style=gb7714-2015,gbpunctin=false,gbpub=false,gbnamefmt=lowercase]{biblatex}%
-
-\DefineBibliographyStrings{english}{
-in={源自:\ }
-}
-
-\usepackage{filecontents}
-\begin{filecontents}{\jobname.bib}
-@Inproceedings{ref-replace-char,
- Title = {Cognitive Radio and Cooperative Strategies for Power Saving in Multi-Standard Wireless Devices},
- Address = {Florence, Italy},
- Author = {Rodriguez, J. and P. Marques and A. Radwan and K. Moessner and R. Tafazolli and others},
- Booktitle = {Future % Network \& Mobile # Summit 2010},
- Date = {June 2010}
-}
-
-@Inproceedings{FOURNEY1971-17-38,
- Title = {Advances in holographic photoelasticity},
- Author = {M E FOURNEY},
- Booktitle = {Symposium on Applications of Holography in Mechanics, August 23-25, 1971, University of Southern California, Los Angeles, California},
- Date = {1971},
- Pages = {17-38},
- Publisher = {ASME},
- Location = {New York}
-}
-
-@Inproceedings{裴丽生1981-2-10,
- Title = {在中国科协技术期刊编辑工作经验交流会上的讲话},
- Author = {裴丽生},
- Booktitle = {中国科协学术期刊编辑工作经验交流会资料选},
- Date = {1981},
- Pages = {2-10},
- Institution = {中国科学技术协会学会工作部},
- Location = {北京}
-}
-
-\end{filecontents}
- \addbibresource{\jobname.bib}
-
- \begin{document}
- \section{测试gb7714-2015样式对于析出文献的//符号的控制和选项}
-
- \nocite{*}
- \printbibliography
-
- \end{document} \ No newline at end of file