diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:33:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:33:43 +0000 |
commit | f9e662abcd4764ed15dc598ff609d220e8382038 (patch) | |
tree | b17660efa88c33d0b82b8fc0fd083ebf1e3d1d65 /Master/texmf-dist/bibtex/bib/abstyles | |
parent | 812777721ecd6065f14355d9df911ab2e7f2050d (diff) |
texmf-dist/bibtex
git-svn-id: svn://tug.org/texlive/trunk@71 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bib/abstyles')
-rw-r--r-- | Master/texmf-dist/bibtex/bib/abstyles/acompat.bib | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/bibtex/bib/abstyles/acompat.bib b/Master/texmf-dist/bibtex/bib/abstyles/acompat.bib new file mode 100644 index 00000000000..fb94505e643 --- /dev/null +++ b/Master/texmf-dist/bibtex/bib/abstyles/acompat.bib @@ -0,0 +1,45 @@ +This is ACOMPAT.BIB, a BibTeX database file for the `adaptable' style +family, written by Hans-Hermann Bode (HHBODE at DOSUNI1.BITNET), that contains +compatibility definitions for use with standard styles. Use acompat as the +very first item---even before jourfull or jourabbr---in your \bibliography +command when you have to typeset your new databases---relying on the +adaptable styles---with the standard styles. + +------------------------------------------------------------------------------ + +First, we declare the \abfull switch that is defined by the adaptable +styles. Here, it is unconditionally set to true which might not fit your +needs (in this case, say \abfullfalse instead of \abfulltrue). + +@PREAMBLE{"\newif\ifabfull\abfulltrue"} + +------------------------------------------------------------------------------ + +Next, the strings for edition numbers are defined. + +@STRING{first="First"} +@STRING{second="Second"} +@STRING{third="Third"} +@STRING{fourth="Fourth"} +@STRING{fifth="Fifth"} +@STRING{sixth="Sixth"} +@STRING{seventh="Seventh"} +@STRING{eighth="Eighth"} +@STRING{ninth="Ninth"} +@STRING{tenth="Tenth"} + +------------------------------------------------------------------------------ + +Finally, we have to set up strings for certain ``chapter'' names. + +@STRING{section="Section"} +@STRING{paragraph="Paragraph"} +@STRING{appendix="Appendix"} +@STRING{part="Part"} + +------------------------------------------------------------------------------ + +That's all there is to it. Now you can use your new databases with the old +styles as well. + +------------------------------------------------------------------------------ |