summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-27 15:56:38 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-27 15:56:38 -0400
commitbe2f9421d5d3d4359b61ccbfbdaa7a7df58ed990 (patch)
treeab4bed5c766b05426ca28ed8ff20bea6999e1c16 /doc/news
parentf6ca2dbe0152077b19426e1d9e09bcffa228ad33 (diff)
formatting
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_2.62.mdwn20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/news/version_2.62.mdwn b/doc/news/version_2.62.mdwn
index a62d021ed..9a28bd19c 100644
--- a/doc/news/version_2.62.mdwn
+++ b/doc/news/version_2.62.mdwn
@@ -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 =&gt; '\documentclass{scrartcl}
- \usepackage[version=3]{mhchem}
- \usepackage{amsmath}
- \usepackage{amsfonts}
- \usepackage{amssymb}
- \pagestyle{empty}
- \begin{document}',
+
+ teximg\_prefix =&gt; '\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."""]]