Edit Links |
BibTeX /
PublistCategories: Bibliographies << Some workarounds for known bugs | Page list | Gotchas >>Using BibTeX to generate a List of Publicationsby Jürgen Spitzmüller If you are using BibTeX, you probably also added your own publications to the database. If so, you can also generate your list of publications semi-automatically, using BibTeX. All you need is a style file that extracts your work from the database. Such a stylefile is publist.bst, written by Nicolas Markey. It extracts your work from the bib file(s), removes your name from the author's list and adds "Joint work with <names of the other authors>" instead, if you have written the document not alone. In order to do so, you have to tell bibtex who you are. This is done by an entry (or a separate bib-file), which looks like the following: @config{test,
myname = {Doe, John},
jointwork = {with},
testlevel = 1,
nameformat = 0,
reverse-sort = 1,
year = {},
}
If you want to divide your list of publications per type (books, articles, proceedings etc.), you can do so by separating the types to different bib files and using bibtopic (which is fully supported as of LyX 1.4). See below for an example. I have modified publist.bst a bit. Besides the look and feel, which more suits my needs, my style file
Feel free to modify this file to fit your needs, but if you do so, please give the file a different name. Downloads:
|