From fc3785df0fe48f81a07122ea54aca56c009d7265 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 10 Apr 2017 22:07:52 +0000 Subject: ltb2bib git-svn-id: svn://tug.org/texlive/trunk@43746 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ltb2bib/README | 58 ++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/ltb2bib/README (limited to 'Master/texmf-dist/doc/latex/ltb2bib/README') 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. -- cgit v1.2.3