Summary: | Nonstopmode in combination with bibtopic | ||
---|---|---|---|
Product: | [Applications] kile | Reporter: | Jan Nikolas Dicke <mail> |
Component: | general | Assignee: | Jeroen Wijnhout <spam> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | thomas.braun |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan Nikolas Dicke
2005-01-04 12:08:28 UTC
Kile-1.7 automatically runs BibTeX, indeed. I do not understand why you need to do both bibtex file1 and bibtex file2 ? Could you explain this? Note that you can modify and extend all tools in Settings->Configure Kile->Build. It is possible to customize the QuickBuild tool as well (or even have a different QuickBuild tool for every project). best, Jeroen I need to use several bibliographies (not only several bib-files!) in one latex-document. Therefore I use bibtopic, a special latex package (see http://www.ctan.org/tex-archive/macros/latex/contrib/bibtopic/bibtopic.pdf). Bibtopic generates different aux-files for every bibliography. If they are used in latex file "file.tex", they are called "file1.aux", "file2.aux" etc. You have to bibtex every aux-file before executing the final latex command To create a dvi file with, for example, two bibliographies , you need to run latex file bibtex file1 bibtex file2 latex file Is it possible to customize Kile in a way it checks how many aux-files need to be bibtexed -- and do it? Thanks, Jan It is not possible without some work. First of all, you can create your own script that checks .aux files and runs bibtex properly. You can also modify the QuickBuild command to always include running bibtex. best, Jeroen Hi, I think this bug report can be closed in favour of getting biblatex support into kile. Comments? bye, thomas *** This bug has been marked as a duplicate of bug 179849 *** Git commit eab3dc4b29789d0d0d452ac90c13d0a19254d19d by Jean-Baptiste Mardelle. Committed on 23/12/2015 at 21:38. Pushed by mardelle into branch 'Applications/15.12'. Remember last folder for dvd projects M +9 -3 src/dvdwizard/dvdwizard.cpp http://commits.kde.org/kdenlive/eab3dc4b29789d0d0d452ac90c13d0a19254d19d |