Skip to content

有人尝试修改过参考文献中会议论文[C]//的斜杠为半角吗? #882

Answered by hushidong
xmmzzz asked this question in 提问
Discussion options

You must be logged in to vote

修改一下字体即可,但可能要用最新版的biblatex-gb7714-2015,比如:

\def\SlashFont{\rmfamily}%\rmfamily等

或

\newfontfamily{\farial}{Arial}%Linux Libertine O
\def\SlashFont{\farial}%

示例:

\documentclass{article}
\usepackage{ctex}
\usepackage[backend=biber,style=gb7714-2015,gbalign=right]{biblatex}

%\def\SlashFont{\rmfamily}%\rmfamily等
\newfontfamily{\farial}{Arial}%Linux Libertine O
\def\SlashFont{\farial}%

\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@inproceedings{邱泽奇rawtype,
  author          = {邱泽奇},
  title           = {建构与分化:当代中国社会结构的过程},
  editor          = {潘乃谷 and 马戎},
  booktitle       = {社区研究与社会发展.中国社会学纪念费孝通教授学术活动 60 周年学术讨论会},
  location        = {天津},
  year            = {1998},
  pu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LogCreative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
提问
Labels
None yet
2 participants