summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/mlacls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-14 20:25:06 +0000
committerKarl Berry <karl@freefriends.org>2021-09-14 20:25:06 +0000
commitd4446c63493deb1592976f824df88bbc92360320 (patch)
tree2147018bd11793309fb59430462a8382e12b9449 /Master/texmf-dist/source/latex/mlacls
parent76b7312019d63997d093e1f87e178d656b68a4fb (diff)
mlacls (14sep21)
git-svn-id: svn://tug.org/texlive/trunk@60508 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mlacls')
-rw-r--r--Master/texmf-dist/source/latex/mlacls/mla.dtx10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/mlacls/mla.dtx b/Master/texmf-dist/source/latex/mlacls/mla.dtx
index 2ea31fb52fc..807a073ed1c 100644
--- a/Master/texmf-dist/source/latex/mlacls/mla.dtx
+++ b/Master/texmf-dist/source/latex/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}
%