I'm trying to do autosegmental representation using pst-asr, but I am getting an unrecognized command error on \asr. All I've done is use the sample code from the documentation, but it still won't compile:
\documentclass[12pt]{article}
\usepackage{pstricks}
\usepackage{pst-xkey}
\usepackage{pst-asr}
\usepackage{xkeyval}
\begin{document}
\IfFileExists{pst-asr.tex}{true}{false}
\IfFileExists{pstricks.tex}{true}{false}
\asr ki:p\endasr
\end{document}
What am i doing wrong?
% !TEX TS-program =syntax see When and why should I use % !TEX TS-program and % !TEX encoding?. – Alan Munn Oct 27 '16 at 03:07