texlive[66579] Master: biblatex-dw (12mar23)

commits+karl at tug.org commits+karl at tug.org
Sun Mar 12 21:33:17 CET 2023


Revision: 66579
          http://tug.org/svn/texlive?view=revision&revision=66579
Author:   karl
Date:     2023-03-12 21:33:16 +0100 (Sun, 12 Mar 2023)
Log Message:
-----------
biblatex-dw (12mar23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/CHANGES
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/LIESMICH
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/README
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib
    trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
    trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx
    trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx
    trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx
    trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx
    trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx
    trunk/Master/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx
    trunk/Master/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx
    trunk/Master/tlpkg/libexec/ctan2tds

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/biblatex-dw/todo.txt

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/CHANGES
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/CHANGES	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/CHANGES	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,9 +1,18 @@
-biblatex-dw 2023/03/09 v1.7a
+biblatex-dw 2023/03/11 v1.7b
 Copyright (c) 2008-2023 Dominik Waßenhoven <domwass(at)web.de>
 
  Version history
  ---------------
 
+v1.7b [2023/03/11]
+This version of biblatex-dw was tested with biblatex 3.19 and biber 2.19.
+- BUGFIX: With xref=true and useeditor=false, there could be a superfluous 
+	comma. This should now be fixed (ticket 25 at biblatex-dw.sf.net).
+- New entry option "idembib" in order to suppress the idem functionality for
+  single entries. See the documentation for details. (Cf. ticket 14 at biblatex-dw.sf.net.)
+- Code cleanup (using some suggestions from ticket 23 at biblatex-dw.sf.net).
+- Minor improvements to the documentation.
+
 v1.7a [2023/03/09]
 This version of biblatex-dw was tested with biblatex 3.17 and biber 2.17.
 - BUGFIX: With xref=true, the addendum of the child entry was not printed. This

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/LIESMICH
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/LIESMICH	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/LIESMICH	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,4 +1,4 @@
-biblatex-dw 2023/03/09 v1.7a
+biblatex-dw 2023/03/11 v1.7b
 Copyright (c) 2008-2023 Dominik Waßenhoven <domwass(at)web.de>
 
 ************************************************************

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/README	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/README	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,4 +1,4 @@
-biblatex-dw 2023/03/09 v1.7a
+biblatex-dw 2023/03/11 v1.7b
 Copyright (c) 2008-2023 Dominik Waßenhoven <domwass(at)web.de>
   
 ************************************************************

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex	2023-03-12 20:33:16 UTC (rev 66579)
@@ -7,11 +7,11 @@
 % biblatex-dw (both  the English and the German version)
 
 %%%%% biblatex-dw Version %%%%% version of biblatex-dw %%%%%
-\newcommand{\biblatexdwversion}{1.7a}
-\newcommand{\biblatexdwdate}{\printdate{2023-03-09}}
+\newcommand{\biblatexdwversion}{1.7b}
+\newcommand{\biblatexdwdate}{\printdate{2023-03-11}}
 \newcommand{\mindestanforderung}{3.3}% minimum biblatex version
-\newcommand{\testversion}{3.17}% tested biblatex version
-\newcommand{\biberversion}{2.17}% tested biber version
+\newcommand{\testversion}{3.19}% tested biblatex version
+\newcommand{\biberversion}{2.19}% tested biber version
 \newcommand{\screenversion}{}
 \newcommand{\TOC}{}
 \newcommand{\lizenz}{}
@@ -75,7 +75,7 @@
 
 %%%%% Verschiedene Pakete %%%%% Miscellaneous packages
 \usepackage{microtype}%		optischer Randausgleich
-\usepackage{hvlogos}%		Logos wie \BibTeX etc.
+%\usepackage{hvlogos}%		Logos wie \BibTeX etc.
 \usepackage{xspace}
 \usepackage{textcomp}%		Text-Companion-Symbole
 \usepackage{manfnt}%			für das Achtung-Symbol
@@ -180,7 +180,8 @@
 }
 \makeatother
 
