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