Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pkuzqh opened this issue May 8, 2022 · 2 comments
Open

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

pkuzqh opened this issue May 8, 2022 · 2 comments

Comments

@pkuzqh
Copy link

pkuzqh commented May 8, 2022

No description provided.

@hushidong
Copy link
Owner

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

% !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} 

结果为:
图片

@pkuzqh
Copy link
Author

pkuzqh commented May 10, 2022

好的 十分感谢

@hushidong hushidong changed the title 如何给 参考文献中的会议年份数字加粗? 用法:给参考文献中的会议年份数字加粗 May 27, 2023
@hushidong hushidong reopened this May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants