3 TexImg standard preamble changed
4 The teximg plugin now has a configurable LaTeX preamble.
5 As part of this change the `mchem` LaTeX package has been removed from
6 the default LaTeX preamble as it wasn't included in many TeX installations.
7 The previous behaviour can be restored by adding the following to your
9 teximg\_prefix => '\documentclass{scrartcl}
10 \usepackage[version=3]{mhchem}
16 In addition, the rendering mechanism has been changed to use `dvipng` by
17 default, if available.
19 ikiwiki 2.62 released with [[!toggle text="these changes"]]
20 [[!toggleable text="""
21 * Avoid using cp -a (again). (HenrikBrixAndersen)
22 * Avoid using hostname -f for portability to eg, OS X, use Net::Domain
23 instead, and prompt if it fails.
24 * Fix bug in wikiname sanitisation in the setup automator.
25 * ikiwiki-makerepo: Added support for monotone. (Thomas Keller)
26 * map: The fix for #449285 was buggy and broke display of parents in certian
28 * teximg: The prefix is configurable, and has changed to not include the
29 nonstandard mhchem by default. (willu)
30 * teximg: dvipng is used if available to render images. Its output is
31 antialiased and better than dvips. If not available, the old dvips+convert
32 chain will be used. (willu)
33 * Drop suggests on texlive-science, add suggests on dvipng.
34 * listdirectives: New plugin. (willu)
35 * filecheck: New plugin factoring out the PageSpec additions that were
36 originally part of the attachment plugin.
37 * edittemplate: Don't wipe out edits on preview.
38 * color: New plugin from ptecza.
39 * autoindex: Avoid re-adding previously deleted (or renamed) pages."""]]