On Thursday 27 June 2002 6:27 pm, Juergen Spitzmueller wrote: > Anyone interested in a preview latex checkbox in preferences? > I think LnF -> Misc is the right place. > I have not tested it, because I don't have preview-latex, but it should > work.
you don't need it. What you do need is this in your preferences file: \preview true \format "lyxpreview" "lyxpreview" "LyX preview" "" \converter "lyxpreview" "xpm" "sh LYXDIR/lib/scripts/lyxpreview2xpm.sh $$i $$o" "" where LYXDIR is ... and it should all work automagically. You might like to modify your copy of lyxpreview2xpm.sh. Here I have dvips -x 1500 ... to give me a result of similar size to my usual text. Angus