Personal tools

Difference between revisions of "Texmaker"

From MohidWiki

Jump to: navigation, search
(New page: Texmaker is a free, cross-platform latex editor. ==Installation== * [http://www.xm1math.net/texmaker/ Download] * ==Related links== *Latex ==External references== * [http:/...)
 
 
Line 3: Line 3:
 
==Installation==
 
==Installation==
 
* [http://www.xm1math.net/texmaker/ Download]
 
* [http://www.xm1math.net/texmaker/ Download]
*
+
 
 +
===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==
 
==Related links==

Latest revision as of 15:11, 1 July 2009

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