10

As known, Texmaker requires the user to PDFLaTeX first, then BibTeX, and then PDFLaTeX twice.

This is really tedious. Is there any shortcut that allows me to do it in one go?

Update:

Some say that it can be done by the so-called quick build. But I have checked my quick build options as shown. There is no such a proper option called "PDFLaTeX + BibTeX + view PDF".

enter image description here

How may I make it possible in this case?

3 Answers3

15

Just use the "User" quick build command (or one of the user commands in the "User" menu).

  1. Options -> configure Texmaker -> Quick build : select "User"
  2. Click on the "wizard" button and add "pdflatex, bibtex, pdflatex, pdflatex, pdf viewer"
  3. Just use the "quick build" command on your document (F1)

enter image description here

user27168
  • 1,013
  • 6
  • 7
2

As of version TexMaker 4.4.1 (or earlier) the suggestion from user27168 exists as option 2 for quick build

enter image description here

Ben
  • 121
0

I recognize that this is an old post but it is new for me.

I changed the quick build option to my new user defined quick button. To do this, I clicked on the drop down menu button next to the quick build arrow quick build before

and chose my newly created user option.new

Now with one push of the button, not only have I compiled by document, thanks user27168, but it also outputs an updated pdf file.

  • This is more a comment to user27168's post, isn't it? You only show that one may select a different command instead of Quick Build, don't you? – TeXnician Nov 23 '18 at 16:52
  • If I am remembering correctly, it is a modification of quick build. Instead of quick build, which you have to hit a number of times, you can make your own compile function which will compile after one application. – redapemusic35 Nov 24 '18 at 17:08