zepinglee / gbt7714-bibtex-style

GB/T 7714-2015 BibTeX Style
LaTeX Project Public License v1.3c
1.16k stars 197 forks source link

biblatex 中 gbt7714-2015 title如何支持lowercase? #88

Closed fu123456 closed 2 years ago

fu123456 commented 2 years ago

在biblatex中设定:

\usepackage[backend=biber,style=gb7714-2015,gbfieldtype=true,gbpub=true,gbnamefmt=lowercase]{biblatex}
\DeclareFieldFormat
  [article,inbook,incollection,inproceedings,patent,thesis,unpublished]
  {titlecase}{\MakeSentenceCase*{#1}}

结果编译出来的不但title是小写的,会议名称和期刊名称也是小写的。这个如何指定lowercase。 gbt7

zepinglee commented 2 years ago

这个跟 BibTeX 不相关,建议在 https://github.com/hushidong/biblatex-gb7714-2015/issues 讨论。

hushidong commented 2 years ago

看到你在biblatex那边问题了, @moewew 已经回答你了,根据你的表述你需要的是titlecase而不是sentencecase。而且biblatex也没有提供latex宏来将你的标题来改成title格式。所以这个需要用其它工具来实现。我会开个issue讲怎么解决这个问题。