]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/news/version_2.62.mdwn
minor optimisation
[ikiwiki.git] / doc / news / version_2.62.mdwn
index a62d021ed2d97b15abbc35e0e337c9c469d52d06..e91c9a2abcfa1a786ef786e61cb138ccc4172391 100644 (file)
@@ -1,18 +1,20 @@
 News for ikiwiki 2.62:
 
-   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}',
+
+        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.
 
@@ -36,4 +38,4 @@ ikiwiki 2.62 released with [[!toggle text="these changes"]]
      originally part of the attachment plugin.
    * edittemplate: Don't wipe out edits on preview.
    * color: New plugin from ptecza.
-   * autoindex: Avoid re-adding previously deleted (or renamed) pages."""]]
\ No newline at end of file
+   * autoindex: Avoid re-adding previously deleted (or renamed) pages."""]]