summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/amsrefs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-14 23:57:15 +0000
committerKarl Berry <karl@freefriends.org>2012-05-14 23:57:15 +0000
commit22006649bb38eb34d6a439500b5de9c534bafb18 (patch)
tree9b8a1b29770a984ede993c16c799ceb712f4b01d /Master/texmf-dist/source/latex/amsrefs
parent3337e4c48dce1f8b0d600b83c6033c4573acff7f (diff)
amsrefs 2.10
git-svn-id: svn://tug.org/texlive/trunk@26387 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/amsrefs')
-rw-r--r--Master/texmf-dist/source/latex/amsrefs/00readme.txt8
-rw-r--r--Master/texmf-dist/source/latex/amsrefs/README236
-rw-r--r--Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx14
-rw-r--r--Master/texmf-dist/source/latex/amsrefs/amsrefs.ins8
4 files changed, 253 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/amsrefs/00readme.txt b/Master/texmf-dist/source/latex/amsrefs/00readme.txt
index 1a7d92ebf32..2d89ab2e25e 100644
--- a/Master/texmf-dist/source/latex/amsrefs/00readme.txt
+++ b/Master/texmf-dist/source/latex/amsrefs/00readme.txt
@@ -1,4 +1,4 @@
-00readme.txt for amsrefs 2.09 [2010/08/17]
+00readme.txt for amsrefs 2.10 [2012/05/08]
See section III (REMARKS ON THIS RELEASE) for notes on the
compatibility of this release with previous releases.
@@ -6,7 +6,7 @@ compatibility of this release with previous releases.
See also install.txt. There is a history of changes at the end of this
file.
-Copyright 2001-2004, 2007, 2008, 2010, 2011 American Mathematical Society.
+Copyright 2001-2004, 2007, 2008, 2010, 2011, 2012 American Mathematical Society.
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3c
@@ -230,3 +230,7 @@ amrefs.dtx 2.03, 2.04, 2.05: AMS-internal modifications only.
bibtex/bst/ams
-- .bib files now unpack into bibtex/bib/amsrefs instead of
bibtex/bib/ams
+
+2012-05-08 amsrefs.dtx 2.10
+ -- patched amsbst.sty to remove unwanted close paren from \PrintEditorsA
+ -- patched \@endbiblist to reset \previous@primary between biblists
diff --git a/Master/texmf-dist/source/latex/amsrefs/README b/Master/texmf-dist/source/latex/amsrefs/README
new file mode 100644
index 00000000000..2d89ab2e25e
--- /dev/null
+++ b/Master/texmf-dist/source/latex/amsrefs/README
@@ -0,0 +1,236 @@
+00readme.txt for amsrefs 2.10 [2012/05/08]
+
+See section III (REMARKS ON THIS RELEASE) for notes on the
+compatibility of this release with previous releases.
+
+See also install.txt. There is a history of changes at the end of this
+file.
+
+Copyright 2001-2004, 2007, 2008, 2010, 2011, 2012 American Mathematical Society.
+
+This work 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
+version 2005/12/01 or later.
+
+This work has the LPPL maintenance status `maintained'.
+
+The Current Maintainer of this work is the American Mathematical
+Society.
+
+American Mathematical Society
+Technical Support
+Publications Technical Group
+201 Charles Street
+Providence, RI 02904
+USA
+tel: (401) 455-4080
+ (800) 321-4267 (USA and Canada only)
+fax: (401) 331-3842
+email: tech-support@ams.org
+
+========================================================================
+
+The amsrefs package deals with bibliographies and citations in LaTeX
+documents. The basic citation command remains more or less the same as
+in standard LaTeX (\cite), but a number of additional variations address
+certain known pitfalls or gaps in the standard LaTeX set of citation
+features.
+
+The command for bibliography items is different -- \bib instead of
+\bibitem -- for reasons that will be evident upon further reading in
+the documentation.
+
+A set of BibTeX style files are provided to allow people to extract
+data from .bib files and produce .bbl files in amsrefs format instead
+of conventional \bibitem format.
+
+User documentation is in amsrdoc.pdf and amsrefs.faq.
+
+Technical documentation (including documentation for package writers)
+is in amsrefs.pdf.
+
+========================================================================
+I. FEATURES
+
+-- Preservation of structure.
+
+The internal structural information of the bibliography entries is not
+lost when they are imported from the database file into the LaTeX
+document. This takes on its greatest significance when archiving
+documents in LaTeX form or transmitting them to another user (such as a
+publisher).
+
+-- Deferred formatting.
+
+This means that the style of the bibliography can be changed on demand
+without re-importing everything from the original database(s).
+
+-- More natural data format for titles.
+
+Proper nouns do not need to have braces added to prevent capitalization
+problems.
+
+-- Less ambiguous format for author names.
+
+When author names are given in inverted order (last name first) it is
+possible for LaTeX to unambiguously identify the last name without any
+further markup, even in cases like Saunders Mac Lane (Mac Lane,
+Saunders) versus Stephen H. Lane (Lane, Stephen H.), or Cam Van Tran
+(Tran, Cam Van) versus Bert Van Keulen (Van Keulen, Bert). In
+BibTeX some of these would need to have extra braces added to ensure
+that the surname is accurately distinguished.
+
+-- Author-year citations.
+
+There is integrated support for citations in author-year form.
+
+-- Back-reference support.
+
+Works in conjunction with the hyperref package.
+
+-- Setup requires only LaTeX knowledge.
+
+All bibliography setup can be done in LaTeX; learning another
+programming language (such as, the one used in BibTeX bst files) is
+unnecessary.
+
+-- Self-printable database files.
+
+A LaTeX document that contains only a bibliography in amsrefs forms can
+be used as a database for exporting entries to other documents. And
+because it is a LaTeX document, the database can be printed directly at
+any time simply by running it through LaTeX in the usual way.
+
+-- Self-contained.
+
+In many cases it seems possible to do without BibTeX entirely. For
+example, if the entries are extracted from a single database file that
+is maintained in sorted order, the bibliography can be printed directly
+by LaTeX on the first pass and the citations resolved on the second
+pass.
+
+========================================================================
+II. GETTING STARTED
+
+1. Install the package, referring to install.txt as needed.
+
+2. There are four example files provided:
+
+ cite-xa : Demonstrates an author-year citation scheme. The
+ bibliography is embedded in the .tex file instead of
+ residing in a separate .bbl file.
+
+ cite-xb : Demonstrates usage with more-or-less standard BibTeX
+ methods.
+
+ cite-xs : Shows how the bbl file can be created by LaTeX itself from a
+ suitably presorted ltb file.
+
+ cite-xh : A working hyperref/backrefs example.
+
+3. Run LaTeX on cite-xa.tex. Take a look at the messages that have to
+ do with citations and the bibliography section. Run LaTeX again to
+ resolve the citations and check the output.
+
+4. Run LaTeX on cite-xb.tex. Run BibTeX. Look at the bbl file.
+ Interesting, huh? Run LaTeX twice more to resolve the citations.
+
+5. Run LaTeX on cite-xs.tex and look at the output.
+
+6. Run pdflatex on cite-xh.tex (it is set up to use BibTeX also, like
+ cite-xb).
+
+========================================================================
+III. REMARKS ON THIS RELEASE
+
+This release fixes a few bugs and restates the license under which the
+package is distributed.
+
+See section IV (CHANGE LOG) for a complete list of user-visible
+changes.
+
+========================================================================
+IV. CHANGE LOG
+
+2004-06-30 amsrefs.dtx 2.0
+
+ * Major rewrite of internals. See changes.pdf for information on
+ the user-visible changes.
+
+2006-10-25 amsrefs.dtx 2.02
+
+ -- Updated copyright and license fields.
+ -- Numerous bug fixes.
+
+ * amsrefs.dtx 2.02:
+ -- Fixed bug in copying cross-referenced entries from .ltb files
+ to the .bbl file.
+ -- Fixed disappearing table of contents when used with AMS
+ document classes.
+ -- Enabled xrefs in more fields.
+ -- Fixed spacing problems with \MR. Also be more forgiving if
+ the argument to \MR begins with "MR" or "MR ".
+ -- Added support for showlabels.sty.
+ -- Fixed some bugs in the interaction with hyperref.
+ -- Removed support for the obsolete beta and jpa package options.
+
+ * amsxport.dtx 2.01:
+ -- Fixed bug in sort order of references.
+
+2007-10-22 amsrefs.dtx 2.03
+
+ -- .sty files now unpack into tex/latex/amsrefs instead of
+ tex/latex/amscls.
+
+ * amsrefs.dtx 2.03:
+ -- Added the msc-links option.
+ -- \nocite no longer produces a back reference with the backrefs
+ option.
+ -- The backrefs option no longer automatically loads hyperref.
+ -- Fixed support for showkeys (not showlabels, as incorrectly
+ stated in the release notes for 2.02) and the showkeys
+ notcite option.
+ -- Modified the bibdiv, bibchapter and bibsection environments
+ to set the page headings correctly for non-AMS document
+ classes.
+ -- For journals with issue numbers but no volumes, the issue
+ number is now treated as a volume number, per AMS house
+ style.
+ -- \cite and related commands can now be used within the fields
+ of a \bib item, for example, note={See also \cite{SokalB1998}}
+
+ * textcmds.dtx 1.06:
+ -- Added \q for symmetry with \qq.
+
+amrefs.dtx 2.03, 2.04, 2.05: AMS-internal modifications only.
+
+2008-07-25 amsrefs.dtx 2.06
+
+ -- Modified \BibLabel to typeset numeric labels flush-right
+ instead of flush-left, per AMS house style.
+
+2008-07-25 amsrefs.dtx 2.07: AMS-internal modifications.
+
+2010-08-13 amsrefs.dtx 2.08
+
+ -- Updated license to LPPL.
+ -- Patched author-year \BibLabel to support hyperref.
+ -- Added \biblistfont to support easier customization of
+ bibliography font.
+
+2010-08-17 amsrefs.dtx 2.09
+
+ -- Restored support for \citeform that was inadvertently lost
+ somewhere along the way.
+ -- .bst files now unpack into bibtex/bst/amsrefs instead of
+ bibtex/bst/ams
+ -- .bib files now unpack into bibtex/bib/amsrefs instead of
+ bibtex/bib/ams
+
+2012-05-08 amsrefs.dtx 2.10
+ -- patched amsbst.sty to remove unwanted close paren from \PrintEditorsA
+ -- patched \@endbiblist to reset \previous@primary between biblists
diff --git a/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx b/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx
index 68ca5192d96..5f7f155d810 100644
--- a/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx
+++ b/Master/texmf-dist/source/latex/amsrefs/amsrefs.dtx
@@ -1,6 +1,6 @@
% \def\filename{amsrefs.dtx}
-% \def\fileversion{2.09}
-% \def\filedate{2010/08/17}
+% \def\fileversion{2.10}
+% \def\filedate{2012/05/08}
%
% \iffalse meta-comment
%
@@ -15,7 +15,7 @@
% fax: (401) 331-3842
% email: tech-support@ams.org
%
-% Copyright 2001, 2004, 2006, 2007, 2010 American Mathematical Society.
+% Copyright 2001, 2004, 2006, 2007, 2010, 2012 American Mathematical Society.
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -834,7 +834,7 @@
% Standard declaration of package name and date.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{amsrefs}[2010/08/17 v2.09]
+\ProvidesPackage{amsrefs}[2012/05/08 v2.10]
% \end{macrocode}
%
% \begin{macro}{\amsrefs@warning@nl}
@@ -1900,6 +1900,7 @@
\def\@endbiblist{%
\save@labelwidth
\def\@noitemerr{\@latex@warning{Empty bibliography list}}%
+ \global\let\previous@primary\@empty
\endlist
}
% \end{macrocode}
@@ -8009,7 +8010,7 @@
%
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{amsbst}[2004/03/29 v1.68]
+\ProvidesPackage{amsbst}[2012/05/08 v2.10]
%\RequirePackage{amsrefs}[2004/03/29]
% \end{macrocode}
%
@@ -8146,7 +8147,7 @@
% \begin{macrocode}
\renewcommand{\PrintEditorsA}[1]{%
\def\current@bibfield{\bib'editor}%
- \PrintNames{}{, editor\Plural{s})}{#1}%
+ \PrintNames{}{, editor\Plural{s}}{#1}%
\erase@field\bib'editor
}
% \end{macrocode}
@@ -8172,5 +8173,4 @@
\endinput
% \end{macrocode}
%
-% \CheckSum{5151}
% \Finale
diff --git a/Master/texmf-dist/source/latex/amsrefs/amsrefs.ins b/Master/texmf-dist/source/latex/amsrefs/amsrefs.ins
index e39c975d4af..5135ec58a3f 100644
--- a/Master/texmf-dist/source/latex/amsrefs/amsrefs.ins
+++ b/Master/texmf-dist/source/latex/amsrefs/amsrefs.ins
@@ -1,6 +1,6 @@
%% filename: amsrefs.ins
-%% version: 1.0
-%% date: 2010/08/13
+%% version: 1.01
+%% date: 2012/05/08
%%
%% American Mathematical Society
%% Technical Support
@@ -13,7 +13,7 @@
%% fax: (401) 331-3842
%% email: tech-support@ams.org
%%
-%% Copyright 2010 American Mathematical Society.
+%% Copyright 2010, 2012 American Mathematical Society.
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -38,7 +38,7 @@
\preamble
-Copyright 2001, 2004, 2006, 2007, 2010 American Mathematical Society.
+Copyright 2001, 2004, 2006, 2007, 2010, 2012 American Mathematical Society.
American Mathematical Society
Technical Support