Edit Links |
Examples /
BibunitsCategories: Circumvent LaTeX error << | Page list | >>Using bibunits to add extra lists of references (bibliographies)If you want to add an extra list of references, you should check out uploads:/Bibunits/bibunits.sty Below is a list of files you can download to check how it works. If you look at uploads:/Examples/Bibunits/bibunits_KomaArticle.dvi you'll see what the result looks like. Hint: The problem that LyX does not find the extra aux files for bibunits can be solved without running bibtex manually and without a shell script. Just add the following to the preamble, and LyX will automatically run bibtex on the extra files: \makeatletter \renewcommand{\@bibunitname}{\jobname.\the\@bibunitauxcnt} \makeatother If LaTeX returns the error "LaTeX Error: Can be used only in preamble.", try removing \usepackage{babel} from Language Preferences. Circumvent LaTeX error |