diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-18 23:22:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-18 23:22:05 +0000 |
commit | 61065674de81d0dccba11b46076f426e424ad58a (patch) | |
tree | cbc6052c862aa97d2d7eada767ef8983c45e48df /Master/texmf-dist/doc/latex/usebib | |
parent | f15fbb8503dce68666829792d7251f0e60a2c6f2 (diff) |
new latex package usebib (18mar12)
git-svn-id: svn://tug.org/texlive/trunk@25686 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/usebib')
-rw-r--r-- | Master/texmf-dist/doc/latex/usebib/README | 54 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/usebib/usebib.pdf | bin | 0 -> 253053 bytes |
2 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/usebib/README b/Master/texmf-dist/doc/latex/usebib/README new file mode 100644 index 00000000000..62fa82f99c8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/usebib/README @@ -0,0 +1,54 @@ +The usebib package is a poor person's replacement for the +more powerful methods provided by biblatex to access data +from a .bib file. After + + \usepackage{usebib} + \bibinput{biblio} + +in the preamble, one is able to say + + \usebibdata{newton1687}{title} + +for printing in the document the title of the work with +the BibTeX key `newton1687'. Access to other fields is +provided. + +This is version 1.0 of the package + +Copyright (C) 2011 by Enrico Gregorio +<Enrico dot Gregorio at univr dot it> +------------------------------------------------------- + +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.3 or later is part of all distributions +of LaTeX version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Enrico Gregorio. + +This work consists of the files + usebib.dtx + usebib.ins +and the derived file usebib.sty. + +To install the distribution: + +o run "latex usebib.ins" +o move "usebib.sty" to locations where LaTeX will find + it (the FAQ on CTAN in /help/uktug-FAQ gives more + information about this magic place + +To produce the documentation in pdf format: + +o run "pdflatex usebib.dtx" +o run "makeindex -s gind.ist usebib" +o run "makeindex -s gglo.ist -o usebib.gls usebib.glo" +o run "pdflatex usebib.dtx" + +2012/03/17 +Enrico Gregorio diff --git a/Master/texmf-dist/doc/latex/usebib/usebib.pdf b/Master/texmf-dist/doc/latex/usebib/usebib.pdf Binary files differnew file mode 100644 index 00000000000..f4397217a8a --- /dev/null +++ b/Master/texmf-dist/doc/latex/usebib/usebib.pdf |