diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-27 18:02:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-27 18:02:18 +0000 |
commit | 505de24edcee818a831aeed0f94137cd0537e36d (patch) | |
tree | 01dcd81d839bf8e6e7f3ae4b29b0e0baa0b82273 /Master/texmf-dist/doc/latex/amsrefs/amsrefs.faq | |
parent | 4c1269d4c5953786fff1af6ed5c07fc595e91fa3 (diff) |
amsrefs update from latex-tds (26oct07)
git-svn-id: svn://tug.org/texlive/trunk@5285 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/amsrefs/amsrefs.faq')
-rw-r--r-- | Master/texmf-dist/doc/latex/amsrefs/amsrefs.faq | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/amsrefs/amsrefs.faq b/Master/texmf-dist/doc/latex/amsrefs/amsrefs.faq new file mode 100644 index 00000000000..699436c83b7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/amsrefs/amsrefs.faq @@ -0,0 +1,42 @@ +amsrefs.faq [2007/10/16] American Mathematical Society + +Frequently asked questions about the amsrefs package and its companion +packages. + +Suggestions? Please send mail to tech-support@ams.org. + +------------------------------------------------------------------------ +1) Where should I look for documentation? + +User documentation is found in the file amsrdoc.pdf. + +Some example files (cite-xa.tex, cite-xb.tex, cite-xh.tex, cite-xs.tex +and gktest.ltb) are also provided. + +2) How do I define my own bibliography style? + +For information on customizing the formatting of references, see +amsrefs.pdf, especially sections 4, 6.10 and 6.27. + +3) I'm trying to use amsrefs with hyperref, but various bad things + are happening. + +Unlike most packages, which must be loaded before hyperref, amsrefs +must be loaded *after* hyperref: + + \usepackage{hyperref} + \usepackage{amsrefs} + +4) When I put + + review={MR0113214 (22 \#4052)}, + + in a \bib, there is no space between the review number and the + preceding period in the printed output. + +You must use the \MR macro to mark MR reviews: + + review={\MR{0113214 (22 \#4052)}}, + +This will ensure the spacing is correct and also allow you to use the +msc-links option. |