summaryrefslogtreecommitdiffstats
path: root/editors/texworks/DETAILS
blob: 32214b63eebe85f5f939a5caa46a1e6e24201734 (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
           SPELL=texworks
         VERSION=0.4.5-r1281
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
     SOURCE_HASH=sha512:4ab6b1253e05e80c55788b4f6aa6673ede81dd39cdecd09823efbb8a377b73f403018d23e7f214358b6ac7bc86b9afac5ee7437203996e5bff36d9938c2f5dda
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION%-*}"
        WEB_SITE="http://www.tug.org/texworks/"
      LICENSE[0]=GPL
         ENTERED=20120915
           SHORT="a simple TeX front-end program"
cat << EOF
The TeXworks project is an effort to build a simple TeX front-end program
(working environment) that will be available for all today’s major desktop
operating systems—in particular, MS Windows (XP/Vista/7), typical GNU/Linux
distros and other X11-based systems, as well as Mac OS X. It is deliberately
modeled on Dick Koch’s award-winning TeXShop for Mac OS X, which is credited
with a resurgence of TeX usage on the Mac platform.

To provide a similar experience across all systems, TeXworks is based on
cross-platform, open source tools and libraries. The Qt toolkit was chosen
for the quality of its cross-platform user interface capabilities, with
native “look and feel” on each platform being a realistic target. Qt
also provides a rich application framework, facilitating the relatively
rapid development of a usable product.

The normal TeXworks workflow is PDF-centric, using pdfTeX and XeTeX as
typesetting engines and generating PDF documents as the default formatted
output. Although it is possible to configure a processing path based on DVI,
newcomers to the TeX world need not be concerned with DVI at all, but can
generally treat TeX as a system that goes directly from marked-up text files
to ready-to-use PDF documents.
EOF