Ich bekomme trotzdem einen Fehler. Habe bei PdfLaTeX-Parametern schon
"-shell-escape" angehängt, sieht dann insgesamt so aus:
PdfLaTeX: "pdflatex -synctex=1 -interaction=nonstopmode %.tex -shell-escape"
Auch funktioniert bei mir der Beispielcode des Manuals nicht -
http://satoss.uni.lu/software/mscpackage/refman.tex.
Da kommt der Fehler:
(msc: 'Example 1'
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.160 \declinst{i}{$i$}{}
---------------------------------------------------
Beispielcode des Manuals Seite 2:
\documentclass{article}
\usepackage{auto-pst-pdf}
\usepackage{msc}
\begin{document}
\begin{msc}%
{Example 1}
\declinst{i}{$i$}{}
\declinst{j}{$j$}{}
\nextlevel
\mess{a}{i}{j}
\nextlevel[2]
\mess{b}{j}{i}
\nextlevel
\end{msc}
\end{document}
Fehler:
(msc: 'Example 1'
Package pst-pdf Warning: pspicture No. 1 undefined.
! LaTeX Error: \begin{pspicture} on input line 9 ended by \end{msc}.
See the LaTeX manual or LaTeX Companion for explanation.
Ich bekomme trotzdem einen Fehler. Habe bei PdfLaTeX-Parametern schon
"-shell-escape" angehängt, sieht dann insgesamt so aus:
PdfLaTeX: "pdflatex -synctex=1 -interaction=nonstopmode %.tex -shell-escape"
Auch funktioniert bei mir der Beispielcode des Manuals nicht - http://satoss.uni.lu/software/mscpackage/refman.tex.
Da kommt der Fehler: [quote](msc: 'Example 1'
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.160 \declinst{i}{$i$}{}[/quote]
---------------------------------------------------
Beispielcode des Manuals Seite 2:
[code]\documentclass{article}
\usepackage{auto-pst-pdf}
\usepackage{msc}
\begin{document}
\begin{msc}%
{Example 1}
\declinst{i}{$i$}{}
\declinst{j}{$j$}{}
\nextlevel
\mess{a}{i}{j}
\nextlevel[2]
\mess{b}{j}{i}
\nextlevel
\end{msc}
\end{document}[/code]
Fehler:
[quote](msc: 'Example 1'
Package pst-pdf Warning: pspicture No. 1 undefined.
! LaTeX Error: \begin{pspicture} on input line 9 ended by \end{msc}.
See the LaTeX manual or LaTeX Companion for explanation.[/quote]