-
Notifications
You must be signed in to change notification settings - Fork 84
/
opt-gbpunctin.tex
53 lines (45 loc) · 2.05 KB
/
opt-gbpunctin.tex
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
% !Mode:: "TeX:UTF-8"
% 用于测试gb7714-2015样式,对于洗出文献的//符号的控制和选项
% 测试gbpunctin=false选项
% 测试本地化字符串in的设置
\documentclass[twoside]{article}
\usepackage{ctex}
\usepackage[top=10pt,bottom=10pt,left=1cm,right=1cm]{geometry}
\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}