summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltbibl.dtx
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2014-05-08 05:45:04 +0000
committerNorbert Preining <preining@logic.at>2014-05-08 05:45:04 +0000
commitf8a7af47d643e11841911d1d6d7bcfad29af5a87 (patch)
tree254bbe12bb0c851f2dfb85aa2449b5fa176652a1 /Master/texmf-dist/source/latex/base/ltbibl.dtx
parent4775c8ca9e258cf67c7c0bd7bce8234d12e7b449 (diff)
latex 2e release (7May)
git-svn-id: svn://tug.org/texlive/trunk@33913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltbibl.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltbibl.dtx40
1 files changed, 20 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltbibl.dtx b/Master/texmf-dist/source/latex/base/ltbibl.dtx
index 44265b1b79f..43718f37979 100644
--- a/Master/texmf-dist/source/latex/base/ltbibl.dtx
+++ b/Master/texmf-dist/source/latex/base/ltbibl.dtx
@@ -2,29 +2,29 @@
%
% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
% The LaTeX3 Project and any individual authors listed elsewhere
-% in this file.
-%
+% in this file.
+%
% This file is part of the LaTeX base system.
% -------------------------------------------
-%
+%
% It may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
-% and version 1.3c or later is part of all distributions of LaTeX
+% and version 1.3c or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
-%
+%
% This file has the LPPL maintenance status "maintained".
-%
+%
% The list of all files belonging to the LaTeX base distribution is
% given in the file `manifest.txt'. See also `legal.txt' for additional
% information.
-%
-% The list of derived (unpacked) files belonging to the distribution
-% and covered by LPPL is defined by the unpacking scripts (with
+%
+% The list of derived (unpacked) files belonging to the distribution
+% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
-%
+%
% \fi
% \iffalse
%%% From File: ltbibl.dtx
@@ -70,13 +70,13 @@
% and tries to read in |mainfile.bbl|.
%
% \DescribeMacro{\bibliographystyle}
-% |\bibliographystyle|\marg{style} :
+% |\bibliographystyle|\marg{style} :
% Writes a |\bibstyle| entry on the |.aux| file.
%
% \DescribeEnv{thebibliography}
% The |thebibliography| environment is a list environment. To save the
% use of an extra counter, it should use |enumiv| as the item
-% counter.
+% counter.
% Instead of using |\item|, items in the bibliography are produced by
% the following commands:\\
% |\bibitem|\marg{name} : Produces a numbered entry cited as
@@ -85,7 +85,7 @@
% \meta{Label} and cited by \meta{name}.
%
% The former is used for bibliographies with citations like [1], [2],
-% etc.;
+% etc.;
% the latter is used for citations like [Knuth82].
%
% The document class must define the thebibliography environment. This
@@ -98,14 +98,14 @@
% Entries are cited by the command |\cite|\marg{name}.
%
% \DescribeMacro{\nocite}
-% |\nocite|\marg{citations}
+% |\nocite|\marg{citations}
% puts information on the |.aux| file that causes
% \BibTeX{} to include the \marg{citations} list in the bibliography,
% but puts nothing in the text.
%
% |\nocite{*}| is special: it tells \BibTeX{} to put the whole of a
% collection of references into the bibiography.
-%
+%
% \StopEventually{}
%
%
@@ -156,7 +156,7 @@
% \end{macro}
%
% \begin{macro}{\@lbibitem}
-% \changes{LaTeX2.09}{1992/02/26}{Added \cs{hfill} to restore
+% \changes{LaTeX2.09}{1992/02/26}{Added \cs{hfill} to restore
% left-alignment of bibliography labels in alpha style}
% \begin{macrocode}
\def\@lbibitem[#1]#2{\item[\@biblabel{#1}\hfill]\if@filesw
@@ -256,7 +256,7 @@
% Donald Arsenau. Note that this one is inside the first argument
% of the |\@cite| hook.
% This decouples the top-level typesetting of the citation from
-% the details of the other business conducted here. All this really
+% the details of the other business conducted here. All this really
% needs a complete rethink to get the right modularity.
%
% \changes{v1.1q}{2004/02/15}{Changed to use a hook with default
@@ -310,7 +310,7 @@
% \begin{macro}{\nocite}
% (Added 14 Jun 85)
% \changes{v1.1c}{1994/11/10}{Fix \cs{nocite}\texttt{\char`\{*\char`\}}}
-%
+%
% This puts information on the |.aux| file that causes
% \BibTeX{} to include the citation list in the bibliography,
% but puts nothing in the text.
@@ -376,7 +376,7 @@
% \subsection{Default definitions}
%
% This hook determines the `relative formatting' of the two logical
-% parts of a citation with comment.
+% parts of a citation with comment.
% \begin{macro}{\@cite}
% \begin{macrocode}
\def\@cite#1#2{[{#1\if@tempswa , #2\fi}]}
@@ -387,7 +387,7 @@
% \changes{v1.1q}{2004/02/15}{Added hook with default value \cs{hbox}}
% This is, in general, a command that appears to have one argument
% whose value is, in the kernel, a single cs whose name is the
-% expansion of |b@\@citeb|; the expansion of this cs will
+% expansion of |b@\@citeb|; the expansion of this cs will
% typically be some hmode material that produces the detailed
% typeset form of just the citations themselves.
% \begin{macrocode}