bibtex

Bibtex on a webpage?

Are there any python packages to parse a Bibtex file, and output the result using html/xhtml format, with a customizable styles? Preferably, I would like to use python, otherwise what are the most used in PHP? ...

Splitting a bibliography: how to overcome Multibib/Latex's file limitation (16 max)

Hello, I'm writing a thesis where I'm asked to split the bibliography into different sections, and so far I've been using Multibib which was really perfect for what I wanted to do: \newcites{ltex}{\TeX\ and \LaTeX\ References} ... \bibliographystyleltex{alpha} \bibliographyltex{lit} But I'm now facing a limitation regarding the numbe...

bib-style format for bibtext bst file- explained by an example

Hi, my question is regarding the way a bibtex-style field is defined in a bst file. I would like to have the following example below explained piece by piece, to understand what each piece is doing. I would like to be in a position to make changes to that example myself. FUNCTION {format.eprint} { eprint duplicate$ empty$ 'skip$ ...

regex to eliminate field in bibtex file

I am trying to slim down the bib text files I get from my reference manager because it leaves extra fields that end up getting mangled when I put it into LaTeX. A characteristic entry that I want to clean up is: @Article{Kholmurodov:2001p113, author = {K Kholmurodov and I Puzynin and W Smith and K Yasuoka and T Ebisuzaki}, journal = {...

How to preserve quotes in BibTeX

I'm new to LaTeX and BibTeX, so excuse my ignorance. I have the following entry: @Article{Hart, author = {P.E. Hart, N.J. Nilsson, B. Raphael}, title = {Correction to \"A Formal Basis for the Heuristic Determination of Minimum Cost Paths\" }, journal = {SIGART Newsletter 37}, year = {1972}, pages = {28-29} } But this comes out as a ca...

LaTeX and Bibtex: command to print a single full reference from a bib file?

I'd like to be able to print a single reference from a Bibtex .bib file anywhere in my LaTeX document -- not cite it, but print the reference, exactly as it would appear in the normal bibliography listing. So if this is a regular citation, that prints a bracketed reference: % Normal citation, appears as bracketed reference, e.g. [2] \c...

How do I cite range of references using latex and bibtex

Hello Suppose I have 3 references that goes one after another i.e [1][2][3]. But I want to see [1]-[3]. What should I do. Thank you. ...

LaTeX: Cite, but don't reference

Hi all, I'm producing a set of documents in LaTeX, and I would like to provide a single, global bibliography page for the whole set. This is because each document is page-limited: I don't want to take up space with references at the bottom of each one. This means in each case, I would like to cite in the text, but not produce a referen...

converting bibtex files to html with python (maybe pybtex?)

Hi I want to parse a bibtex publications file and sort for specific fields (e.g. year) and filter certain content, to then put it on a website. I came across pybtex, which works as far as reading and parsing the bibtex file, but it is basically not documented and I can't figure out how to sort the entries. Is pybtex the way to go (how c...