From 69e35d3c515cd30c9baf82468008d0b0643e1e1f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 24 Aug 2008 15:21:51 -0400 Subject: willu's teximg changes * teximg: The prefix is configurable, and has changed to not include the nonstandard mhchem by default. (willu) * teximg: dvipng is used if available to render images. Its output is antialiased and better than dvips. If not available, the old dvips+convert chain will be used. (willu) * Drop suggests on texlive-science, add suggests on dvipng. --- debian/NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'debian/NEWS') diff --git a/debian/NEWS b/debian/NEWS index e0c9b77eb..a7a145d9b 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,27 @@ +ikiwiki (2.62) unstable; urgency=low + + TexImg standard preamble changed + + The teximg plugin now has a configurable LaTeX preamble. + As part of this change the `mchem` LaTeX package has been removed from + the default LaTeX preamble as it wasn't included in many TeX installations. + + The previous behaviour can be restored by adding the following to your + ikiwiki setup: + + teximg_prefix => '\documentclass{scrartcl} + \usepackage[version=3]{mhchem} + \usepackage{amsmath} + \usepackage{amsfonts} + \usepackage{amssymb} + \pagestyle{empty} + \begin{document}', + + In addition, the rendering mechanism has been changed to use `dvipng` by + default, if available. + + -- Joey Hess Sun, 24 Aug 2008 15:00:40 -0400 + ikiwiki (2.60) unstable; urgency=low Admin preferences are moving from the web interface to the setup file. -- cgit v1.2.3