Or just add the full path to the latex and dvipng commands in the file 
~/Library/Mnemosyne/config.py

For me the end of the file looked like this:

# Latex command.
latex = "latex -interaction=nonstopmode"

# Latex dvipng command.
dvipng = "dvipng -D 200 -T tight tmp.dvi"


I am using latex and dvipng from Mac ports, so now these entries look like this:



# Latex command.
latex = "/opt/local/bin/latex -interaction=nonstopmode"

# Latex dvipng command.
dvipng = "/opt/local/bin/dvipng -D 200 -T tight tmp.dvi"

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/a162f493-669d-4d28-93e5-6344a48c162c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to