summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/amsrefs/amsrefs.faq
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-14 22:19:57 +0000
committerKarl Berry <karl@freefriends.org>2007-10-14 22:19:57 +0000
commit6e5c0acada6a9c582fe33af8763348a18eb2a0f6 (patch)
treeb9c5791b76f3c25d0cd5207cc35c3bf01f609395 /Master/texmf-dist/source/latex/amsrefs/amsrefs.faq
parent53b3eebc589bf2a49e91bd9c9d8112f2b38bce11 (diff)
amsrefs update
git-svn-id: svn://tug.org/texlive/trunk@5189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/amsrefs/amsrefs.faq')
-rw-r--r--Master/texmf-dist/source/latex/amsrefs/amsrefs.faq28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/amsrefs/amsrefs.faq b/Master/texmf-dist/source/latex/amsrefs/amsrefs.faq
new file mode 100644
index 00000000000..5df8c651b32
--- /dev/null
+++ b/Master/texmf-dist/source/latex/amsrefs/amsrefs.faq
@@ -0,0 +1,28 @@
+amsrefs.faq [2007/10/01] 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}