commit 1201ce703753917436940e7b823b57969e642440 Author: Enrico Forestieri <for...@lyx.org> Date: Fri May 23 21:33:53 2025 +0200
Improve message about the dvipng problem --- ANNOUNCE | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 28b6d53778..d77972a79e 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -6,13 +6,17 @@ release in the 2.4.x series. -One important fix concerns the generation of previews. In certain cases, the dvipng script will throw an error due to its inability to determine the -number of output pages. This requires a re-run of LaTeX, which we can easily -do, but detecting this error has proven more difficult than one might expect. -The problem has been solved for dvipng versions >= 1.16. With earlier versions, -LyX will 'fall back' to the legacy method for generating previews. These will -be of lower quality, and various messages will be output to the terminal. If -this bothers you, please upgrade your version of dvipng. +One important fix concerns the generation of previews. In certain cases, +LaTeX adds a temporary page at the end, and this confuses our python script +that generates previews, making it unable to determine the pages to process +through dvipng. This requires a re-run of LaTeX, which we can easily do. See: +https://tex.stackexchange.com/questions/689978/why-does-temporary-page-error-occur +A related problem has been solved for dvipng versions >= 1.16. With earlier +versions, dvipng returns with an error code when some previews contain +postscript specials, so that LyX will 'fall back' to the legacy method for +generating all previews instead of only the ones with postscript specials. +These will be of lower quality, and various messages will be output to the +terminal. If this bothers you, please upgrade your version of dvipng. You can download LyX 2.4.4 from https://www.lyx.org/Download. -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs