mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
* RELEASE-NOTES
This commit is contained in:
parent
179c0d6ff2
commit
8335dc49e1
@ -84,6 +84,22 @@
|
||||
* Postscript -> PDF convertor (ps2pdf) uses -dALLOWPSTRANSPARENCY by
|
||||
default now (implemented since ghostscript 9.53.3, see bug #12303).
|
||||
|
||||
* There is a widespread ban on postscript conversions across different
|
||||
linux distributions and there are currently two way how to address
|
||||
various image conversion errors when typesetting your documents:
|
||||
- either manually remove the bans of EPS/PDF coders in ImageMagick
|
||||
policy.xml configuration file
|
||||
- or install alternative converters for bitmap <-> postscript.
|
||||
In particular pdftoppm (poppler-utils) and tiff2ps (libtiff-tools)
|
||||
are now recognized and activated in case LyX detects ImageMagick
|
||||
policy ban. These will allow eps<->png(jpg) conversion chain to
|
||||
be found when processing your documents.
|
||||
Package maintainers of distributions (e.g. openSUSE or Debian derivates)
|
||||
where ghostscript conversions of ImageMagick are banned can simply
|
||||
add dependencies for poppler-utils and libtiff-tools to workaround
|
||||
the problem.
|
||||
|
||||
|
||||
!!!The following pref variables were added in 2.4:
|
||||
|
||||
* \ct_additions_underlined true|false: determines whether additions in change tracking
|
||||
|
Loading…
Reference in New Issue
Block a user