diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/ltb2bib/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/ltb2bib/README | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ltb2bib/README b/Master/texmf-dist/doc/latex/ltb2bib/README new file mode 100644 index 00000000000..23f00073d9f --- /dev/null +++ b/Master/texmf-dist/doc/latex/ltb2bib/README @@ -0,0 +1,58 @@ + +---------------------------------------+ + | ltb2bib | + | | + | Convert a .ltb bibliography to .bib | + | | + | By Laurent Bartholdi, | + | laurent.bartholdi@gmail.com | + +---------------------------------------+ + +Description +=========== + +This package implements a LaTeX command that converts an amsrefs +bibliographical database (.ltb) to a BibTeX bibliographical database +(.bib). + +The typical usage is to run LaTeX on a document such as + +\documentclass{article} +\usepackage{ltb2bib} +\begin{document} +\writebib{bblsource}{bibdest} +\end{document} + +This will convert the bibliographical entries in bblsource.ltb to +BibTeX format, and write them to bibdest.bib. + +ltb2bib is the reverse of the "amsxport" option in amsrefs. Typical uses are: + +* produce bib entries for some publishers which don't accept amsrefs + (Taylor & Francis, for example); + +* import an ltb database in a database management program, e.g. for sorting; + +* access one's ltb database within emacs's RefTeX mode. + + +Change log (reverse chronological order) +===================== + +2017-04-03 ltb2bib 0.01 + First release in the wild + + +Copyright and License +===================== + +Copyright (C) 2017 Laurent Bartholdi + +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 +2008/05/04 or later. |