1 I following installation and configuration instructions at [[plugins/teximg/]]
5 [[!teximg Error: missing tex code]]
9 [[!teximg $$\sin (x)$$]]
11 On server I do have `texlive`, `dvips`, `convert` installed ready. My configuration looks like
13 # teximg_dvipng => 1, # use dvipng
14 teximg_dvipng => 0, # use dvips and convert
15 # LaTeX prefix for teximg plugin
16 teximg_prefix => '\\documentclass{article}
18 \\usepackage{amsfonts}
23 # LaTeX postfix for teximg plugin
24 teximg_postfix => '\\end{document}',
26 Any ideas why it's not working?