latex 参考文献中西文作者中的变音符号的大小写问题

在一些参考文献中,由于某些西文作者,可能存在一些变音符号,处理大小写时可能会出现未知问题。

使用biblatex时,由于biber的字符支持特性,一般不会出现问题。

变音符号可以直接用unicode字符写,也可以用命令的形式写,比如:

\"{e}

 

示例如下:

 

\documentclass{article}
\usepackage{ctex}
\usepackage{hyperref}
\usepackage[paperwidth=14cm,paperheight=9cm,top=10pt,bottom=10pt,left=10pt,right=10pt]{geometry}
\usepackage[backend=biber,style=gb7714-2015,maxbibnames=99]{biblatex}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}

@article{Zhang2015Towards,
  title={Towards Vision-Based Deep Reinforcement Learning for Robotic Motion Control},
  author={Leitn\"{e}r, J\"{u}ergen and M\"{i}lford, Mich\"{a}el and Upcr\"{o}ft, Ben and Cork\"{y}, Peter},
  journal={Computer Science},
  year={2015},
}

@article{Zhang2015Towardsa,
  title={Towards Vision-Based Deep Reinforcement Learning for Robotic Motion Control},
  author={Leitn\"{e}r, J\"{u}ergen and M\"{i}lford, Mich\"{a}el and Upcr\"{o}ft, Ben and Cork\"{y}, Peter},
  journal={Computer Science},
  year={2015},
  nameformat={lowercase},
}

@article{Zhang2015Towardsb,
  title={Towards Vision-Based Deep Reinforcement Learning for Robotic Motion Control},
  author={Leitnër, J\"{u}ergen and Mïlford, Michf\"{a}el and Upcröft, Ben and Corkÿ, Peter},
  journal={Computer Science},
  year={2015},
}

\end{filecontents}
\addbibresource{\jobname.bib}

\begin{document}

\section*{变音字符的大写和小写}

\nocite{*}

变音字符比如\verb|\"{e}|等在biber处理时会自动处理为ë等字符,因此在用mkuppercase等命令转换为大写时会自动转换为Ë等。比如

\printbibliography[heading=subbibliography]

\end{document} 

结果为:

 

 

 

  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值