[OS X TeX] pspicture problem

Michael Sharpe msharpe at ucsd.edu
Sun May 31 23:04:52 CEST 2015


> On May 31, 2015, at 1:45 PM, Nitecki, Zbigniew H. <Zbigniew.Nitecki at tufts.edu> wrote:
> 
> The following code
>> %!TEX root =  CalcThree14.tex 
>> 
>> \begin{figure}[htbp]
>> \begin{center}
>> \begin{pspicture}(0,0)(2,2)
>> \rput[bl](0,0){\rnode{A}{$I$}}
>> \rput[br](2,0){\rnode{B}{$J$}
>> \rput[bl](1,2){\rnode{C}{C}}
>>   \end{pspicture)
>> %\caption{default}
>> \label{fig:repar}
>> \end{center}
>> \end{figure}
>>  
>>   

I see two errors in your pstricks code: (i) {\rnode{B}{$J$} should be {\rnode{B}{$J$}}; (ii)  \end{pspicture) should be \end{pspicture}.

Michael


More information about the macostex-archives mailing list