diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-12 20:33:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-12 20:33:16 +0000 |
commit | d1bb8c130941b9caa8309ab10aa56652e4f2af83 (patch) | |
tree | 44c882da793fb99e76ec83a020bd5594a1de9948 /Master/texmf-dist | |
parent | 37486d391532b631210a7228ded1e36d9a363338 (diff) |
biblatex-dw (12mar23)
git-svn-id: svn://tug.org/texlive/trunk@66579 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
27 files changed, 101 insertions, 183 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/CHANGES b/Master/texmf-dist/doc/latex/biblatex-dw/CHANGES index a3c27bc956a..8d951bf02ca 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/CHANGES +++ b/Master/texmf-dist/doc/latex/biblatex-dw/CHANGES @@ -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 diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/LIESMICH b/Master/texmf-dist/doc/latex/biblatex-dw/LIESMICH index 941808ced02..b8326329670 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/LIESMICH +++ b/Master/texmf-dist/doc/latex/biblatex-dw/LIESMICH @@ -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> ************************************************************ diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/README b/Master/texmf-dist/doc/latex/biblatex-dw/README index 666d46c1cf0..84fd3c450a1 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/README +++ b/Master/texmf-dist/doc/latex/biblatex-dw/README @@ -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> ************************************************************ diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex index 72c6f60c206..dd024f23a53 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex +++ b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-preamble.tex @@ -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) diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf Binary files differindex 2f9955978c1..dfab5d439d4 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex index 01b6026a27f..617f78cb8d7 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex +++ b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex @@ -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 @@ file (\texttt{biblatex.cfg}). Entry options are set in the field \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 @@ Besides some changes in punctuation, there are the following differences: \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 @@ They may override global options for the respective entry. (\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}. diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf Binary files differindex 5b5e11818a9..e2b01927090 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex index 19db0eb3d59..79525138dc3 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex +++ b/Master/texmf-dist/doc/latex/biblatex-dw/de-biblatex-dw.tex @@ -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 @@ Eintragsoptionen überschreiben für den jeweiligen Eintrag eventuell gesetzte g \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 @@ Neben einigen Änderungen in der Zeichensetzung gibt es folgende Unterschiede: \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 @@ Sie überschreiben für den jeweiligen Eintrag eventuell gesetzte globale Option \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. diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf Binary files differindex da3d4564f82..ba0037677bd 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex index ffe0be6c4bb..13514e316c0 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-authortitle-dw.tex @@ -1,4 +1,4 @@ -% v 1.7a +% v 1.7b % This file presents the `authortitle-dw' style % \listfiles diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib index c89d3018f92..ecfb5a8dee1 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-examples-dw.bib @@ -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} } diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf Binary files differindex 27ec22f106d..4dd47758573 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex index 263c4f60fe4..380c78e248c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/de-footnote-dw.tex @@ -1,4 +1,4 @@ -% v 1.7a +% v 1.7b % This file presents the `footnote-dw' style % \documentclass[a4paper]{article} diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf Binary files differindex f00b8319a07..8ab37a27d40 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex index 30004eff248..df3b2e0c360 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-authortitle-dw.tex @@ -1,4 +1,4 @@ -% v 1.7a +% v 1.7b % This file presents the `authortitle-dw' style % \documentclass[a4paper]{article} diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf Binary files differindex 8834bfe11a0..2fe2e6ad7f4 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex index 7f8385015b1..a824348532d 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/en-footnote-dw.tex @@ -1,4 +1,4 @@ -% v 1.7a +% v 1.7b % This file presents the `footnote-dw' style % \documentclass[a4paper]{article} diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib b/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib index e0476075010..2565db5e8e7 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib +++ b/Master/texmf-dist/doc/latex/biblatex-dw/examples/examples-dw.bib @@ -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.} diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/todo.txt b/Master/texmf-dist/doc/latex/biblatex-dw/todo.txt deleted file mode 100644 index 7e28d95eb89..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-dw/todo.txt +++ /dev/null @@ -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 (?) diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx index 79ed4906dd7..f0f4396a1bb 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx @@ -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@editorstring}{}} \def\bbx@opt@editorstring@parens{% \global\booltrue{bbx:editorstring}% - \renewcommand{\bbx@editorstring}{\mkbibparens}} + \renewcommand{\bbx@editorstring}{\printtext[parens]}} \def\bbx@opt@editorstring@brackets{% \global\booltrue{bbx:editorstring}% - \renewcommand{\bbx@editorstring}{\mkbibbrackets}} + \renewcommand{\bbx@editorstring}{\printtext[brackets]}} \DeclareBibliographyOption{editorstringfont}[normal]{% \ifcsdef{bbx@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@iffieldinteger}[1]{% - \iffieldundef{#1} - {\@secondoftwo} - {\edef\@tempa{\strfield{#1}}% - \expandafter\ifinteger\expandafter{\@tempa}}} +%\newcommand{\bbx@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@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@iffieldinteger{edition} + {\iffieldint{edition} {}% falls 'edition' eine Zahl ist, wird hochgestellt {\printfield{edition}% \newunit}}% ansonsten wird komplett ausgegeben diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx index abb62b42f63..9367e4e8239 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx @@ -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} diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx index b97448eebd9..f20aea669ec 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx @@ -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]{% diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx b/Master/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx index 422b5a36bab..6a1598bb74f 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/cbx/authortitle-dw.cbx @@ -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}} diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx b/Master/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx index 03688af6a29..4383a4c8d91 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/cbx/footnote-dw.cbx @@ -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,27 +140,18 @@ \newbibmacro*{cite:seenote}{% \ifbool{cbx:review} {} - {\ifbool{cbx:parencitefoot} - {\addspace\mkbibbrackets{% - \midsentence\bibstring{seenote}\addnbspace% - \ref{cbx@\csuse{cbx@first@\thefield{entrykey}}}% - \ifbool{cbx:pageref} - {\ifsamepage{\the\value{instcount}} - {\csuse{cbx@first@\thefield{entrykey}}} - {} - {\addcomma\space\bibstring{page}\addnbspace% - \pageref{cbx@\csuse{cbx@first@\thefield{entrykey}}}}} - {}}} - {\addspace\mkbibparens{% - \midsentence\bibstring{seenote}\addnbspace% - \ref{cbx@\csuse{cbx@first@\thefield{entrykey}}}% - \ifbool{cbx:pageref} - {\ifsamepage{\the\value{instcount}} - {\csuse{cbx@first@\thefield{entrykey}}} - {} - {\addcomma\space\bibstring{page}\addnbspace% - \pageref{cbx@\csuse{cbx@first@\thefield{entrykey}}}}} - {}}}}} + {\addspace\printtext[cite:seenote]{% + \midsentence\bibstring{seenote}\addnbspace% + \ref{cbx@\csuse{cbx@first@\thefield{entrykey}}}% + \ifbool{cbx:pageref} + {\ifsamepage{\the\value{instcount}} + {\csuse{cbx@first@\thefield{entrykey}}} + {} + {\addcomma\space\bibstring{page}\addnbspace% + \pageref{cbx@\csuse{cbx@first@\thefield{entrykey}}}}} + {}}}} + +\DeclareFieldFormat{cite:seenote}{\ifbool{cbx:parencitefoot}{\mkbibbrackets{#1}}{\mkbibparens{#1}}} %% xref \newbibmacro*{cite:xref}{% @@ -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@savedcites{#1}% \ifbool{cbx:parencitefoot} {#2% - \addspace\mkbibparens{\cbx@savedcites}} + \addspace\printtext[parens]{\cbx@savedcites}} {#2% \cbx@savedcites}} diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx b/Master/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx index a5f4668f397..0efc4d50b4d 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/cbx/standard-dw.cbx @@ -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} {} diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx b/Master/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx index c10cdaa17ea..bbc8424708a 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/lbx/english-dw.lbx @@ -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,% diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx b/Master/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx index f37b44b3f68..639618fd9d9 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/lbx/german-dw.lbx @@ -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} |