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
|
Source: texworks
Section: editors
Priority: optional
Maintainer: Debian TeX Task Force <debian-tex-maint@lists.debian.org>
Uploaders: Norbert Preining <norbert@preining.info>,
Hilmar Preuße <hille42@debian.org>
Build-Depends: debhelper-compat (= 13),
pkgconf,
cmake,
libhunspell-dev,
qt6-5compat-dev,
qt6-base-dev,
qt6-declarative-dev,
qt6-tools-dev,
libpoppler-qt6-dev,
liblua5.3-dev | liblua5.4-dev,
python3-dev,
zlib1g-dev,
libsynctex-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.tug.org/texworks/
Vcs-Git: https://github.com/debian-tex/texworks.git
Vcs-Browser: https://github.com/debian-tex/texworks
Package: texworks
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: fonts-urw-base35, poppler-data, texlive-latex-base, texworks-help-en
Suggests: texlive-xetex, texworks-scripting-lua, texworks-scripting-python
Description: Environment for authoring TeX (LaTeX, ConTeXt, etc) documents
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.
.
TeXworks 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 TeXworks is to deliver a similarly integrated, easy-to-use
environment for users on other platforms, especially GNU/Linux and Windows.
Package: texworks-scripting-lua
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, texworks
Description: Plugin to bring Lua scripting to TeXworks
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.
.
This package contains a Lua scripting plugin for TeXworks.
Package: texworks-scripting-python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, texworks
Description: Plugin to bring Python scripting to TeXworks
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.
.
This package contains a Python scripting plugin for TeXworks.
|