-\newcommand{\bl}{\paket{biblatex}}
+%\newcommand{\bl}{\paket{biblatex}}
+\newcommand{\bl}{Bib\LaTeX}
 \newcommand{\bldw}{\paket{biblatex-dw}}
 
 % \optlist[nur bei xy]{Option}{Wert} -> Option (Wert)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex	2023-03-12 20:33:16 UTC (rev 66579)
@@ -29,26 +29,9 @@
 
 \section{Introduction}
 \subsection{Installation}
-\bldw{} is part of the distributions MiK\TeX{}\footnote{Website: \url{http://www.miktex.org}.} 
-and \TeX{}~Live\footnote{Website: \url{http://www.tug.org/texlive}.}~-- thus, you
-can easily install it using the respective package manager. If you would like to
-install \bldw{} manually, do the following:
-Extract the archive \texttt{biblatex-dw.tds.zip} to the \texttt{\$LOCALTEXMF} directory of
- your system.\footnote{If you don't know what that is, have a look at
-\url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds} or 
-\url{http://mirror.ctan.org/tds/tds.html}.} Refresh your filename database. 
-Here is some additional information from the UK \TeX\ FAQ:
-\begin{itemize}
-	\item \href{%
-    http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-where}{%
-    Where to install packages}
-	\item \href{%
-	  http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf}{%
-	  Installing files \enquote{where \LaTeXTeX\ can find them}}
-	\item \href{%
-	  http://www.tex.ac.uk/cgi-bin/texfaq2html?label=privinst}{%
-	  \enquote{Private} installations of files}
-\end{itemize}
+\bldw{} is part of the distributions MiK\TeX{}\footnote{Website: \url{https://miktex.org}.} 
+and \TeX{}~Live\footnote{Website: \url{http://www.tug.org/texlive}.} (as well as Mac\TeX{}\footnote{Webseite: \url{http://www.tug.org/mactex}.}, which is built upon it)~-- thus, you
+can easily install it using the respective package manager.
 
 \subsection{Usage}
 The styles are loaded in the same way as the \bl{} standard styles:
@@ -74,11 +57,6 @@
 \texttt{options} of an entry in the bib file. Entry options can sometimes override
 global options for the respective entry.
 
-\subsection{Frequently asked Questions (FAQ)}
-I answered some frequently asked questions concerning \bl{} and \bldw{} and made them
-available online:\\
-\url{http://biblatex.dominik-wassenhoven.de/faq.shtml?en}
-
 \subsection{Development}
 \bldw{} is an open source project hosted at \href{http://sourceforge.net}{sourceforge.net}. The code (also of the latest, not released version) can be downloaded.\footnote{\url{http://sourceforge.net/p/biblatex-dw/code}.} At sourceforge.net you have also the possibility to file bug reports (if possible, including a minimal example)\footnote{\url{http://sourceforge.net/p/biblatex-dw/tickets/milestone/Bugs}.} and feature requests.\footnote{\url{http://sourceforge.net/p/biblatex-dw/tickets/milestone/Features}.}
 
@@ -135,7 +113,10 @@
 	      \wert{dash} to get a dash (---). In some languages, the idem phrase
 	      is gender-specific. The gender for authors\slash editors has to be
 	      given in the \texttt{gender} field of your bib file (see the \bl{}
-	      documentation for details). The default value for \option{idembib} is
+	      documentation for details). The behaviour can be controlled on a per-entry
+	      basis with the entry option \option{idembib}. \achtung If you set 
+	      \option{idembib=false} for an entry, the idem functionality will be suspended
+	      for this entry and the following one. The default value for \option{idembib} is
 	      \wert{true}, the default value for \option{idembibformat} is
 	      \wert{idem}.
 	\item When\beschreibung{edbyidem} \texttt{author} and \texttt{editor} are the same in 
@@ -818,6 +799,11 @@
 	  (\xbx{authortitle-dw}: with option \option{firstfull} only) of entries 
 	  with a \texttt{shorthand} is enforced (\wert{true}) or suppressed 
 	  (\wert{false}).
+	\opt{idembib}
+	  The idem functionality can be set for a single entry. With the global option 
+	  \option{idembib=false} names will never be substituted, even if the entry option 
+	  \option{idembib} is set to \wert{true}. The entry option can be helpful for anonymous
+	  works for which the idem functionality should be skipped.
 	\opt{oldauthor}
 	  The \texttt{author} is not set in the font shape chosen by \option{namefont},
 	  if the global option \option{oldauthor} is set to \wert{true}.

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex	2023-03-12 20:33:16 UTC (rev 66579)
@@ -33,21 +33,9 @@
 
 \section{Einleitung}
 \subsection{Installation}
-\bldw{} ist in den Distributionen MiK\TeX{}\footnote{Webseite: \url{http://www.miktex.org}.} 
-und \TeX{}~Live\footnote{Webseite: \url{http://www.tug.org/texlive}.} enthalten und
-kann mit deren Paketmanagern bequem installiert werden. Wenn Sie stattdessen eine
-manuelle Installation durchführen, so gehen Sie wie folgt vor:
-Entpacken Sie die Datei \texttt{biblatex-dw.tds.zip} in den \texttt{\$LOCALTEXMF}"=Ordner ihres 
-Systems.\footnote{Falls Sie nicht wissen, was das ist, können Sie sich unter 
-\url{http://projekte.dante.de/DanteFAQ/TDS} bzw. 
-\url{http://mirror.ctan.org/tds/tds.html} informieren.} Aktualisieren Sie 
-anschließend die \emph{filename database} ihrer \TeX"=Distribution. 
-Weitere Informationen:
-\begin{itemize}
-  \small
-	\item \url{http://projekte.dante.de/DanteFAQ/PaketInstallation}
-	\item \url{http://projekte.dante.de/DanteFAQ/Verschiedenes#67}
-\end{itemize}
+\bldw{} ist in den Distributionen MiK\TeX{}\footnote{Webseite: \url{https://miktex.org/}.} 
+und \TeX{}~Live\footnote{Webseite: \url{http://www.tug.org/texlive}.} (und damit auch im darauf aufbauenden Mac\TeX{}\footnote{Webseite: \url{http://www.tug.org/mactex}.}) enthalten und
+kann mit deren Paketmanagern bequem installiert werden.
  
 \subsection{Benutzung}
 Die hier angebotenen Zitierstile werden wie die Standard-Stile
@@ -78,17 +66,11 @@
 
 \subsection{Fragen und Antworten (FAQ)}
 In der deutschen \TeX"=FAQ, die auf den Internetseiten der Deutschen Anwendervereinigung
-\TeX\ e.\,V. (\DANTE) eingesehen werden kann, sind auch einige häufig gestellte Fragen 
+\TeX\ e.\,V. (\textsc{dante}) eingesehen werden kann, sind auch einige häufig gestellte Fragen 
 zu \bl{} und \bldw{} beantwortet, abzurufen unter folgender Adresse:\\
 \href{http://projekte.dante.de/DanteFAQ/LiteraturverzeichnisMitBiblatex}%
      {http://projekte.dante.de/DanteFAQ/LiteraturverzeichnisMitBiblatex}
 
-Außerdem habe ich für \enquote{\DTK}, die Mitgliederzeitschrift
-von \DANTE, einen einführenden Artikel zu \bl{} geschrieben, den ich auch als PDF
-zum Herunterladen anbiete:\\
-\href{http://biblatex.dominik-wassenhoven.de/dtk.shtml}%
-     {http://biblatex.dominik-wassenhoven.de/dtk.shtml}
-
 \subsection{Entwicklung}
 \bldw{} wird quelloffen entwickelt und bei \href{http://sourceforge.net}{sourceforge.net} gehostet. Der Code (auch der jeweils aktuellen, noch nicht veröffentlichten Version) steht zum Download zur Verfügung.\footnote{\url{http://sourceforge.net/p/biblatex-dw/code}.} Auf sourceforge.net gibt es auch die Möglichkeit, Fehler zu melden und Verbesserungsvorschläge zu machen. Wenn Sie einen Fehler finden, erstellen Sie bitte einen Bug-Report (am besten inklusive Minimalbeispiel).\footnote{\url{http://sourceforge.net/p/biblatex-dw/tickets/milestone/Bugs}.} Für Verbesserungsvorschläge verwenden Sie ein Feature-Request.\footnote{\url{http://sourceforge.net/p/biblatex-dw/tickets/milestone/Features}.}
 
@@ -161,11 +143,12 @@
 	      \option{idembibformat} einstellen; sie kann die Werte \wert{idem} 
 	      (\enquote{Ders.}\slash\enquote{Dies.}) und \wert{dash} (---) annehmen. 
 	      Das Geschlecht, das bei der Verwendung von \wert{idem} in manchen 
-	      Sprachen 
-	      wichtig ist, wird im Feld  \texttt{gender} festgelegt (siehe dazu die 
-	      \bl"=Dokumentation). Der Standard für \option{idembib} ist 
-	      \wert{true}, 
-	      der Standard für \option{idembibformat} ist \wert{idem}.
+	      Sprachen wichtig ist, wird im Feld  \texttt{gender} festgelegt (siehe dazu die 
+	      \bl"=Dokumentation). Das Verhalten lässt sich auch für jeden Eintrag einzeln 
+	      einstellen mit der Eintragsoption \option{idembib}. \achtung Setzt man für einen 
+	      Eintrag \option{idembib=false}, wird die idem"=Funktionalität für diesen und den 
+	      folgenden Eintrag ausgesetzt. Der Standard für \option{idembib} ist 
+	      \wert{true}, der Standard für \option{idembibformat} ist \wert{idem}.
 	\item Wenn\beschreibung{edbyidem}
 	      Autor und Herausgeber bei \texttt{@inbook}"~, \texttt{@incollection}"~ oder 
 	      \texttt{@inreference}"=Einträgen dieselben sind, werden ihre Namen nicht 
@@ -927,6 +910,14 @@
 	  \xbx{authortitle-dw} nur mit der Option \option{firstfull}) das
 	  angefügte \enquote{im Folgenden zit. als~\ldots} erzwingen (\wert{true})
 	  bzw. unterdrücken (\wert{false}).
+	\opt{idembib}
+	  Die Ersetzung von Namen bei aufeinanderfolgenden Einträgen derselben Autoren\slash 
+	  Herausgeber in der Bibliographie durch \enquote{Ders.}\slash\enquote{Dies.} oder 
+	  \enquote{---} kann für jeden Eintrag separat geregelt werden. Bei globaler Option 
+	  \option{idembib=false} werden Namen nie ersetzt, auch nicht mit der Eintragsoption 
+	  \option{idembib=true}. Die Eintragsoption ist nützlich z.\,B. für Werke anonymer 
+	  Autoren, für die \enquote{Ders.}\slash\enquote{Dies.} oder \enquote{---} unterdrückt 
+	  werden sollen.
 	\opt{oldauthor}
 	  Der Autor (Feld \texttt{author}) wird nicht in dem mit \option{namefont} gewählten Schriftschnitt 
 	  gesetzt, sofern die globale Option \option{oldauthor} aktiviert ist.

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,4 +1,4 @@
-% v 1.7a
+% v 1.7b
 % This file presents the `authortitle-dw' style
 %
 \listfiles

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib	2023-03-12 20:33:16 UTC (rev 66579)
@@ -325,7 +325,7 @@
   hyphenation = {american},
   sorttitle = {Tame the Beast},
   subtitle = {The B to X of \BibTeX},
-  url = {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf},
+  url = {https://mirrors.ctan.org/info/bibtex/tamethebeast/ttb_en.pdf},
   urldate = {2006-10-01},
   version = {1.3}
 }

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,4 +1,4 @@
-% v 1.7a
+% v 1.7b
 % This file presents the `footnote-dw' style
 %
 \documentclass[a4paper]{article}

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,4 +1,4 @@
-% v 1.7a
+% v 1.7b
 % This file presents the `authortitle-dw' style
 %
 \documentclass[a4paper]{article}

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,4 +1,4 @@
-% v 1.7a
+% v 1.7b
 % This file presents the `footnote-dw' style
 %
 \documentclass[a4paper]{article}

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib	2023-03-12 20:33:16 UTC (rev 66579)
@@ -430,7 +430,7 @@
   subtitle	  = {The B to X of \BibTeX},
   version	  = {1.3},
   date		  = {2005-10-16},
-  url		  = {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf},
+  url		  = {https://mirrors.ctan.org/info/bibtex/tamethebeast/ttb_en.pdf},
   urldate	  = {2006-10-01},
   annotation	  = {An \texttt{online} entry for a tutorial. Note the format of the \texttt{date}
 		    field (\texttt{yyyy-mm-dd}) in the database file.}

Deleted: trunk/Master/texmf-dist/doc/latex/biblatex-dw/todo.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-dw/todo.txt	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-dw/todo.txt	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,70 +0,0 @@
-todo.txt für biblatex-dw [2017-06-21]
--------------------------------------
-
------[ Stile ]----------
-
-- idembib auch als Eintragsoption anbieten (damit man mit idembib=false die 
-  Ausgabe von »Ders.« im Literaturverzeichnis unterdrücken kann, z.B. bei anonymen 
-  Autoren)
-  \DeclareEntryOption{idembib}[true]{%
-    \csuse{bool#1}{bbx:idembib}}
-  –> https://sourceforge.net/p/biblatex-dw/tickets/14/
-
-- BUG: Hgg.-Angaben bei Benutzung von xref und @proceedings/@inproceedings 
-  fehlerhaft; Anpassung analog zu @collection/@incollection nötig.
-  –> https://sourceforge.net/p/biblatex-dw/tickets/25/
-  
-- BUG: seriesbeforeedition: manchmal steht ein Komma vor der öffnenden Klammer – 
-  kriegt man das weg?
-  –> konnte das Verhalten nicht reproduzieren [2016-12-06]
-
-- addyear auch als Eintragsoption anbieten (damit man mit addyear=false die 
-  Ausgabe des Jahres bei globaler Option addyear=true unterdrücken kann)
-
-- Feature-Request: https://sourceforge.net/p/biblatex-dw/tickets/6/
-  editor bei @inreference komplett unterdrücken (?)
-
-- Feature-Request: https://sourceforge.net/p/biblatex-dw/tickets/7/
-  Unterstützung für "nameaddon"
-
-- Feature-Request: https://sourceforge.net/p/biblatex-dw/tickets/9/
-  - neue Option firstedition=afteryear|false
-  - Bei afteryear: Ort 2012 [2000]
-  - Neue entry option, damit man auch origfields nutzen kann: bei Einträgen mit 
-    origfields (also Nachdrucken) reprint=true setzen, damit origdate nicht 
-    ungewollt ausgegeben wird
-    -> Oder lässt sich das eleganter automatisch lösen? [mal ausprobieren, ob bei
-       der Verwendung von origdate ohne origlocation etc. ein Nachdruck erzeugt
-       wird]
-
-- shortseries nutzen (optional auch mit acronym)
-  -> evtl. auch für historische-zeitschrift
-  
-- Neue Option: idemcase=upper|lower
-  -> damit kann man wählen, ob "ders." groß oder klein geschrieben werden soll 
-     (z.B. bei "in: Ders.", nicht aber bei "hg. v. dems.")
-  --> dazu \newbibmacro*{useeditor} in standard-dw.bbx ändern (\midsentence!)
-   
-- Neue Option idembib=single oder =strict o.ä., die auch bei mehreren Autoren idem
-  ausgibt, wenn es sich nur auf einzelne Autoren bezieht, z.B.:
-  Mustermann, Felix: …
-  Ders. / Musterfrau, Felicitas: …
-  -> siehe http://tex.stackexchange.com/q/11138/1376
-
------[ Optionales ]----------
-
-- neue Option 'los=withjournals': die Abkürzungen von 
-  Zeitschriften (shortjournal) werden in die List of 
-  Shorthands aufgenommen, wobei nur das Feld journaltitle 
-  als Auflösung genommen wird
-  --> wird vermutlich in biblatex 2.0/biber 1.0 eingebaut
-
-- BUG: bei omiteditor=false (Standard) wird kein idem ausgegeben, wenn
-  Autor und Hrsg. gleich, aber das xref-child vor dem xref-parent zitiert wird
-  (weil dann kein authedxref bzw. authauthxref ausgeführt wurde)
-  --> kann ich nicht mehr reproduzieren (2012/06/14)
-
-
------[ Webseite ]----------
-    
-- Einleitung überarbeiten (?)

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,6 +1,6 @@
 % authortitle-dw.bbx, Dominik Waßenhoven 2023
 
-\ProvidesFile{authortitle-dw.bbx}[2023/03/09 v1.7a biblatex bibliography style]
+\ProvidesFile{authortitle-dw.bbx}[2023/03/11 v1.7b biblatex bibliography style]
   
 \RequireBibliographyStyle{standard-dw}
 
@@ -151,10 +151,10 @@
   \renewcommand{\bbx at editorstring}{}}
 \def\bbx at opt@editorstring at parens{%
   \global\booltrue{bbx:editorstring}%
-  \renewcommand{\bbx at editorstring}{\mkbibparens}}
+  \renewcommand{\bbx at editorstring}{\printtext[parens]}}
 \def\bbx at opt@editorstring at brackets{%
   \global\booltrue{bbx:editorstring}%
-  \renewcommand{\bbx at editorstring}{\mkbibbrackets}}
+  \renewcommand{\bbx at editorstring}{\printtext[brackets]}}
 
 \DeclareBibliographyOption{editorstringfont}[normal]{%
   \ifcsdef{bbx at opt@edstringfont@#1}
@@ -257,7 +257,7 @@
 \DeclareFieldFormat{maintitle}{#1}
 \DeclareFieldFormat{review}{%
   \bibstring{review}%
-  \enquote{#1}}
+  \mkbibquote{#1}}
 \DeclareFieldFormat{shorthandwidth}{%
   \ifboolexpr{
     bool {bbx:shorthandacro}
@@ -277,10 +277,10 @@
 \DeclareFieldFormat*{title}{#1}
 \DeclareFieldFormat[inreference]{title}{%
   \bibstring{inrefstring}%
-  \enquote{#1}}
+  \mkbibquote{#1}}
 \DeclareFieldFormat[review]{title}{%
   \bibstring{review}%
-  \enquote{#1}}
+  \mkbibquote{#1}}
 \DeclareFieldFormat[inreference]{volume}{#1}% volume of an inreference entry
 \DeclareFieldFormat[review]{volume}{#1}% volume of a review entry
 \DeclareFieldFormat{shorthand}{%
@@ -580,16 +580,24 @@
   \usebibmacro{date}}
 
 %% Test, ob ein Feld nur eine Zahl beinhaltet
-\newcommand{\bbx at iffieldinteger}[1]{%
-  \iffieldundef{#1}
-    {\@secondoftwo}
-    {\edef\@tempa{\strfield{#1}}%
-     \expandafter\ifinteger\expandafter{\@tempa}}}
+%\newcommand{\bbx at iffieldinteger}[1]{%
+%  \iffieldundef{#1}
+%    {\@secondoftwo}
+%    {\edef\@tempa{\strfield{#1}}%
+%     \expandafter\ifinteger\expandafter{\@tempa}}}
 
 %% Edition nur ausgeben, wenn Option 'edsuper=false'
+%\newbibmacro*{edition}{%
+%  \ifbool{bbx:edsuper}
+%    {\bbx at iffieldinteger{edition}
+%       {}% falls 'edition' eine Zahl ist, wird hochgestellt
+%       {\printfield{edition}%
+%        \newunit}}% ansonsten wird komplett ausgegeben
+%    {\printfield{edition}%
+%     \newunit}}
 \newbibmacro*{edition}{%
   \ifbool{bbx:edsuper}
-    {\bbx at iffieldinteger{edition}
+    {\iffieldint{edition}
        {}% falls 'edition' eine Zahl ist, wird hochgestellt
        {\printfield{edition}%
         \newunit}}% ansonsten wird komplett ausgegeben

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,6 +1,6 @@
 % footnote-dw.bbx, Dominik Waßenhoven 2023
 
-\ProvidesFile{footnote-dw.bbx}[2023/03/09 v1.7a biblatex bibliography style]
+\ProvidesFile{footnote-dw.bbx}[2023/03/11 v1.7b biblatex bibliography style]
 
 \RequireBibliographyStyle{authortitle-dw}
 

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,6 +1,6 @@
 % standard-dw.bbx, Dominik Waßenhoven 2023
 
-\ProvidesFile{standard-dw.bbx}[2023/03/09 v1.7a biblatex bibliography style]
+\ProvidesFile{standard-dw.bbx}[2023/03/11 v1.7b biblatex bibliography style]
 
 \@ifpackagelater{biblatex}{2016/03/11}
   {}
@@ -46,7 +46,9 @@
 
 \DeclareEntryOption{acronym}[true]{%
   \csuse{bool#1}{bbx:acronym}}
-
+\DeclareEntryOption{idembib}[true]{%
+  \csuse{bool#1}{bbx:idembib}}
+  
 \DeclareBibliographyOption{acronyms}[true]{%
   \csuse{bool#1}{bbx:shorthandacro}}
 \DeclareBibliographyOption{shorthandinbib}[true]{%

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,6 +1,6 @@
 % authortitle-dw.cbx, Dominik Waßenhoven 2023
   
-\ProvidesFile{authortitle-dw.cbx}[2023/03/09 v1.7a biblatex citation style]
+\ProvidesFile{authortitle-dw.cbx}[2023/03/11 v1.7b biblatex citation style]
 
 \RequireCitationStyle{standard-dw}
 
@@ -68,7 +68,7 @@
               {\newunit
                \usebibmacro{cite:byeditor}}
               {}}%
-         \usebibmacro{cite:save}}}%
+          \usebibmacro{cite:save}}}%
     {\ifbool{cbx:shorthandibid}%
        {\ifthenelse{\ifciteibid\AND\NOT\iffirstonpage}%
          {\usebibmacro{cite:ibid}}

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,6 +1,6 @@
-% footnote-dw.cbx, Dominik Waßenhoven 2023
+	% footnote-dw.cbx, Dominik Waßenhoven 2023
 
-\ProvidesFile{footnote-dw.cbx}[2023/03/09 v1.7a biblatex citation style]
+\ProvidesFile{footnote-dw.cbx}[2023/03/11 v1.7b biblatex citation style]
 
 \RequireCitationStyle{standard-dw}
 
@@ -140,28 +140,19 @@
 \newbibmacro*{cite:seenote}{%
   \ifbool{cbx:review}
     {}
-    {\ifbool{cbx:parencitefoot}
-      {\addspace\mkbibbrackets{%
-        \midsentence\bibstring{seenote}\addnbspace%
-        \ref{cbx@\csuse{cbx at first@\thefield{entrykey}}}%
-        \ifbool{cbx:pageref}
-          {\ifsamepage{\the\value{instcount}}
-                      {\csuse{cbx at first@\thefield{entrykey}}}
-            {}
-            {\addcomma\space\bibstring{page}\addnbspace%
-      	     \pageref{cbx@\csuse{cbx at first@\thefield{entrykey}}}}}
-          {}}}
-      {\addspace\mkbibparens{%
-        \midsentence\bibstring{seenote}\addnbspace%
-        \ref{cbx@\csuse{cbx at first@\thefield{entrykey}}}%
-        \ifbool{cbx:pageref}
-          {\ifsamepage{\the\value{instcount}}
-                      {\csuse{cbx at first@\thefield{entrykey}}}
-            {}
-            {\addcomma\space\bibstring{page}\addnbspace%
-      	     \pageref{cbx@\csuse{cbx at first@\thefield{entrykey}}}}}
-          {}}}}}
+    {\addspace\printtext[cite:seenote]{%
+     \midsentence\bibstring{seenote}\addnbspace%
+     \ref{cbx@\csuse{cbx at first@\thefield{entrykey}}}%
+     \ifbool{cbx:pageref}
+       {\ifsamepage{\the\value{instcount}}
+                   {\csuse{cbx at first@\thefield{entrykey}}}
+         {}
+         {\addcomma\space\bibstring{page}\addnbspace%
+          \pageref{cbx@\csuse{cbx at first@\thefield{entrykey}}}}}
+       {}}}}
 
+\DeclareFieldFormat{cite:seenote}{\ifbool{cbx:parencitefoot}{\mkbibbrackets{#1}}{\mkbibparens{#1}}}
+
 %% xref
 \newbibmacro*{cite:xref}{%
   \ifciteseen
@@ -177,7 +168,7 @@
           {\ifbool{xref:inbook}
             {\usebibmacro{author}}
             {\usebibmacro{cite:editor}}%
-           \nametitledelim}}%
+           \setunit{\nametitledelim}}}%
        \usebibmacro{cite:title}}       
       {\usebibmacro{cite:shorthand}}}
     {\ifboolexpr{
@@ -302,7 +293,7 @@
   \def\cbx at savedcites{#1}%
   \ifbool{cbx:parencitefoot}
     {#2%
-     \addspace\mkbibparens{\cbx at savedcites}}
+     \addspace\printtext[parens]{\cbx at savedcites}}
     {#2%
      \cbx at savedcites}}
 

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,6 +1,6 @@
 % standard-dw.cbx, Dominik Waßenhoven 2023
 
-\ProvidesFile{standard-dw.cbx}[2023/03/09 v1.7a biblatex citation style]
+\ProvidesFile{standard-dw.cbx}[2023/03/11 v1.7b biblatex citation style]
 
 \@ifpackagelater{biblatex}{2016/03/11}
   {}

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,6 +1,6 @@
 % english-dw.lbx, Dominik Waßenhoven 2023
 
-\ProvidesFile{english-dw.lbx}[2023/03/09 v1.7a biblatex localization file]
+\ProvidesFile{english-dw.lbx}[2023/03/11 v1.7b biblatex localization file]
 
 \NewBibliographyString{%
   idemdat,%

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx	2023-03-12 20:33:16 UTC (rev 66579)
@@ -1,6 +1,6 @@
 % german-dw.lbx, Dominik Waßenhoven 2023
 
-\ProvidesFile{german-dw.lbx}[2023/03/09 v1.7a biblatex localization file]
+\ProvidesFile{german-dw.lbx}[2023/03/11 v1.7b biblatex localization file]
 
 \InheritBibliographyExtras{german}
 

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2023-03-12 17:33:10 UTC (rev 66578)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2023-03-12 20:33:16 UTC (rev 66579)
@@ -4246,6 +4246,9 @@
   # remove README symlinks.
   &SYSTEM ("test -h $packagedir/README && $RM $packagedir/README");
 
+  # remove .DS_Store files
+  &SYSTEM ("find -name .DS_Store | xargs $RM");
+
   return if $ctl eq "nocopytodoc";
   # copy everything to the doc directory
   # and work in there.



More information about the tex-live-commits mailing list.