Personal tools

Texmaker

From MohidWiki

Revision as of 16:11, 1 July 2009 by Guillaume (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Texmaker is a free, cross-platform latex editor.

Installation

Configuration

Guillaume

Here's what I did to add a custom build command that would include the bibtex command: Options --> Configure Texmaker --> Quick Build --> User

latex -interaction=nonstopmode %.tex|bibtex %|latex -interaction=nonstopmode %.tex|latex -interaction=nonstopmode %.tex

Also, I made sure that the bibtex' command is defined as follows:

bibtex %

Related links

External references