2 Jan 2006 06:47
AUCTeX and xypic problems.
Mark Dickinson <dickinsm <at> gmail.com>
2006-01-02 05:47:55 GMT
2006-01-02 05:47:55 GMT
I'm having trouble generating previews for a document that uses the
xypic package for generating commutative diagrams. Here's a minimal
example.
-----------------------
\documentclass{article}
\usepackage[all]{xy}
\begin{document}
\begin{figure}
\xymatrix{A\ar <at> {-}[r] & B}
\end{figure}
\end{document}
-----------------------
After running C-c C-p C-d on this document, I just get a blank line
where I was expecting to see a preview for the figure. The TeX output
buffer shows a series of errors; here's an excerpt starting from the
first error, which seems to be related to the use of \ar <at> {-}[r] in the
matrix. (The full output is included at the end of this message.)
-----------------------
Preview: Fontsize 10pt
Preview: PDFoutput 1
)
! Preview: Snippet 1 started.
<-><->
(Continue reading)
RSS Feed