diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-24 15:21:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-24 15:21:51 -0400 |
commit | 69e35d3c515cd30c9baf82468008d0b0643e1e1f (patch) | |
tree | 5f13ced20178a88ee8d4ed7067204f7f298ac70c /doc/todo | |
parent | 7f5413b0c07a3523fb459a26df8c9c0fdd210f9e (diff) | |
download | ikiwiki-69e35d3c515cd30c9baf82468008d0b0643e1e1f.tar ikiwiki-69e35d3c515cd30c9baf82468008d0b0643e1e1f.tar.gz |
willu's teximg changes
* teximg: The prefix is configurable, and has changed to not include the
nonstandard mhchem by default. (willu)
* teximg: dvipng is used if available to render images. Its output is
antialiased and better than dvips. If not available, the old dvips+convert
chain will be used. (willu)
* Drop suggests on texlive-science, add suggests on dvipng.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Move_teximg_latex_preamble_to_config_file.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/Move_teximg_latex_preamble_to_config_file.mdwn b/doc/todo/Move_teximg_latex_preamble_to_config_file.mdwn index 2d5415c09..d94d24ee4 100644 --- a/doc/todo/Move_teximg_latex_preamble_to_config_file.mdwn +++ b/doc/todo/Move_teximg_latex_preamble_to_config_file.mdwn @@ -152,3 +152,5 @@ Happy TeXing. return 1; } else { + +[[done]] |