office/texmaker: Updated for version 4.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2014-12-16 00:32:06 +07:00 committed by Willy Sudiarto Raharjo
parent 91c0a4b7c9
commit 03a6fd8a22
4 changed files with 8 additions and 63 deletions

View File

@ -6,3 +6,5 @@ Note: Texmaker can be optionally compiled with
poppler-qt5 by passing the argument QT5GUI=yes.
QT5GUI=yes ./texmaker.SlackBuild
Optional dependency: ibus-qt (For Qt4)

View File

@ -1,56 +0,0 @@
.TH texmaker 1 "April 3, 2006"
.
.SH NAME
texmaker \- A Cross-Platform LaTeX Editor
.
.SH SYNOPSIS
.B texmaker file [-master] [-line xx]
.
.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.
\-master With this option, the document will be automatically defined
as a "master" document.
\-line xx With this option, Texmaker will ask you if you want to jump
to the xx line after loading the document
See the user manuels under the 'Help' directory for documentation on the
use and features for Texmaker.
Some of Texmaker's features are:
- An unicode editor to write your LaTeX source files (syntax highlighting, undo-redo, search-replace, ...)
- 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 (for unix and macosx systems)
.
.SH Web Page
http://www.xm1math.net/texmaker/
.
.SH AUTHOR
Pascal Brachet <pbrachet@xm1math.net>
.
.\" EOF

View File

@ -2,7 +2,7 @@
# Slackware build script for texmaker
# Copyright 2013 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2013-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texmaker
VERSION=${VERSION:-4.3}
VERSION=${VERSION:-4.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,8 +84,7 @@ make install INSTALL_ROOT=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/man/man1
install -m 0644 $CWD/$PRGNAM.1 $PKG/usr/man/man1
install -D -m 0644 utilities/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1
gzip -9 $PKG/usr/man/man?/*.?
for i in 16 22 32 48 64 128; do

View File

@ -1,8 +1,8 @@
PRGNAM="texmaker"
VERSION="4.3"
VERSION="4.4.1"
HOMEPAGE="http://www.xm1math.net/texmaker/index.html"
DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.3.tar.bz2"
MD5SUM="f2ba669a886c01ed594c0e7e787b55df"
DOWNLOAD="http://www.xm1math.net/texmaker/texmaker-4.4.1.tar.bz2"
MD5SUM="d6af622aa9ab1ec29c799842f2b76dc7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""