From 43eadd3626a85fd0de782c75a0fe45f116c26823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz> Date: Fri, 26 Mar 2021 13:06:07 +0100 Subject: [PATCH] Fix MUNI documentation of bibliography --- style/mu/econ.dtx | 2 +- style/mu/fi.dtx | 2 +- style/mu/fsps.dtx | 2 +- style/mu/fss.dtx | 2 +- style/mu/phil.dtx | 4 ++-- style/mu/sci.dtx | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/style/mu/econ.dtx b/style/mu/econ.dtx index 536129a..53d58f6 100644 --- a/style/mu/econ.dtx +++ b/style/mu/econ.dtx @@ -28,7 +28,7 @@ tableOdd={HTML}{F5ECEB}, tableEven={HTML}{EBD8D5}} % \end{macrocode} -% The bibliography support is enabled. The |authoryear| citations +% The bibliography support is enabled. The |iso-authoryear| citations % are used and the bibliography is sorted by name, title, and year. % \begin{macrocode} \thesis@bibliography@setup{ diff --git a/style/mu/fi.dtx b/style/mu/fi.dtx index 350ef5b..6ba0ae6 100644 --- a/style/mu/fi.dtx +++ b/style/mu/fi.dtx @@ -25,7 +25,7 @@ tableOdd={HTML}{FFF9E5}, tableEven={HTML}{FFECB3}} % \end{macrocode} -% The bibliography support is enabled. The |numeric| citations are +% The bibliography support is enabled. The |iso-numeric| citations are % used and the bibliography is sorted in citation order. % \begin{macrocode} \thesis@bibliography@setup{ diff --git a/style/mu/fsps.dtx b/style/mu/fsps.dtx index 809e374..8b5d70c 100644 --- a/style/mu/fsps.dtx +++ b/style/mu/fsps.dtx @@ -24,7 +24,7 @@ tableOdd={HTML}{EBEFF5}, tableEven={HTML}{D1DAEB}} % \end{macrocode} -% The bibliography support is enabled. The |authoryear| citations +% The bibliography support is enabled. The |iso-authoryear| citations % are used and the bibliography is sorted by name, title, and year. % \begin{macrocode} \thesis@bibliography@setup{ diff --git a/style/mu/fss.dtx b/style/mu/fss.dtx index 2e97ce4..cf55fb7 100644 --- a/style/mu/fss.dtx +++ b/style/mu/fss.dtx @@ -26,7 +26,7 @@ tableOdd={HTML}{E3F1EE}, tableEven={HTML}{C5E3DF}} % \end{macrocode} -% The bibliography support is enabled. The |authoryear| citations +% The bibliography support is enabled. The |iso-authoryear| citations % are used and the bibliography is sorted by name, title, and year. % \begin{macrocode} \thesis@bibliography@setup{ diff --git a/style/mu/phil.dtx b/style/mu/phil.dtx index 8a2e3ba..31aba48 100644 --- a/style/mu/phil.dtx +++ b/style/mu/phil.dtx @@ -25,8 +25,8 @@ tableOdd={HTML}{EBF6FA}, tableEven={HTML}{D0EBF5}} % \end{macrocode} -% The bibliography support is enabled. The |numeric| citations are -% used and the bibliography is sorted by name, title, and year. +% The bibliography support is enabled. The |iso-authoryear| citations +% are used and the bibliography is sorted by name, title, and year. % \begin{macrocode} \thesis@bibliography@setup{ style=iso-authoryear, diff --git a/style/mu/sci.dtx b/style/mu/sci.dtx index 5d4d6fe..bad6f73 100644 --- a/style/mu/sci.dtx +++ b/style/mu/sci.dtx @@ -24,8 +24,8 @@ tableOdd={HTML}{EDF7F1}, tableEven={HTML}{CCEDD8}} % \end{macrocode} -% The bibliography support is enabled. The |numeric| citations are -% used and the bibliography is sorted in citation order. +% The bibliography support is enabled. The |iso-numeric| citations +% are used and the bibliography is sorted in citation order. % \begin{macrocode} \thesis@bibliography@setup{ style=iso-numeric, -- GitLab