Now, as to my problem (which is probably quite simple). When I try and compile my file, which includes a .tex file generated by InkScape's export with PSTricks feature, I get this notice:If you are using packages which works only with pdflatex or want to insert png- or jpg-images, then use the package auto-pst-pdf and you can run pdflatex with PSTricks related code.
Code: Select all
File `L_notes-pics.pdf' not found.
Use the following commands to create it:
-------------------------------------------------
latex L_notes.tex
dvips -o L_notes-pics.ps L_notes.dvi
ps2pdf L_notes-pics.ps
-------------------------------------------------
Thanks!