diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-14 20:25:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-14 20:25:06 +0000 |
commit | d4446c63493deb1592976f824df88bbc92360320 (patch) | |
tree | 2147018bd11793309fb59430462a8382e12b9449 /Master | |
parent | 76b7312019d63997d093e1f87e178d656b68a4fb (diff) |
mlacls (14sep21)
git-svn-id: svn://tug.org/texlive/trunk@60508 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/mlacls/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/mlacls/mla.pdf | bin | 326617 -> 393101 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/mlacls/mla.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/mlacls/mla.cls | 8 |
4 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/mlacls/README.md b/Master/texmf-dist/doc/latex/mlacls/README.md index c2b200f8f2a..b93d9eebc9c 100644 --- a/Master/texmf-dist/doc/latex/mlacls/README.md +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/mlacls/mla.pdf b/Master/texmf-dist/doc/latex/mlacls/mla.pdf Binary files differindex 89794d68a4c..937392ba705 100644 --- a/Master/texmf-dist/doc/latex/mlacls/mla.pdf +++ b/Master/texmf-dist/doc/latex/mlacls/mla.pdf 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} % diff --git a/Master/texmf-dist/tex/latex/mlacls/mla.cls b/Master/texmf-dist/tex/latex/mlacls/mla.cls index 29b8aa704a8..4a3613b4a99 100644 --- a/Master/texmf-dist/tex/latex/mlacls/mla.cls +++ b/Master/texmf-dist/tex/latex/mlacls/mla.cls @@ -23,7 +23,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesClass{mla} - [2020/11/07 v0.9 MLA Paper Class] + [2021/09/14 v1.0 MLA Paper Class] \LoadClass[letterpaper,12pt]{article} \newcommand{\mladate}{% @@ -87,16 +87,16 @@ \RequirePackage{csquotes} \RequirePackage{hanging} \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 \ifMLA@figures \RequirePackage{caption} |