Hi, > i use xfig and want to export latex-figures oder ps/latex -figures and > want them in my lyx-file. (i use xfig to draw mathematical diagrams) why > latex-figures? in my diagrams i use blackboard bold, fraktur and mathcal > fonts and this is not supported in xfig (without using -specialtext and > latex-export). i use lyx1.3.3 and don't manage it to get the things > working. i tried to include the files... but nothing. what have i > exactely to do? thank you for any answer..
I am using xfig for the very same reason and it works for me using \input{figurename.pstex_t}. One thing that comes to my mind is that .pstex_t calls \includegraphics{figurename.pstex}% which means that it must be in the same directory as your main lyx file. If it is in different dir, you should manually edit the line in .pstex_t file (which is annoying as you have to do it anytime you re-export your figure). hope it helps, Vasek