Spindoctor
08-12-2007, 14:50
Hallo!
Bei mir scheint der \psbrace-Befehl aus pstricks-add nicht zu funktionieren.
Vielleicht ein blöder Userfehler, aber ich komm nicht drauf...
Kann mir bitte wer helfen?
Danke.
Minimalbeispiel
\documentclass[oneside]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[naustrian]{babel}
\usepackage{pst-pdf}
\usepackage{pstricks-add}
\begin{document}
%
% psbrace
%
\begin{pspicture}(0,0)(5,5)
\psbrace(1,1)(3,3){Bracetest}
\end{pspicture}
\end{document}
gibt
Output
! Undefined control sequence.
<argument> ...\psk@nodesepA add exch \tx@UserCoor
l.16 \psbrace(1,1)(3,3){Bracetest}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Bei mir scheint der \psbrace-Befehl aus pstricks-add nicht zu funktionieren.
Vielleicht ein blöder Userfehler, aber ich komm nicht drauf...
Kann mir bitte wer helfen?
Danke.
Minimalbeispiel
\documentclass[oneside]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[naustrian]{babel}
\usepackage{pst-pdf}
\usepackage{pstricks-add}
\begin{document}
%
% psbrace
%
\begin{pspicture}(0,0)(5,5)
\psbrace(1,1)(3,3){Bracetest}
\end{pspicture}
\end{document}
gibt
Output
! Undefined control sequence.
<argument> ...\psk@nodesepA add exch \tx@UserCoor
l.16 \psbrace(1,1)(3,3){Bracetest}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.