formatting
parent
f6ca2dbe01
commit
be2f9421d5
|
@ -1,18 +1,20 @@
|
||||||
News for ikiwiki 2.62:
|
News for ikiwiki 2.62:
|
||||||
|
|
||||||
TexImg standard preamble changed
|
|
||||||
The teximg plugin now has a configurable LaTeX preamble.
|
The teximg plugin now has a configurable LaTeX preamble.
|
||||||
|
|
||||||
As part of this change the `mchem` LaTeX package has been removed from
|
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 default LaTeX preamble as it wasn't included in many TeX installations.
|
||||||
The previous behaviour can be restored by adding the following to your
|
The previous behaviour can be restored by adding the following to your
|
||||||
ikiwiki setup:
|
ikiwiki setup:
|
||||||
teximg\_prefix => '\documentclass{scrartcl}
|
|
||||||
\usepackage[version=3]{mhchem}
|
teximg\_prefix => '\documentclass{scrartcl}
|
||||||
\usepackage{amsmath}
|
\usepackage[version=3]{mhchem}
|
||||||
\usepackage{amsfonts}
|
\usepackage{amsmath}
|
||||||
\usepackage{amssymb}
|
\usepackage{amsfonts}
|
||||||
\pagestyle{empty}
|
\usepackage{amssymb}
|
||||||
\begin{document}',
|
\pagestyle{empty}
|
||||||
|
\begin{document}',
|
||||||
|
|
||||||
In addition, the rendering mechanism has been changed to use `dvipng` by
|
In addition, the rendering mechanism has been changed to use `dvipng` by
|
||||||
default, if available.
|
default, if available.
|
||||||
|
|
||||||
|
@ -36,4 +38,4 @@ ikiwiki 2.62 released with [[!toggle text="these changes"]]
|
||||||
originally part of the attachment plugin.
|
originally part of the attachment plugin.
|
||||||
* edittemplate: Don't wipe out edits on preview.
|
* edittemplate: Don't wipe out edits on preview.
|
||||||
* color: New plugin from ptecza.
|
* color: New plugin from ptecza.
|
||||||
* autoindex: Avoid re-adding previously deleted (or renamed) pages."""]]
|
* autoindex: Avoid re-adding previously deleted (or renamed) pages."""]]
|
||||||
|
|
Loading…
Reference in New Issue