texlive[70482] branches/branch2023.final/Master/texmf-dist:

commits+karl at tug.org commits+karl at tug.org
Thu Mar 7 22:31:08 CET 2024


Revision: 70482
          https://tug.org/svn/texlive?view=revision&revision=70482
Author:   karl
Date:     2024-03-07 22:31:08 +0100 (Thu, 07 Mar 2024)
Log Message:
-----------
biblatex-caspervector (branch) (7mar24)

Modified Paths:
--------------
    branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt
    branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector-ay.pdf
    branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.pdf
    branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.tex
    branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-base.def
    branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-gbk.def
    branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-utf8.def
    branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.bbx
    branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.cbx
    branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx
    branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx

Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt	2024-03-07 21:30:56 UTC (rev 70481)
+++ branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt	2024-03-07 21:31:08 UTC (rev 70482)
@@ -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: branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector-ay.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.tex
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.tex	2024-03-07 21:30:56 UTC (rev 70481)
+++ branches/branch2023.final/Master/texmf-dist/doc/latex/biblatex-caspervector/caspervector.tex	2024-03-07 21:31:08 UTC (rev 70482)
@@ -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: branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-base.def
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-base.def	2024-03-07 21:30:56 UTC (rev 70481)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-base.def	2024-03-07 21:31:08 UTC (rev 70482)
@@ -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: branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-gbk.def
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-gbk.def	2024-03-07 21:30:56 UTC (rev 70481)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-gbk.def	2024-03-07 21:31:08 UTC (rev 70482)
@@ -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: branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-utf8.def
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-utf8.def	2024-03-07 21:30:56 UTC (rev 70481)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/blx-caspervector-utf8.def	2024-03-07 21:31:08 UTC (rev 70482)
@@ -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: branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.bbx
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.bbx	2024-03-07 21:30:56 UTC (rev 70481)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.bbx	2024-03-07 21:31:08 UTC (rev 70482)
@@ -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: branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.cbx
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.cbx	2024-03-07 21:30:56 UTC (rev 70481)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector-ay.cbx	2024-03-07 21:31:08 UTC (rev 70482)
@@ -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: branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx	2024-03-07 21:30:56 UTC (rev 70481)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.bbx	2024-03-07 21:31:08 UTC (rev 70482)
@@ -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: branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx	2024-03-07 21:30:56 UTC (rev 70481)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/biblatex-caspervector/caspervector.cbx	2024-03-07 21:31:08 UTC (rev 70482)
@@ -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.