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 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/ltb2bib/bibdest.bib | 17 +++++++ Master/texmf-dist/doc/latex/ltb2bib/doltb2bib.tex | 5 ++ Master/texmf-dist/doc/latex/ltb2bib/ltb2bib.pdf | Bin 0 -> 42074 bytes Master/texmf-dist/doc/latex/ltb2bib/ltbsource.ltb | 14 ++++++ 5 files changed, 94 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/ltb2bib/README create mode 100644 Master/texmf-dist/doc/latex/ltb2bib/bibdest.bib create mode 100644 Master/texmf-dist/doc/latex/ltb2bib/doltb2bib.tex create mode 100644 Master/texmf-dist/doc/latex/ltb2bib/ltb2bib.pdf create mode 100644 Master/texmf-dist/doc/latex/ltb2bib/ltbsource.ltb (limited to 'Master/texmf-dist/doc') 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. diff --git a/Master/texmf-dist/doc/latex/ltb2bib/bibdest.bib b/Master/texmf-dist/doc/latex/ltb2bib/bibdest.bib new file mode 100644 index 00000000000..f598b5ca731 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ltb2bib/bibdest.bib @@ -0,0 +1,17 @@ +% Converted bibliography from bblsource[.ltb] to bibdest.bib +@Article{Jones2004, + author={{Jones, David M.}}, + note={distributed with the \protect \textsf {amsrefs} code}, + title={User's Guide to the \protect \textsf {amsrefs} Package}, +} + +@Book{SOS99, + author={{Swanson, Ellen} and {O'Sean, Arlene} and {Schleyer, Antoinette}}, + year={1999}, + edition={updated}, + publisher={American Mathematical Society}, + title={Mathematics into Type}, + year={1999}, +} + +% End of bibdest.bib diff --git a/Master/texmf-dist/doc/latex/ltb2bib/doltb2bib.tex b/Master/texmf-dist/doc/latex/ltb2bib/doltb2bib.tex new file mode 100644 index 00000000000..06002b1f03b --- /dev/null +++ b/Master/texmf-dist/doc/latex/ltb2bib/doltb2bib.tex @@ -0,0 +1,5 @@ +\documentclass{article} +\usepackage{ltb2bib} +\begin{document} +\writebib{bblsource}{bibdest} +\end{document} diff --git a/Master/texmf-dist/doc/latex/ltb2bib/ltb2bib.pdf b/Master/texmf-dist/doc/latex/ltb2bib/ltb2bib.pdf new file mode 100644 index 00000000000..512a619b3f3 Binary files /dev/null and b/Master/texmf-dist/doc/latex/ltb2bib/ltb2bib.pdf differ diff --git a/Master/texmf-dist/doc/latex/ltb2bib/ltbsource.ltb b/Master/texmf-dist/doc/latex/ltb2bib/ltbsource.ltb new file mode 100644 index 00000000000..a1b1ffe304b --- /dev/null +++ b/Master/texmf-dist/doc/latex/ltb2bib/ltbsource.ltb @@ -0,0 +1,14 @@ +\bib{Jones2004}{article}{ + author={Jones, David M.}, + title={User's Guide to the \textsf{amsrefs} Package}, + note={distributed with the \textsf{amsrefs} code} +} +\bib{SOS99}{book}{ + author={Swanson, Ellen}, + author={O'Sean, Arlene}, + author={Schleyer, Antoinette}, + title={Mathematics into Type}, + edition={updated}, + year={1999}, + publisher={American Mathematical Society}, +} -- cgit v1.2.3