summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mlacls/mla.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/mlacls/mla.dtx')
-rw-r--r--macros/latex/contrib/mlacls/mla.dtx10
1 files changed, 6 insertions, 4 deletions
diff --git a/macros/latex/contrib/mlacls/mla.dtx b/macros/latex/contrib/mlacls/mla.dtx
index 2ea31fb52f..807a073ed1 100644
--- a/macros/latex/contrib/mlacls/mla.dtx
+++ b/macros/latex/contrib/mlacls/mla.dtx
@@ -27,7 +27,7 @@
%<mla>\NeedsTeXFormat{LaTeX2e}
%<mla>\ProvidesClass{mla}
%<*mla>
- [2020/11/07 v0.9 MLA Paper Class]
+ [2021/09/14 v1.0 MLA Paper Class]
%</mla>
%<*driver>
@@ -416,18 +416,20 @@
% The \Dcls{mla} class options dictate what options are passed to
% \Dpkg{biblatex}, hence the \term{if-then} clauses.
%
+% \changes{v1.0}{2021/09/14}{Fixed bug which caused class to fail
+% with \ac{MLA} 8 citations}
% \begin{macrocode}
\ifMLA@seven
- \RequirePackage[style=mla,noremoteinfo=false,showmedium=true,
+ \RequirePackage[style=mla7,noremoteinfo=false,
backend=biber]{biblatex}
\fi
\ifMLA@eight
\RequirePackage[style=mla-new,noremoteinfo=false,
- showmedium=false,backend=biber]{biblatex}
+ backend=biber]{biblatex}
\fi
\ifMLA@eightalt
\RequirePackage[style=mla,noremoteinfo=false,
- showmedium=false,backend=biber]{biblatex}
+ backend=biber]{biblatex}
\fi
% \end{macrocode}
%