1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
# mla class
# Matthew Bertucci 2/3/2022 for v1.0
#include:enumitem
#include:fancyhdr
#include:fullpage
#include:ragged2e
#include:newtxtext
#include:titlesec
#include:xstring
#include:babel
# babel loaded with american option
#include:csquotes
#include:hanging
#include:biblatex
# default is biblatex loaded with style=mla-new option
#include:caption
#include:float
#include:graphicx
#include:enotez
#include:hyperref
#keyvals:\documentclass/mla#c
mla7
mla8
mla8alt
nofigures
nonotes
microtype
nopaperheader
nopageheader
noheaders
plainheadings
fullpage
#endkeyvals
#ifOption:microtype
#include:microtype
#endif
\mladate
\begin{noindent}#*
\end{noindent}#*
\professor{professor}
\course{course%text}
\makemlaheader#*
\begin{blockquote}
\end{blockquote}
\begin{paper}
\end{paper}
\begin{notes}
\end{notes}
\begin{mlanotes}
\end{mlanotes}
\begin{workscited}
\end{workscited}
# from style=mla-new option of biblatex
#keyvals:\usepackage/biblatex#c,\ExecuteBibliographyOptions#c
# from mla-strict.bbx
annotation#true,false
showlocation#true,false
longdash#true,false
noremoteinfo#true,false
isan#true,false
ismn#true,false
isrn#true,false
issn#true,false
# from mla.cbx
firstlonghand#true,false
nofullfootnote#true,false
mancitepar#true,false
footnoterulestrict#true,false
mladraft
#endkeyvals
# from mla-strict.bbx
\openrangeformat{arg}#*
\openrangemark#*
\mlanamedash#*
# from mla.cbx
\splitfootnoterule#S
\pagefootnoterule#S
\mlasymbolfootnote#S
\themladraftnote#S
\headlesscite[prenote][postnote]{bibid}#C
\headlesscite[postnote]{bibid}#C
\headlesscite{bibid}#C
\headlessfullcite[prenote][postnote]{bibid}#C
\headlessfullcite[postnote]{bibid}#C
\headlessfullcite{bibid}#C
\titleandsubtitle[prenote][postnote]{bibid}#*C
\titleandsubtitle[postnote]{bibid}#*C
\titleandsubtitle{bibid}#*C
|