summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mlacls
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-09-15 03:01:59 +0000
committerNorbert Preining <norbert@preining.info>2021-09-15 03:01:59 +0000
commit3c36091e77e72aa582c29594048a092b63eae83c (patch)
treed26c30b3c7aed52f2ce9df0fc80a94899d6d34e3 /macros/latex/contrib/mlacls
parent1666f2f182d9f9fb45ef8aa275b477d3264ef1cb (diff)
CTAN sync 202109150301
Diffstat (limited to 'macros/latex/contrib/mlacls')
-rw-r--r--macros/latex/contrib/mlacls/README.md2
-rw-r--r--macros/latex/contrib/mlacls/mla.dtx10
-rw-r--r--macros/latex/contrib/mlacls/mla.pdfbin326617 -> 393101 bytes
3 files changed, 7 insertions, 5 deletions
diff --git a/macros/latex/contrib/mlacls/README.md b/macros/latex/contrib/mlacls/README.md
index c2b200f8f2..b93d9eebc9 100644
--- a/macros/latex/contrib/mlacls/README.md
+++ b/macros/latex/contrib/mlacls/README.md
@@ -50,7 +50,7 @@ Once finished, move the output `mla.cls` to your local
Authorship & licensing
----------------------
-`mlacls` copyright 2019 Seth Price (ssterling AT firemail DOT cc).
+`mlacls` copyright 2019 Seth Price (sprice623 AT aol DOT com).
Released under the
[LaTeX Project Public License v1.3c](https://www.latex-project.org/lppl/lppl-1-3c/).
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}
%
diff --git a/macros/latex/contrib/mlacls/mla.pdf b/macros/latex/contrib/mlacls/mla.pdf
index 89794d68a4..937392ba70 100644
--- a/macros/latex/contrib/mlacls/mla.pdf
+++ b/macros/latex/contrib/mlacls/mla.pdf
Binary files differ