summaryrefslogtreecommitdiffstats
path: root/editors/texmaker/DETAILS
blob: 7aee1b49f5070592266a29adc855f30a25936815 (plain) (blame)
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
           SPELL=texmaker
         VERSION=4.1.1
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://www.xm1math.net/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:5e8c7cb2ee1f71bdcff39ff432dc152e0ba3643b237b32524f08e16786507dc366cfbb839aa7071e4942de111ce0b311d1141d42f668f37369a79390afd5adba
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.xm1math.net/texmaker"
      LICENSE[0]=GPL
        KEYWORDS="tex editors"
         ENTERED=20070304
           SHORT="a free LaTeX editor"
cat << EOF
Texmaker is a free LaTeX editor, that integrates many tools needed to develop
documents with LaTeX, in just one application.  Features:

    * an unicode editor to write your LaTeX source files (syntax highlighting,
      undo-redo, search-replace, spell checker...)
    * the principal LaTex tags can be inserted directly with the "LaTeX" and
      "Math" menus
    * 370 mathematical symbols can be inserted in just one click
    * wizards to generate code ('Quick document', 'Quick letter', tabular,
      tabbing and array environments)
    * LaTeX-related programs can be launched via the "Tools" menu
    * the standard Bibtex entry types can be inserted in the ".bib" file with
      the "Bibliography" menu
    * a "structure view" of the document for easier navigation of a document
      (by clicking on an item in the "Structure" frame, you can jump directly
      to the corresponding part of your document
    * extensive LaTeX documentation
    * in the "Messages / Log File" frame, you can see information about
      processes and the logfile after a LaTeX compilation
    * the "Next Latex Error" and "Previous Latex Error" commands let you reach
      the LaTeX errors detected in the log file
    * by clicking on the number of a line in the log file, the cursor jumps to
      the corresponding line in the editor
    * an integrated LaTeX to html conversion tool
EOF