biblatex-gb7714-2015 icon indicating copy to clipboard operation
biblatex-gb7714-2015 copied to clipboard

用法:给参考文献中的会议年份数字加粗

Open pkuzqh opened this issue 2 years ago • 2 comments

pkuzqh avatar May 08 '22 19:05 pkuzqh

下次最好给个例子,用例子说话,帮我节省点时间。 比如:

% !Mode:: "TeX:UTF-8"
% 用于测试
\documentclass{article}
\usepackage{ctex}

\usepackage[backend=biber,style=gb7714-2015]{biblatex}

\DeclareFieldFormat[inproceedings]{date}{\mkbibbold{#1}}


\begin{filecontents}{\jobname.bib}
@InProceedings{裴丽生1981-2-10,
  author    = {裴丽生},
  title     = {在中国科协学术期刊编辑工作经验交流会上的讲话},
  booktitle = {中国科协学术期刊编辑工作经验交流会资料选},
  year      = {1981},
  editor    = {中国科学技术协会},
  publisher = {中国科学技术协会学会工作部},
  pages     = {2--10},
  address   = {北京},
}

@Inproceedings{Nemec1997-209-214,
  Title                    = {Force control of redundant robots},
  Author                   = {B Nemec},
  Booktitle                = {Processings of Symposium on Robot Control},
  Pages                    = {209-214},
  Country                  = {Nantes France},
  Year                     = {1997}
}
\end{filecontents}
\addbibresource{\jobname.bib}
   %

\begin{document}

\nocite{*}


\printbibliography

\end{document} 

结果为: 图片

hushidong avatar May 09 '22 01:05 hushidong

好的 十分感谢

pkuzqh avatar May 10 '22 07:05 pkuzqh