Search found 3 matches

by sgourmelen
Sat Nov 27, 2021 1:01 am
Forum: Graphics, Figures & Tables
Topic: pstricks figures don't appear any more
Replies: 1
Views: 1557

pstricks figures don't appear any more

Hello,

Since I've installed a new version of Miktex and, compile under pdfLateX with the option -shell-escape, and the packages

\usepackage[dvips]{graphicx}
\usepackage[pdf]{pstricks}
\usepackage[crop=off]{auto-pst-pdf}

none of my figures made under pstricks appears in the output pdf file ...
by sgourmelen
Thu Nov 18, 2021 5:50 pm
Forum: Text Formatting
Topic: Accents
Replies: 1
Views: 2077

Accents

Hello,

I have the following problem :

1) The following script works :

\begin{document}
\'e
\end{document}

2) This one doesn't :

\begin{document}
\begin{enumerate}
\item
\'e
\end{enumerate}
\end{document}

! Argument of \T1\' has an extra }.
<inserted text>
\par
l.20 \'
e

3) This one ...
by sgourmelen
Thu Aug 18, 2016 2:33 pm
Forum: Graphics, Figures & Tables
Topic: PsTricks on Texlive 2016
Replies: 1
Views: 1958

PsTricks on Texlive 2016

Hi,

I've just installed TexLive 2016 on my computer and it don't manage tu use PsTricks any more.

I receive the error message

Undefined control sequence
\psline{->}(-.5,0)(3,0)

when compiling with TexWorks under pdfLaTeX the following file :

\documentclass{book}
\usepackage{pstricks, pst ...