1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
.TH texmaker 1 "April 25, 2022"
.
.SH NAME
texmaker \(em A Cross-Platform LaTeX Editor
.
.SH SYNOPSIS
.SY texmaker
.OP -master
.OP -line xx
.OP -insert foo
.OP -n
.OP -dpiscale x
.
.OP file \(el
.
.
.SH DESCRIPTION
.B texmaker
is a clean, highly configurable LaTeX editor with good hot key support
and extensive Latex documentation.
.
Texmaker integrates many tools needed to develop documents with LaTeX,
in just one application.
.
It has some nice featuressuch as syntax highlighting, insertion of 370
mathematical symbols with only one click, a structure view of the
document for easier navigation.
.
.TP
.B \-master
With this option, the document will be automatically defined as a
"master" document.
.
.TP
.B \-line xx
With this option, Texmaker will ask you if you want to jump to the xx line after loading the document.
.
.TP
.B \-insert foo
With this option, a latex command foo can be inserted by an external program to the current document while texmaker is running.
.
.TP
.B \-n
With this option, a new instance of Texmaker is launched
.
.TP
.B \-dpiscale x
With this option, the environment variable QT_SCALE_FACTOR will be set to x before building the GUI.
.
.P
See the user manuels under the 'Help' directory for documentation on
the use and features for Texmaker.
.
.
.SH FEATURES
Some of Texmaker's features are:
.
.\" A bulleted paragraph
.de Topic
. .ds @i 2m\"
. ie t .IP \[bu] \\*(@i
. el .IP \-
. rm @i
..
.
.Topic
An unicode editor to write your LaTeX source files (syntax
highlighting, undo-redo, search-replace, \(el)
.
.Topic
The principal LaTex tags can be inserted directly with the
.I LaTeX
and
.I Math
menus
.
.Topic
370 mathematical symbols can be inserted in just one click
.
.Topic
Wizards to generate code
.RB ( "Quick document" ,
.BR "Quick letter" ,
tabular, tabbing and array environments)
.
.Topic
LaTeX-related programs can be launched via the
.B Tools
menu
.
.Topic
The standard
.I Bibtex
entry types can be inserted in the
.B ".bib"
file with the
.B Bibliography
menu
.
.Topic
A
.I "structure view"
of the document for easier navigation of a document (by clicking on an
item in the
.I Structure
frame, you can jump directly to the corresponding part of your
document
.
.Topic
Extensive LaTeX documentation
.
.Topic
In the "Messages / Log File" frame, you can see information about
processes and the logfile after a LaTeX compilation
.
.Topic
The "Next Latex Error" and "Previous Latex Error" commands let you
reach the LaTeX errors detected in the log file
.
.Topic
By clicking on the number of a line in the log file, the cursor jumps
to the corresponding line in the editor
.
.Topic
An integrated LaTeX to html conversion tool (for unix and macosx
systems)
.
.
.SH Web Page
https://www.xm1math.net/texmaker/
.
.SH AUTHOR
Pascal Brachet <pbrachet@xm1math.net>
.
.\" EOF
|