summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/amsrefs/00readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/amsrefs/00readme.txt')
-rw-r--r--Master/texmf-dist/source/latex/amsrefs/00readme.txt65
1 files changed, 61 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/amsrefs/00readme.txt b/Master/texmf-dist/source/latex/amsrefs/00readme.txt
index 824654406e4..137a4ec01ea 100644
--- a/Master/texmf-dist/source/latex/amsrefs/00readme.txt
+++ b/Master/texmf-dist/source/latex/amsrefs/00readme.txt
@@ -1,4 +1,7 @@
-00readme.txt for amsrefs 2.02 [2007/10/01]
+00readme.txt for amsrefs 2.03 [2007/10/22]
+
+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.
@@ -124,9 +127,38 @@ II. GETTING STARTED
========================================================================
III. REMARKS ON THIS RELEASE
-This is a bug-fix release. No new features have been implemented and,
-except for bug fixes, this version should be backwards compatible with
-version 2.0.
+In brief, this release fixes a few bugs and implements one new
+feature, the msc-links package option (see amsrdoc.pdf for more
+information).
+
+In addition, there are two incompatibilities with previous releases:
+
+1) The backrefs option no longer automatically loads the hyperref
+ package. This change was made so that you can use the backrefs
+ feature without having to also enable hyperref links in your
+ document. If you wish both backrefs and hyperlinks, you must load
+ the hyperref package explicitly:
+
+ \usepackage{hyperref}
+ \usepackage[backrefs]{amsrefs}
+
+2) In articles from journals that have an issue number but no volume
+ number, the issue number is now treated as a volume. This means
+ that articles that used to appear as, for example
+
+ Inst. Hautes Itudes Sci. Publ. Math. (1997), no. 85, 97--191,
+
+ will now be formatted as
+
+ Inst. Hautes Itudes Sci. Publ. Math. \textbf{85} (1997), 97--191,
+
+ in accordance with AMS house style.
+
+Other than that, except for bug fixes, this version should be
+backwards compatible with version 2.0 and version 2.02.
+
+See section IV (CHANGE LOG) for a complete list of user-visible
+changes.
========================================================================
IV. CHANGE LOG
@@ -155,3 +187,28 @@ IV. CHANGE LOG
* 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.