summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-gb7714-2015/gb7714-2005.bbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-11 21:18:04 +0000
committerKarl Berry <karl@freefriends.org>2021-12-11 21:18:04 +0000
commit7a57fbcb22256ac540317f8969ee1cc0f8e47a5a (patch)
tree3ad79be3f2cfc9146c03aab0b4b148386f246e87 /Master/texmf-dist/tex/latex/biblatex-gb7714-2015/gb7714-2005.bbx
parenta85d763fcf68de971de2ca193c7dac68faa16d04 (diff)
biblatex-gb7714-2015 (11dec21)
git-svn-id: svn://tug.org/texlive/trunk@61274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-gb7714-2015/gb7714-2005.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-gb7714-2015/gb7714-2005.bbx31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-gb7714-2015/gb7714-2005.bbx b/Master/texmf-dist/tex/latex/biblatex-gb7714-2015/gb7714-2005.bbx
index 12271aa8a82..825dd92b756 100644
--- a/Master/texmf-dist/tex/latex/biblatex-gb7714-2015/gb7714-2005.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-gb7714-2015/gb7714-2005.bbx
@@ -52,3 +52,34 @@
}
}
}
+
+%==================================================
+%输出格式调整
+%==================================================
+%
+% 重设专利title的输出,将文献类型标识符输出出去,并将国别加入进来
+%
+\renewbibmacro*{patenttitle}{%原输出来自biblatex.def文件
+ \ifboolexpr{%
+ test{\iffieldundef{title}}%
+ and%
+ test{\iffieldundef{subtitle}}%
+ }%
+ {}%
+ {\printtext[title]{\bibtitlefont%
+ \printfield[titlecase]{title}%
+ \ifboolexpr{test {\iffieldundef{subtitle}}}%
+ {}{\setunit{\subtitlepunct}%
+ \printfield[titlecase]{subtitle}}%
+ \iffieldundef{titleaddon}{\setunit{\subtitlepunct}}%
+ {\setunit{\subtitlepunct}\printfield{titleaddon}\setunit{\addcomma\space}}%
+ \iflistundef{location}{}%
+ {\setunit{\subtitlepunct}\printlist{location}\setunit{\addcomma\space}}%
+ \printfield{number}%
+ \iftoggle{bbx:gbtype}{\printfield[gbtypeflag]{usera}}{}%
+ %\iffieldundef{booktitle}{\newunit}{}%当title是析出时,不要标点
+ %\newunit
+ }%
+}%
+\clearlist{location}\clearlist{address}%
+}