X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=blobdiff_plain;f=mlastyle.dtx;h=537c8477616b5d7dec63b3d8f73bbc36e0633aad;hp=92944988ee5ae132a57dfa334b5b330e0b28426b;hb=6ffb74f07ac58138a97cfc5a3f952e5a814c9c94;hpb=3486c32c19a5e4b60ad034860a1a406019e31da1 diff --git a/mlastyle.dtx b/mlastyle.dtx index 9294498..537c847 100644 --- a/mlastyle.dtx +++ b/mlastyle.dtx @@ -18,7 +18,7 @@ % \iffalse %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{mlastyle} -% [2003/11/09 v0.9 .dtx mlastyle file] +% [2003/11/09 v0.9 MLA format and documentation style] % %<*driver> \documentclass[draft]{ltxdoc} @@ -36,8 +36,8 @@ \addtolength{\headwidth}{-1in} \fi \IfFileExists{times.sty}% - {\newcommand{\examp}[2][]{{\let\emph\uline\fontfamily{ptm}\selectfont##2}##1}}% - {\newcommand{\examp}[2][]{``##2##1''}} +{\newcommand{\examp}[2][]{{\let\emph\uline\fontfamily{ptm}\selectfont##2}##1}}% +{\newcommand{\examp}[2][]{``##2##1''}} \EnableCrossrefs \CodelineIndex @@ -205,6 +205,7 @@ % \DoNotIndex{\renewenvironment} % \DoNotIndex{\reset@font} % \DoNotIndex{\rhead} +% \DoNotIndex{\selectfont} % \DoNotIndex{\setlength} % \DoNotIndex{\settowidth} % \DoNotIndex{\sfcode} @@ -214,6 +215,7 @@ % \DoNotIndex{\string} % \DoNotIndex{\sw@llow} % \DoNotIndex{\the} +% \DoNotIndex{\thebibliography} % \DoNotIndex{\thepage} % \DoNotIndex{\topsep} % \DoNotIndex{\usecounter} @@ -239,7 +241,7 @@ % \DoNotIndex{\pdfpagewidth} % \DoNotIndex{\special} % -% \hyphenation{pre-am-ble pro-fess-ors} +% \hyphenation{pre-am-ble wide-spread} % % \newcommand{\Lopt}[1]{\textsf {#1}} % \newcommand{\file}[1]{\texttt {#1}} @@ -259,9 +261,9 @@ % % \section{Introduction} % -% MLA style consists of a set of documentation conventions that has gained -% widespread acceptance in the humanites. \LaTeX{} is a -% document preparation system enjoying populatity in the scientific field. +% MLA style, consisting of a set of documentation conventions, has +% gained widespread acceptance in the humanities. \LaTeX{} is a +% document preparation system enjoying popularity in the scientific field. % It should come as no surprise that complete, up-to-date implementations % of MLA style for \LaTeX{} are in short supply. The \LaTeX{} package % \package{mlastyle} aims to fill this void. @@ -277,7 +279,7 @@ %\instructor{Professor Smith} %\course{English 101} %\date{1~Jan.\ 1970} -%\title{The Futility of Compulsory English Classes} +%\title{The Inherent Sadism of Compulsory English Classes} % %\begin{document} %\maketitle @@ -298,21 +300,20 @@ % MLA style recommends the DD~Mon.~YYYY format for specifying dates; % \DescribeMacro{\today}|\today| has been conveniently redefined to this. % However, other formats can be used as long as done so consistently -% throughout the document. Also note that the date in the header should -% be the due date of the assignment; students who finish assignments early -% would be wise to call |\date|\marg{due date}. +% throughout the document. Also note that the date in the +% heading\index{heading|usage} should be the due date of the assignment; +% students who finish assignments early would be wise to call +% |\date|\marg{due date}. % % \subsection{Environments} -% \DescribeEnv{verse} -% \DescribeEnv{quote} -% \DescribeEnv{quotation} % Three environments have been modified from standard \LaTeX to better -% suit MLA format. To typeset poetry\index{poetry|usage} and -% drama\index{drama|usage}, use the |verse| environment. -% Quotations\index{quotations|usage} of a single paragraph or less always -% use the |quote| environment. For longer passages, use the |quotation| -% environment if the beginning of the passage marks the beginning of a -% paragraph. Otherwise, use the |quote| environment. +% suit MLA format. To typeset \index{poetry|usage}poetry and +% \index{drama|usage}drama, use the \DescribeEnv{verse}|verse| +% environment. Quotations\index{quotations|usage} of a single paragraph +% or less always use the \DescribeEnv{quote}|quote| environment. For +% longer passages, use the \DescribeEnv{quotation}|quotation| environment +% if the beginning of the passage marks the beginning of a paragraph. +% Otherwise, use the |quote| environment. % % Be sure to follow MLA guidelines when using these environments. Short % quotes should be enclosed in quotation marks and included directly in @@ -324,8 +325,8 @@ % \OptionIndex{format}\Lopt{format} % option tells \package{mlastyle} to use MLA format (i.e., 1 inch margins, % double-spaced, etc.). The \OptionIndex{style}\Lopt{style} option tells -% \package{mlastyle} to use MLA style (i.e., parenthetical documentation -% includes the author and page number, etc). Each of these options +% \package{mlastyle} to use MLA style (i.e., the format of parenthetical +% documentation, etc). Each of these options % disables the other; to use both MLA format and MLA style, specify the % \OptionIndex{mla}\Lopt{mla} option, or nothing at all. % @@ -341,30 +342,30 @@ % \subsubsection{Italics vs.\ Underlining} \index{underlining|usage} % \index{italics|usage} % MLA format dictates that emphasis should be indicated by underlining the -% text. Thus, the \package{ulem} package is loaded by default -% in \Lopt{mla} and \Lopt{format} modes. To disable this, use the -% \OptionIndex{italics}\Lopt{italics} option. Conversely, if underlining -% is desired in \Lopt{style} or \Lopt{compat} mode, the -% \OptionIndex{underline}\Lopt{underline} option can be used. +% text. Thus, the \package{ulem} package, which underlines all emphasized +% text, is loaded by default in \Lopt{mla} and \Lopt{format} modes. To +% disable this, use the \OptionIndex{italics}\Lopt{italics} option. +% Conversely, if underlining is desired in \Lopt{style} or \Lopt{compat} +% mode, the \OptionIndex{underline}\Lopt{underline} option can be used. % % \subsubsection{Fonts} % By default, \package{mlastyle} uses \TeX's standard Computer Modern -% font. Some professors\penalty\exhyphenpenalty---particularly those -% concerned with document length---mandate that assignments be set in -% \examp[.]{Times} This can be achieved with the +% font. Some profess\-ors\penalty500---particularly those +% concerned with document length---require assignments to be set in +% \examp[.]{Times New Roman} This can be achieved with the % \OptionIndex{times}\Lopt{times} option, which simply loads the -% \package{times} package. This option can be cancelled with -% the \OptionIndex{cm}\Lopt{cm} option, which reverts to Computer Modern. +% \package{times} package. This opposite of this option is +% \OptionIndex{cm}\Lopt{cm}, which reverts to Computer Modern. % % \index{works cited|usage} % \subsection{Documenting Sources} \label{sec:documentation} % -% The \package{mlastyle} package reimpliments the +% The \package{mlastyle} package reimplements the % \DescribeEnv{thebibliography}|thebibliography| environment to generate -% the list of works cited in MLA style. Use of \LaTeX's bibliography -% features is beyond the scope of this document; however, the following -% example, which should be included just before |\end{document}|, might -% prove to be a useful starting point: +% the list of works cited in MLA style. Instruction in the basic use of +% \LaTeX's bibliography features is beyond the scope of this document; +% however, the following example, which should be included just before +% |\end{document}|, might prove to be a useful starting point: %\begin{verbatim} %\begin{thebibliography}{} % @@ -394,7 +395,7 @@ % |\cite|\oarg{pages}|{|\meta{marker % 1}\texttt{,}\penalty\exhyphenpenalty\meta{marker 2}\ldots|}|; however, page % numbers can currently be specified only for the last referenced source. -% To work around this limitation |\citeN|, explained below, can be used. +% To work around this limitation, use |\citeN|, explained below. % % Three additional citation commands are provided, all of which take the % same arguments as |\cite|. To omit the author information from the @@ -444,15 +445,15 @@ % \StopEventually{\PrintChanges\PrintIndex} % % \section{Implementation} -% \iffalse +% \begin{macrocode} %<*package> -% \fi -% \subsection{Options} +% \end{macrocode} % +% \subsection{Options} % \begin{macro}{\ifmlastyle@*} % \begin{macro}{\mlastyle@*true} % \begin{macro}{\mlastyle@*false} -% Most options are implemented by modifying a |\newif| declared for this +% Most options are implemented by modifying a |\newif| declared for that % purpose. % \begin{macrocode} \newif\ifmlastyle@bibstyle @@ -482,7 +483,7 @@ \mlastyle@formatfalse \mlastyle@underlinefalse} \DeclareOption{singlespacequotes}{ - \def\mlastyle@qspread{\linespread{1}\normalsize\vskip\baselineskip}} + \def\mlastyle@qspread{\linespread{1}\selectfont\vskip\baselineskip}} \DeclareOption{doublespacequotes}{\let\mlastyle@qspread\relax} \ExecuteOptions{nobibstyle,nopapersize,mla,cm,doublespacequotes} \ProcessOptions @@ -601,8 +602,8 @@ % \end{macro} % \end{macro} % \subsubsection{Environments} -% ^^A%\newenvironment{blocks}{\begin{quote} \linespread{1} \small \normalsize}{\end{quote} \linespread{2} \small \normalsize} -% ^^A%\newenvironment{blockm}{\begin{quotation} \linespread{1} \small \normalsize}{\end{quotation} \linespread{2} \small \normalsize} +% ^^A%\newenvironment{blocks}{\begin{quote} \linespread{1} \selectfont}{\end{quote} \linespread{2} \small \selectfont} +% ^^A%\newenvironment{blockm}{\begin{quotation} \linespread{1} \selectfont}{\end{quotation} \linespread{2} \selectfont} % \begin{environment}{verse} % Indented 1 inch, with an additional .25 inch hanging indent. % \begin{macrocode} @@ -629,7 +630,7 @@ % \end{macrocode} % \end{environment} % \begin{environment}{workscited} -% Works Cited environment, for compatibility with \package{mla-paper}. +% Works cited environment, for compatibility with \package{mla-paper}. % \begin{macrocode} \newenvironment{workscited}% {\newpage{\centerline{Works Cited}}}{\newpage} @@ -733,6 +734,7 @@ \fi % \end{macrocode} % \subsubsection{Bibliography} +% \begin{environment}{thebibliography} % The definition of |\thebibliography| varies depending on the document % class. % \begin{macrocode} @@ -764,6 +766,7 @@ \sloppy%\sfcode`\.=1000\relax \catcode`/=13\let/=\mlastyle@slash}} % \end{macrocode} +% \end{environment} % \begin{macrocode} \fi % \ifmlastyle@format % \end{macrocode} @@ -883,7 +886,8 @@ % ^^A \item #1 \end{list}} % \subsubsection{Plain Style} % \begin{macro}{\citeC} -% This next block is used only if the \Lopt{compat} option is set. +% This next block is used if the \Lopt{compat} or \Lopt{format} option is +% set. % \begin{macrocode} \else \newcommand{\mlastyle@cite}[2][]{\@tempswafalse\@citex[]{#2}} @@ -902,9 +906,9 @@ % ^^A\end{macro} % \end{macro} % \end{macro} -% \iffalse +% \begin{macrocode} % -% \fi +% \end{macrocode} % % \Finale \endinput