summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mlacls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-11 21:08:57 +0000
committerKarl Berry <karl@freefriends.org>2019-08-11 21:08:57 +0000
commited254354293979dbcd210a012d742be68956efc9 (patch)
tree4203b8e5233b5143cb52531bf131afb3fa491618 /Master/texmf-dist/doc/latex/mlacls
parent84ff1351b3ee00a1859a4057fc82b1e822cd148d (diff)
mlacls
git-svn-id: svn://tug.org/texlive/trunk@51865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mlacls')
-rw-r--r--Master/texmf-dist/doc/latex/mlacls/BUGS.md9
-rw-r--r--Master/texmf-dist/doc/latex/mlacls/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/mlacls/mla-example.bib10
-rw-r--r--Master/texmf-dist/doc/latex/mlacls/mla-example.pdfbin61351 -> 2654820 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mlacls/mla-example.tex16
-rw-r--r--Master/texmf-dist/doc/latex/mlacls/mla.pdfbin303085 -> 312047 bytes
6 files changed, 33 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/mlacls/BUGS.md b/Master/texmf-dist/doc/latex/mlacls/BUGS.md
index 5eb659f1aa6..1c5951a3682 100644
--- a/Master/texmf-dist/doc/latex/mlacls/BUGS.md
+++ b/Master/texmf-dist/doc/latex/mlacls/BUGS.md
@@ -1,8 +1,13 @@
Bugs
====
-* Specifying both options `mla7` and `mla8` doesn't return an error,
- but instead falls back to `mla7`.
+* Not really a bug, but specifying more than one of `mla7`, `mla8`
+ or `mla8alt` will simply use the last one specified.
+ Example: options `mla7,mla8alt` will use `mla8alt`, and
+ `mla8,mla7` will use `mla7`.
+ This is normal behavior in most classes, but I thought
+ I ought to specify this somewhere before someone somehow
+ gets confused.
Reporting
---------
diff --git a/Master/texmf-dist/doc/latex/mlacls/README.md b/Master/texmf-dist/doc/latex/mlacls/README.md
index 366d2dca3a6..c2b200f8f2a 100644
--- a/Master/texmf-dist/doc/latex/mlacls/README.md
+++ b/Master/texmf-dist/doc/latex/mlacls/README.md
@@ -31,7 +31,7 @@ To read the documentation, run `mla.dtx` through LaTeX:
$ pdflatex mla.dtx
$ gv mla.dtx
```
-(If you're getting this package from [CTAN](https://ctan.org),
+(If you're getting this package from [CTAN](https://ctan.org/pkg/mlacls),
a file called `mla.pdf` should already be provided.)
For an example file, refer to `mla-example.tex` and `mla-example.bib`,
diff --git a/Master/texmf-dist/doc/latex/mlacls/mla-example.bib b/Master/texmf-dist/doc/latex/mlacls/mla-example.bib
index e53fca0b8c7..d725f77e311 100644
--- a/Master/texmf-dist/doc/latex/mlacls/mla-example.bib
+++ b/Master/texmf-dist/doc/latex/mlacls/mla-example.bib
@@ -7,3 +7,13 @@
howpublished = {Web},
urldate = {2019-04-21}
}
+
+@online{price2018,
+ author = {Seth Price},
+ title = {Spruce Knob Overlook},
+ publisher = {Instagram},
+ date = {2018-07-20},
+ howpublished = {Web},
+ url = {https://www.instagram.com/p/Bleocv-hknc/},
+ urldate = {2019-05-29}
+}
diff --git a/Master/texmf-dist/doc/latex/mlacls/mla-example.pdf b/Master/texmf-dist/doc/latex/mlacls/mla-example.pdf
index 7e824d5147f..43abfb7c375 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 1eb78678514..8b9d624c3b0 100644
--- a/Master/texmf-dist/doc/latex/mlacls/mla-example.tex
+++ b/Master/texmf-dist/doc/latex/mlacls/mla-example.tex
@@ -1,4 +1,4 @@
-\documentclass[mla8]{mla}
+\documentclass[mla7,microtype]{mla}
\title{Sample MLA Document}
\author{John Doe}
@@ -65,6 +65,20 @@ work just as expected, even with sublists.
\item Okay, now it's the last item.
\end{itemize}
+\section{Figures}
+
+On rare occasions, you might have to use figures or tables
+in your paper.
+Good news is the ``figure'' and ``table'' environments
+work exactly as expected!
+Just make sure to use ``\textbackslash{}begin\{figure\}[H]''
+if you want the image to stay exactly where you put it.
+\begin{figure}[H]
+\includegraphics[width=0.5\linewidth]{mla-example-image}
+\caption{A scene from atop Spruce Knob, West Virginia}
+\end{figure}
+And yes, I shamelessly used my own image.
+
\section{Using endnotes}
As one may notice, the above subsection used an endnote.
diff --git a/Master/texmf-dist/doc/latex/mlacls/mla.pdf b/Master/texmf-dist/doc/latex/mlacls/mla.pdf
index b7d11c2f764..2fb4f09ee6d 100644
--- a/Master/texmf-dist/doc/latex/mlacls/mla.pdf
+++ b/Master/texmf-dist/doc/latex/mlacls/mla.pdf
Binary files differ