Public bug reported:

Binary package hint: texmaker

Title is self explanatory: when I make a .DVI or .PDF file, texmaker will not 
build a bibliography section as programmed with the command 
"\bibliography{yourfile.bib}" and having appropriate citation marks throughout 
the text "\cite{bibtex-reference-identity}. The latex log file complains of 
missing .aux files.
 
This can be fixed by firs going to a terminal and issuing a series of commands 
to have bibtex properly create the missing files and then texmaker gui will be 
able to build the PDF file properly.

workaround:

latex yourfile.tex
bibtex yourfile.tex
latex yourfile.tex
latex yourfile.tex

(yes, repeatedly.)

** Affects: texmaker (Ubuntu)
     Importance: Undecided
         Status: New

-- 
TeXmaker fails to build bibtex bibliography
https://bugs.launchpad.net/bugs/342067
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to