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
|
.TH TEXWORKS 1
.SH NAME
.B texworks
\- a simple TeX front-end program
.SH SYNOPSIS
.B texworks
[FILE]...
.SH DESCRIPTION
.B TeXworks
is an environment for authoring TeX (LaTeX, ConTeXt, etc) documents, with a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean, simple interface accessible to casual and non-technical users.
It is inspired by Dick Koch's award-winning TeXShop program for Mac OS X, which has made quality typesetting through TeX accessible to a wider community of users, without a technical or intimidating face. The goal of
.B TeXworks
is to deliver a similarly integrated, easy-to-use environment for users on other platforms, especially GNU/Linux and Windows.
.SH ENVIRONMENT
.TP
TW_INIPATH
Overrides the location of the preferences file.
.TP
TW_LIBPATH
Overrides the location of the additional configuration and library files.
.SH FILES
.TP
.I ~/.config/TUG/TeXworks.conf
Text file to store the preferences.
.TP
.I ~/.TeXworks/*
Additional configuration and library files (e.g. for auto completion, templates, etc.).
.TP
.I /usr/lib/TeXworks/texworks-setup.ini
Setup file to override the location of the files mentioned above (e.g. for enabling portable operation).
.SH SEE ALSO
.B TeXworks
homepage : \%http://tug.org/texworks/
.B TeXworks
development: http://code.google.com/p/texworks/
.SH BUGS
If you find a bug, please report it at \%http://code.google.com/p/texworks/issues/list
.SH AUTHORS
Jonathan Kew and others
|