summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-18 21:15:28 +0000
committerKarl Berry <karl@freefriends.org>2019-05-18 21:15:28 +0000
commit5b2ab1c7e44689b07f900be82bcc32899b6acf48 (patch)
tree15b82485066ebf322c62c20a3a8a60a3f99cd1d5 /Master/texmf-dist/doc/latex
parent20bfb136906fc9e1af89bf0acd394849ed222944 (diff)
mlacls (18may19)
git-svn-id: svn://tug.org/texlive/trunk@51157 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/mlacls/mla-example.pdfbin60124 -> 61351 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mlacls/mla-example.tex25
-rw-r--r--Master/texmf-dist/doc/latex/mlacls/mla.pdfbin296896 -> 303085 bytes
3 files changed, 22 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/mlacls/mla-example.pdf b/Master/texmf-dist/doc/latex/mlacls/mla-example.pdf
index 690425a18d5..7e824d5147f 100644
--- a/Master/texmf-dist/doc/latex/mlacls/mla-example.pdf
+++ b/Master/texmf-dist/doc/latex/mlacls/mla-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mlacls/mla-example.tex b/Master/texmf-dist/doc/latex/mlacls/mla-example.tex
index 24a032ad332..1eb78678514 100644
--- a/Master/texmf-dist/doc/latex/mlacls/mla-example.tex
+++ b/Master/texmf-dist/doc/latex/mlacls/mla-example.tex
@@ -4,7 +4,7 @@
\author{John Doe}
\professor{Dr. Suzie Que}
\course{\LaTeX\ 101}
-\date{\today}
+\date{\mladate} % see docs for `\mladate'
% The .bib file (explained later) must be included in the preamble
\addbibresource{mla-example.bib}
@@ -46,13 +46,32 @@ Alongside regular top-level sections, one can use
``\textbackslash{}subsection'' commands too\endnote{Section commands
in ``mla.cls'' work identical to those of the ``article'' class.}.
+\section{Lists}
+
+Vertical lists are a rarity in MLA format, but if one so pleases,
+they can be used.
+The ``itemize'', ``enumerate'' and ``description'' lists
+work just as expected, even with sublists.
+
+\begin{itemize}
+\item A bogus item
+\item Lorem ipsum dolor sit amet. This item has a bunch of text
+ just so it covers more than one line in the paper and shows
+ proper indentation.
+\item Last item!
+\begin{enumerate}
+\item Just kidding; there's a subitem. And it's a number!
+\end{enumerate}
+\item Okay, now it's the last item.
+\end{itemize}
+
\section{Using endnotes}
As one may notice, the above subsection used an endnote.
These can simply be cited with
``Yada yada text\textbackslash{}endnote\{more info\ldots\}.''
Endnotes can be easily printed in correct format by calling
-``\textbackslash{}printendnotes[mla]'' within the
+``\textbackslash{}printendnotes'' within the
``notes'' environment.
\section{Using bibliographies}
@@ -73,7 +92,7 @@ already prints one.)
\begin{notes}
-\printendnotes[mla]
+\printendnotes
\end{notes}
diff --git a/Master/texmf-dist/doc/latex/mlacls/mla.pdf b/Master/texmf-dist/doc/latex/mlacls/mla.pdf
index 683af471675..b7d11c2f764 100644
--- a/Master/texmf-dist/doc/latex/mlacls/mla.pdf
+++ b/Master/texmf-dist/doc/latex/mlacls/mla.pdf
Binary files differ