texlive[70467] Master/texmf-dist: biblatex-caspervector (7mar24)
commits+karl at tug.org
commits+karl at tug.org
Thu Mar 7 22:22:04 CET 2024
Revision: 70467
https://tug.org/svn/texlive?view=revision&revision=70467
Author: karl
Date: 2024-03-07 22:22:03 +0100 (Thu, 07 Mar 2024)
Log Message:
-----------
biblatex-caspervector (7mar24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt
trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector-ay.pdf
trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.pdf
trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.tex
trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-base.def
trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-gbk.def
trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-utf8.def
trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.bbx
trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.cbx
trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx
trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt 2024-03-07 21:21:54 UTC (rev 70466)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt 2024-03-07 21:22:03 UTC (rev 70467)
@@ -1,3 +1,11 @@
+2024-03-07, v0.3.7
+
+ * Changes to package code:
+ - blx-caspervector-base.def: fix unwanted pageref in fullcite.
+
+ * Misc:
+ - Minor fixes and cosmetics.
+
2022-10-30, v0.3.6
* API changes:
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector-ay.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.tex 2024-03-07 21:21:54 UTC (rev 70466)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.tex 2024-03-07 21:22:03 UTC (rev 70467)
@@ -48,13 +48,13 @@
\addbibresource{caspervector.bib}
\begin{document}
-\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.3.6}}
+\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.3.7}}
\author{%
Casper Ti.\ Vector\thanks{\ %
\href{mailto:CasperVector at gmail.com}{\texttt{CasperVector at gmail.com}}.%
}%
}
-\date{2022/10/30}
+\date{2024/03/07}
\maketitle
\section{引言}
@@ -81,7 +81,7 @@
\section{许可协议}
-版权所有 \copyright\ 2012--2019 Casper Ti.\ Vector。%
+版权所有 \copyright\ 2012--2019,2022 Casper Ti.\ Vector。%
\verb|caspervector| 参考文献和引用样式以
\hologo{LaTeX} Project Public License\footnote{\ %
\url{https://www.latex-project.org/lppl/}.%
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-base.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-base.def 2024-03-07 21:21:54 UTC (rev 70466)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-base.def 2024-03-07 21:22:03 UTC (rev 70467)
@@ -23,7 +23,7 @@
% blx-caspervector-utf8.def
\ProvidesFile{blx-caspervector-base.def}%
- [2022/10/30 v0.3.6 Casper Ti. Vector's biblatex library]
+ [2024/03/07 v0.3.7 Casper Ti. Vector's biblatex library]
\RequireBiber[3]
\newtoggle{bbx:gbk}
@@ -245,13 +245,13 @@
\printurldate%
}%
}
-\newbibmacro*{addendum+pageref}{%
- \printfield{addendum}%
+\renewbibmacro*{pageref}{%
\iflistundef{pageref}{}{%
\bbx at cepunct{}{\setunit{\addspace}}%
\printtext[mypageref]{\printlist[pageref][-\value{listtotal}]{pageref}}%
}%
}
+\newbibmacro*{addendum+pageref}{\printfield{addendum}\usebibmacro{pageref}}
\DeclareBibliographyDriver{book}{%
\usebibmacro{bibindex}\usebibmacro{begentry}%
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-gbk.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-gbk.def 2024-03-07 21:21:54 UTC (rev 70466)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-gbk.def 2024-03-07 21:22:03 UTC (rev 70467)
@@ -23,7 +23,7 @@
% blx-caspervector-utf8.def
\ProvidesFile{blx-caspervector-gbk.def}%
- [2022/10/30 v0.3.6 Chinese punctuations and captions in GBK]
+ [2024/03/07 v0.3.7 Chinese punctuations and captions in GBK]
\newcommand*\bbx at cnldquot{\xA1\xB0}
\newcommand*\bbx at cnrdquot{\xA1\xB1}
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-utf8.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-utf8.def 2024-03-07 21:21:54 UTC (rev 70466)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-utf8.def 2024-03-07 21:22:03 UTC (rev 70467)
@@ -23,7 +23,7 @@
% blx-caspervector-utf8.def
\ProvidesFile{blx-caspervector-utf8.def}%
- [2022/10/30 v0.3.6 Chinese punctuations and captions in UTF-8]
+ [2024/03/07 v0.3.7 Chinese punctuations and captions in UTF-8]
\newcommand*\bbx at cnldquot{“}
\newcommand*\bbx at cnrdquot{”}
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.bbx 2024-03-07 21:21:54 UTC (rev 70466)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.bbx 2024-03-07 21:22:03 UTC (rev 70467)
@@ -23,7 +23,7 @@
% blx-caspervector-utf8.def
\ProvidesFile{caspervector-ay.bbx}%
- [2022/10/30 v0.3.6 Casper Ti. Vector's author-year biblatex bibstyle]
+ [2024/03/07 v0.3.7 Casper Ti. Vector's author-year biblatex bibstyle]
\RequireBibliographyStyle{authoryear-comp}
\input{blx-caspervector-base.def}
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.cbx 2024-03-07 21:21:54 UTC (rev 70466)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.cbx 2024-03-07 21:22:03 UTC (rev 70467)
@@ -23,7 +23,7 @@
% blx-caspervector-utf8.def
\ProvidesFile{caspervector-ay.cbx}%
- [2022/10/30 v0.3.6 Casper Ti. Vector's author-year biblatex citestyle]
+ [2024/03/07 v0.3.7 Casper Ti. Vector's author-year biblatex citestyle]
\RequireCitationStyle{authoryear-comp}
\renewcommand*{\compcitedelim}{\bbx at citebcomma}
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx 2024-03-07 21:21:54 UTC (rev 70466)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx 2024-03-07 21:22:03 UTC (rev 70467)
@@ -23,7 +23,7 @@
% blx-caspervector-utf8.def
\ProvidesFile{caspervector.bbx}%
- [2022/10/30 v0.3.6 Casper Ti. Vector's numeric biblatex bibstyle]
+ [2024/03/07 v0.3.7 Casper Ti. Vector's numeric biblatex bibstyle]
\RequireBibliographyStyle{numeric-comp}
\input{blx-caspervector-base.def}
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx 2024-03-07 21:21:54 UTC (rev 70466)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx 2024-03-07 21:22:03 UTC (rev 70467)
@@ -23,7 +23,7 @@
% blx-caspervector-utf8.def
\ProvidesFile{caspervector.cbx}%
- [2022/10/30 v0.3.6 Casper Ti. Vector's numeric biblatex citestyle]
+ [2024/03/07 v0.3.7 Casper Ti. Vector's numeric biblatex citestyle]
\RequireCitationStyle{numeric-comp}
\ExecuteBibliographyOptions{autocite = superscript}
More information about the tex-live-commits
mailing list.