This is possible, however the compile process is very slow. (No problems if I compile LaTeX => PS => PDF)
It takes approximatelty 10 seconds (on my current computer) to process a single simple autosegmental diagram. Considering the large number of autosegmental diagrams I want to include in my thesis (at last count there are 36), this is a strong disincentive to use XeLaTeX; a single compile taking upwards of 10 minutes.
I have two questions:
- 1) Is it possible to speed up the compile process in some way?
2) If not, is it possible to enable some kind of draft mode for pst-asr (similar to the draft option for graphicx) such that my autosegmental diagrams are not included. That way the slow compile will only be a problem when I wish to produce a final version.
Code: Select all
\documentclass[a4paper,12pt]{report}
\usepackage{pstricks,pst-xkey,pst-asr}
\begin{document}
{\asr \4ki:p\endasr}
\end{document}