This commit is contained in:
Martin Slachta
2026-04-08 11:21:35 +02:00
commit 6956e40f43
49 changed files with 13045 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
% $Id: authoryear.cbx,v 1.1 2011/01/05 21:45:11 lehman stable $
\ProvidesFile{iso.cbx}
[\abx@cbxid $Id: authoryear.cbx,v 1.1 2011/01/05 21:45:11 lehman stable $]
\providebool{cbx@numeric}
\ifthenelse{\boolean{cbx@numeric}}{%
\RequireCitationStyle{authoryear}
\renewbibmacro*{cite:labelyear+extrayear}{%
\iffieldundef{labelyear}
{}
{\addcomma\addspace\printtext[bibhyperref]{%
\printfield{labelyear}%
\printfield{extrayear}}}}
}{\RequireCitationStyle{numeric}}
\endinput