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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: lyx
Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
Uploaders: Nick Andrik <nick.andrik@gmail.com>
Section: editors
Priority: optional
Build-Depends: bc,
debhelper-compat (= 13),
dh-python,
libboost-dev,
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-regex-dev,
libboost-test-dev,
libenchant-2-dev,
libmagic-dev,
libmythes-dev,
libqt5svg5-dev,
libx11-dev,
libz-dev,
pkg-config,
python3,
qtbase5-dev (>= 5.6.0),
tex-common
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/lyx
Vcs-Git: https://salsa.debian.org/debian/lyx.git
Homepage: https://www.lyx.org/
Package: lyx
Architecture: any
Depends: lyx-common (= ${source:Version}),
xdg-utils,
${misc:Depends},
${shlibs:Depends}
Recommends: dvipng,
evince | pdf-viewer,
fonts-lyx,
ghostscript,
imagemagick,
poppler-utils,
preview-latex-style,
psutils,
texlive-fonts-recommended,
texlive-latex-extra,
texlive-latex-recommended,
texlive-plain-generic,
texlive-science
Suggests: chktex,
gnuhtml2latex,
groff,
latex2rtf,
librsvg2-bin | inkscape,
libtiff-tools,
linuxdoc-tools,
noweb,
rcs,
sgmltools-lite,
tex4ht | hevea | tth | latex2html,
texlive-xetex,
writer2latex,
wv
Description: document processor
LyX is an almost WYSIWYG-frontend for LaTeX. It makes the power and
typesetting quality of LaTeX available for people who are used to
word processors. Since LyX supports LaTeX's concept of general
mark-ups, it is even easier and faster to create professional quality
documents with it than with usual word processors. It is also
possible to use LaTeX commands within LyX, so nothing of LaTeX's
power is lost.
.
You can extend the functionality of LyX by installing these packages:
* chktex: check for typographical errors
* gnuhtml2latex: import HTML documents
* groff: improved table formatting in plain text exports
* librsvg2-bin, inkscape: use the SVG image format in LyX documents
* linuxdoc-tools: export SGML LinuxDoc documents
* mythes-*: use the OpenOffice.org/LibreOffice Thesaurus
* noweb: import noweb files
* rcs: integrated version control
* sgmltools-lite: export SGML DocBook documents
* texlive-xetex: use the XeTeX typesetting system
* wv: import MS Word documents
Package: lyx-common
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Recommends: lyx
Description: architecture-independent files for LyX
This package contains LyX's common files which are not
architecture-dependent. See the lyx package for a description of LyX
itself.
Package: fonts-lyx
Architecture: all
Multi-Arch: foreign
Section: fonts
Depends: ${misc:Depends}
Description: TrueType versions of some TeX fonts used by LyX
These fonts are needed for the visual math symbol display in
LyX. They can also be used to display MathML in Gecko-based browsers
like Firefox.
.
The following fonts are included in this package:
* cmex10 - Computer Modern math extension
* cmmi10 - Computer Modern math italic
* cmr10 - Computer Modern Roman
* cmsy10 - Computer Modern math symbols
* esint10 - Alternate integrals
* eufm10 - Euler Fraktur (medium-weight)
* msam10 - Extra math symbols, first series
* msbm10 - Extra math symbols, second series, including Blackboard Bold
* wasy10 - Waldi symbol fonts
|