]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_2.62.mdwn
fix HTML quoting
[ikiwiki.git] / doc / news / version_2.62.mdwn
1 News for ikiwiki 2.62:
2
3    The teximg plugin now has a configurable LaTeX preamble.
4
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
8    ikiwiki setup:
9
10          teximg_prefix => '\documentclass{scrartcl}
11                  \usepackage[version=3]{mhchem}
12                  \usepackage{amsmath}
13                  \usepackage{amsfonts}
14                  \usepackage{amssymb}
15                  \pagestyle{empty}
16                  \begin{document}',
17
18    In addition, the rendering mechanism has been changed to use `dvipng` by
19    default, if available.
20
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
29      circumstances.
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."""]]