With the toolbar or the "LaTeX/Sectionning" menu, you can insert the title
of a section or of a paragraph thanks to a dialog box.
Then, the "Structure" view is automatically updated. While clicking on one item
in the "Structure" view, the cursor is placed on the corresponding line
in the editor.
Note: for the file names, it is necessary to double-click. For a good work with
Texmaker, all yours files must be located in the same directory than your main
document.
Texmaker enables you to directly insert the most current tags with the
"Latex" and "Math" menus. With a simple click on a mathematical symbol,
Texmaker inserts the corresponding code.
The menu "User" is also at
your disposal to insert your own source code extracts. Note: if the code of
the menu is "%environment", Texmaker will directly insert:
\begin{environment }
\end{environment }
For the
"bib" files , the"Bibliography" menu enables you to directly insert the entries
corresponding to the standard types of document. (Note: use the "Clean" command
to delete the optional fields)
Additional option: a selected text can
be directly framed by certain environments. Example: while clicking on the
button "Bold" after having selected the word "Hello", you will obtain the code:
\textbf{Hello }
(this option is available for the environments of the
"FontStyles" and "Math Font Styles" menus like for the "center", "flushleft",
"flushright","tiny", "scriptsize"... environments)
The "Tabular",
"Array" and "Tabbing" wizards are also at your disposal to help you insert the
code corresponding to these environments.
The commands of the "Tools" menu enable you to directly launch the
standard programs associated with LaTeX. To configure these tools, use the
"Configure Texmaker" command of the "Options" menu. Note : the
commands can't be launched with an untitled document. You must save it
before.
The "Next Latex Error"and "Previous LaTeX Error" commands allow to
get to the errors detected during compilation. While clicking on the number of a
line in the "log" file ,the cursor is placed on the corresponding line in the
editor.
With this
command, the compilation and the display of the document are automatically
launched unless a LaTeX error is detected in the "log" file . (Note: only
errors will stop the process, warnings are ignored)
After having defined your "master" document (with the corresponding
command of the "Options" menu), all the commands of the "Tools" menu will apply
only to this document even when working on the "children" documents . (Note: you
can even close the "master" document)