From: Tim Pope Date: Sun, 16 Nov 2003 03:41:27 +0000 (+0000) Subject: Explained nocite X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=cb744a06d8a926ba1c76a70c746d26390f127dde Explained nocite --- diff --git a/mlastyle.dtx b/mlastyle.dtx index 63a0acb..4d7e317 100644 --- a/mlastyle.dtx +++ b/mlastyle.dtx @@ -387,7 +387,6 @@ %\newblock Reading: Addison-Wesley, 1994. % %\end{thebibliography}\end{verbatim} -% % In this example, |Lamport| is the author's last name (for use in % citations) and |latex| is the marker used to reference it (see % section~\ref{sec:parenthetical}). @@ -447,6 +446,7 @@ % ADDRESS = "Reading", % PUBLISHER = "Addison-Wesley", % YEAR = "1994"}\end{verbatim} +% % In \package{mlastyle}, The |KEY| field serves the additional purpose of % specifying an abbreviated title. This is unnecessary in the above % example. If an additional book by Leslie Lamport was included, however, @@ -454,6 +454,10 @@ % \emph{\LaTeX\/})} instead of \examp[.]{(Lamport, \emph{\LaTeX: A Document % Preparation System\/})} % +% Note that only entries referenced by a citation are included in the list +% of works cited; to force the inclusion of an entry or all entries, use +% |\nocite|\marg{marker} and |\nocite{*}|, respectively. +% % \StopEventually{\PrintChanges\bibliography{mlastyle}\PrintIndex} % % \section{Implementation}