Problème avec Pstricks

Tout ce qui concerne le langage TeX/LaTeX et ses variantes. Ce langage est utilisable sur le forum via les balises tex.
[participation réservée aux utilisateurs inscrits]
Règles du forum
Merci de soigner la rédaction de vos messages et de consulter ce sujet avant de poster. Pensez également à utiliser la fonction recherche du forum.
kojak
Modérateur général
Modérateur général
Messages : 10450
Inscription : samedi 18 novembre 2006, 19:50

Re: Problème avec Pstricks

Message non lu par kojak »

G.J.M a écrit :Bonjour,
OK, je veux bien installer Texmaker si je peux toujours utiliser l'environnement Professor de Denis LE FUR
Sans aucun problème. Je suis pour ma part avec Texmaker sous debian, et j’utilise, de temps à autre, tablor et ses copains. Il a bien fallu que je teste pour voir les bugs que tu avais.

Il suffit de paramétrer l'option de compilation utilisateur dans Texmaker comme l'explique très bien Pascal sur son site.
Pas d'aide par MP.
G.J.M
Utilisateur confirmé
Utilisateur confirmé
Messages : 90
Inscription : samedi 08 mars 2014, 15:40

Re: Problème avec Pstricks

Message non lu par G.J.M »

Bonjour,
Merci Olivier pour tes informations très précieuses, car il me faut des heures et des heures de recherche Internet pour trouver des choses nécessaires pour voir un plus plus clerc. Je commence à mieux voir et comprendre un peu le fonctionnement de LaTex, je sais qu'il reste encore beaucoup beaucoup de choses à apprendre pour manipuler aisément l'environnement LaTex, mais je ne ferai pas marche arrière pour revenir à Word !!!
J'ai installé et lancé Texmaker, ma première impression : être rassuré par les possibilités offertes, les raccourcis et les assistants.
Je vais l'utiliser sur quelques exemples simples.
Merci encore.
GJM.
G.J.M
Utilisateur confirmé
Utilisateur confirmé
Messages : 90
Inscription : samedi 08 mars 2014, 15:40

Re: Problème avec Pstricks

Message non lu par G.J.M »

kojak a écrit :
G.J.M a écrit :Bonjour,
OK, je veux bien installer Texmaker si je peux toujours utiliser l'environnement Professor de Denis LE FUR
Sans aucun problème. Je suis pour ma part avec Texmaker sous debian, et j’utilise, de temps à autre, tablor et ses copains. Il a bien fallu que je teste pour voir les bugs que tu avais.

Il suffit de paramétrer l'option de compilation utilisateur dans Texmaker comme l'explique très bien Pascal sur son site.
Merci, cela me rassure que Professor fonctionne bien avec Texmker.
kojak
Modérateur général
Modérateur général
Messages : 10450
Inscription : samedi 18 novembre 2006, 19:50

Re: Problème avec Pstricks

Message non lu par kojak »

G.J.M a écrit : Merci, cela me rassure que Professor fonctionne bien avec Texmker.
Il faut autoriser le shell escape donc la commande utilisateur est

Code : Tout sélectionner

latex  -shell-escape -interaction=nonstopmode %.tex|dvips -o %.ps %.dvi|ps2pdf %.ps|evince %.pdf
sous réserve que ta visionneuse pdf soit evince.
Pas d'aide par MP.
G.J.M
Utilisateur confirmé
Utilisateur confirmé
Messages : 90
Inscription : samedi 08 mars 2014, 15:40

Re: Problème avec Pstricks

Message non lu par G.J.M »

C'est une commande console ? ou alors je dois la saisir quelque part ailleurs ?
kojak
Modérateur général
Modérateur général
Messages : 10450
Inscription : samedi 18 novembre 2006, 19:50

Re: Problème avec Pstricks

Message non lu par kojak »

Je crois qu'il faut que tu lises un minimum de doc, en particulier celle de Texmaker qui est vraiment bien faite.

La commande précédente est à mettre dans Options/configurer Texmaker / Compil rapide / Utilisateur

ceci pour compiler avec l'option shell escape pour tablor et autres, car c'est Xcas qui fait une bonne partie du boulot.

Après, tu peux choisir ton option par défaut de compil rapide, pas celle ci si tu veux compiler un doc tout simple. Si tu as du code pstricks, faut choisir LaTex + dvips + ps2pdf + Voirpdf, etc.
Pièces jointes
texmaker.png
Pas d'aide par MP.
G.J.M
Utilisateur confirmé
Utilisateur confirmé
Messages : 90
Inscription : samedi 08 mars 2014, 15:40

Re: Problème avec Pstricks

Message non lu par G.J.M »

Je n’arrête pas de lire, seulement dénicher les bonnes doc ce n'est pas évident, comme je suis passé du jour au lendemain à Linux et LaTex, une quantité phénoménale d'informations se présente pour être avalée.
Je suis en train de regarder en ce moment le site http://www.xm1math.net/texmaker/doc_fr.html, j'espère pouvoir m’en sortir rapidement, les examens blancs approchent et j'aimerais faire mes sujets avec LaTex.
GJM.
kojak
Modérateur général
Modérateur général
Messages : 10450
Inscription : samedi 18 novembre 2006, 19:50

Re: Problème avec Pstricks

Message non lu par kojak »

@GJM : tu es prof donc je suppose, donc dans ton profil, mets plutôt enseignant :wink:

et reste zen, ça va venir :D
Pas d'aide par MP.
balf
Modérateur spécialisé
Modérateur spécialisé
Messages : 4065
Inscription : mercredi 02 janvier 2008, 23:18

Re: Problème avec Pstricks

Message non lu par balf »

Mais pourquoi vous embêter à ce point alors qu'on peut compiler directement avec pdflatex. Voir mon message précédemment envoyé, avec un paramètre qui concernait MiKTeX. Sous un système TeXLive, pour compiler directement du pstricks avec pdflatex, la commande doit être :

Code : Tout sélectionner

pdflatex -shell-escape -synctex=1 -interaction=nonstopmode %.tex
pourvu qu'on ait écrit dans le préambule :

Code : Tout sélectionner

\usepackage[pdf]{pstricks}
Pstricks lance alors auto-pst-pdf qui se charge de tout de façon totalement transparente pour l'utilisateur (extraction du code pstricks, compilation de celui-ci, obtention de l'image .eps, conversion d'icelle en image pdf, passage de pdfcrop et réintégration de l'image finale dans le .pdf principal).

B.A.
kojak
Modérateur général
Modérateur général
Messages : 10450
Inscription : samedi 18 novembre 2006, 19:50

Re: Problème avec Pstricks

Message non lu par kojak »

balf a écrit :Mais pourquoi vous embêter à ce point alors qu'on peut compiler directement avec pdflatex.
J'aime pô pdflatex :mrgreen:
Pas d'aide par MP.
G.J.M
Utilisateur confirmé
Utilisateur confirmé
Messages : 90
Inscription : samedi 08 mars 2014, 15:40

Re: Problème avec Pstricks

Message non lu par G.J.M »

kojak a écrit :@GJM : tu es prof donc je suppose, donc dans ton profil, mets plutôt enseignant :wink:

et reste zen, ça va venir :D
c'est vrai j'ai mis lycée en pensant donner le niveau de mes classes, désolé.
G.J.M
Utilisateur confirmé
Utilisateur confirmé
Messages : 90
Inscription : samedi 08 mars 2014, 15:40

Re: Problème avec Pstricks

Message non lu par G.J.M »

balf a écrit :Mais pourquoi vous embêter à ce point alors qu'on peut compiler directement avec pdflatex. Voir mon message précédemment envoyé, avec un paramètre qui concernait MiKTeX. Sous un système TeXLive, pour compiler directement du pstricks avec pdflatex, la commande doit être :

Code : Tout sélectionner

pdflatex -shell-escape -synctex=1 -interaction=nonstopmode %.tex
pourvu qu'on ait écrit dans le préambule :

Code : Tout sélectionner

\usepackage[pdf]{pstricks}
Pstricks lance alors auto-pst-pdf qui se charge de tout de façon totalement transparente pour l'utilisateur (extraction du code pstricks, compilation de celui-ci, obtention de l'image .eps, conversion d'icelle en image pdf, passage de pdfcrop et réintégration de l'image finale dans le .pdf principal).

B.A.
Je fait ce que tu as proposé je n'arrive pas à un résultat correct, voici mon code suivi du fichier .log

Code : Tout sélectionner

\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage{fourier}
\usepackage[scaled=0.875]{helvet}
\renewcommand{\ttdefault}{lmtt}
\usepackage{amsmath,amssymb,makeidx}
\usepackage[normalem]{ulem}
\usepackage{fancybox}
\usepackage{ulem}
\usepackage{textcomp,mathrsfs}
%\usepackage{pstricks,pst-plot,pstricks-add}
\usepackage[frenchb]{babel}
\usepackage[np]{numprint}

\usepackage[pdf]{pstricks}

\begin{document}

{\psset{unit=0.6cm}
\begin{pspicture}(-1,-1)(6,8) % coin inférieur gauche, coin supérieur droit
\psellipticarc[linestyle=dashed](2.5,0)(3,0.5){0}{180}
\psellipticarc(2.5,0)(3,0.5){-180}{0}
\psellipse (2.5,8)(3,.5) % les sommets de la figure
\psline{-}(-0.5,0)(-0.5,8)
\psline{-}(5.5,0)(5.5,8)
\pscircle(2.5,4){5.05}
\pspolygon(2.5,4)(5.5,8)(2.5,8)
\pcline[offset=0pt]{<->}(2.5,4)(5.5,8)
\lput*{:U}{$R$}
\pcline[offset=11pt]{<->}(2.5,4)(2.5,8)
\lput*{:U}{$\frac{x}{2}$}
\pcline{<->}(2.5,0)(5.5,0)
\lput*{:U}{$r$}

\psline{-}(2.5,0)(2.5,4)
\end{pspicture}}

\end{document}
et le fichier log

Code : Tout sélectionner

LOG FILE :
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) (format=pdflatex 2014.3.10) 20 MAR 2014 21:58
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**Montest2.tex
(./Montest2.tex
LaTeX2e <2011/06/27>
Babel <3.9f> and hyphenation patterns for 78 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15
(/usr/share/texlive/texmf-dist/tex/latex/base/latin1.def
File: latin1.def 2008/03/30 v1.1d Input encoding file
))
(/usr/share/texlive/texmf-dist/tex/latex/fourier/fourier.sty
Package: fourier 2005/01/01 1.4 fourier-GUTenberg package
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp) 5 = only ISO-Adobe without \textcurrency
(textcomp) 4 = 5 + \texteuro
(textcomp) 3 = 4 + \textohm
(textcomp) 2 = 3 + \textestimated + \textcurrency
(textcomp) 1 = TS1 - \textcircled - \t
(textcomp) 0 = TS1 (full)
(textcomp) Font families with sub-encoding setting implement
(textcomp) only a restricted character set as indicated.
(textcomp) Family '?' is the default used for unknown fonts.
(textcomp) See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.
(/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
)
LaTeX Info: Redefining \oldstylenums on input line 266.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.
Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
Package textcomp Info: Setting lmr sub-encoding to TS1/0 on input line 311.
Package textcomp Info: Setting lmdh sub-encoding to TS1/0 on input line 312.
Package textcomp Info: Setting lmss sub-encoding to TS1/0 on input line 313.
Package textcomp Info: Setting lmssq sub-encoding to TS1/0 on input line 314.
Package textcomp Info: Setting lmvtt sub-encoding to TS1/0 on input line 315.
Package textcomp Info: Setting qhv sub-encoding to TS1/0 on input line 316.
Package textcomp Info: Setting qag sub-encoding to TS1/0 on input line 317.
Package textcomp Info: Setting qbk sub-encoding to TS1/0 on input line 318.
Package textcomp Info: Setting qcr sub-encoding to TS1/0 on input line 319.
Package textcomp Info: Setting qcs sub-encoding to TS1/0 on input line 320.
Package textcomp Info: Setting qpl sub-encoding to TS1/0 on input line 321.
Package textcomp Info: Setting qtm sub-encoding to TS1/0 on input line 322.
Package textcomp Info: Setting qzc sub-encoding to TS1/0 on input line 323.
Package textcomp Info: Setting qhvc sub-encoding to TS1/0 on input line 324.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 325.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 326.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 327.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 328.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 329.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 330.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 331.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 332.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 333.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 334.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 335.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 336.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 337.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 338.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 339.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 340.
)
(/usr/share/texlive/texmf-dist/tex/latex/fourier/fourier-orns.sty
Package: fourier-orns 2004/01/30 1.1 fourier-ornaments package
)
LaTeX Font Info: Redeclaring symbol font `operators' on input line 50.
LaTeX Font Info: Encoding `OT1' has changed to `T1' for symbol font
(Font) `operators' in the math version `normal' on input line 50.
LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
(Font) OT1/cmr/m/n --> T1/futs/m/n on input line 50.
LaTeX Font Info: Encoding `OT1' has changed to `T1' for symbol font
(Font) `operators' in the math version `bold' on input line 50.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) OT1/cmr/bx/n --> T1/futs/m/n on input line 50.
LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
(Font) T1/futs/m/n --> T1/futs/b/n on input line 51.
LaTeX Font Info: Redeclaring symbol font `letters' on input line 59.
LaTeX Font Info: Encoding `OML' has changed to `FML' for symbol font
(Font) `letters' in the math version `normal' on input line 59.
LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
(Font) OML/cmm/m/it --> FML/futmi/m/it on input line 59.
LaTeX Font Info: Encoding `OML' has changed to `FML' for symbol font
(Font) `letters' in the math version `bold' on input line 59.
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) OML/cmm/b/it --> FML/futmi/m/it on input line 59.
\symotherletters=\mathgroup4
LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
(Font) FML/futmi/m/it --> FML/futmi/b/it on input line 61.
LaTeX Font Info: Overwriting symbol font `otherletters' in version `bold'
(Font) FML/futm/m/it --> FML/futm/b/it on input line 62.
LaTeX Font Info: Redeclaring math symbol \Gamma on input line 63.
LaTeX Font Info: Redeclaring math symbol \Delta on input line 64.
LaTeX Font Info: Redeclaring math symbol \Theta on input line 65.
LaTeX Font Info: Redeclaring math symbol \Lambda on input line 66.
LaTeX Font Info: Redeclaring math symbol \Xi on input line 67.
LaTeX Font Info: Redeclaring math symbol \Pi on input line 68.
LaTeX Font Info: Redeclaring math symbol \Sigma on input line 69.
LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 70.
LaTeX Font Info: Redeclaring math symbol \Phi on input line 71.
LaTeX Font Info: Redeclaring math symbol \Psi on input line 72.
LaTeX Font Info: Redeclaring math symbol \Omega on input line 73.
LaTeX Font Info: Redeclaring symbol font `symbols' on input line 113.
LaTeX Font Info: Encoding `OMS' has changed to `FMS' for symbol font
(Font) `symbols' in the math version `normal' on input line 113.
LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
(Font) OMS/cmsy/m/n --> FMS/futm/m/n on input line 113.
LaTeX Font Info: Encoding `OMS' has changed to `FMS' for symbol font
(Font) `symbols' in the math version `bold' on input line 113.
LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
(Font) OMS/cmsy/b/n --> FMS/futm/m/n on input line 113.
LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 114.
LaTeX Font Info: Encoding `OMX' has changed to `FMX' for symbol font
(Font) `largesymbols' in the math version `normal' on input line 1
14.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
(Font) OMX/cmex/m/n --> FMX/futm/m/n on input line 114.
LaTeX Font Info: Encoding `OMX' has changed to `FMX' for symbol font
(Font) `largesymbols' in the math version `bold' on input line 114
.
LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
(Font) OMX/cmex/m/n --> FMX/futm/m/n on input line 114.
LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 115.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
(Font) OT1/cmr/bx/n --> T1/futs/bx/n on input line 115.
LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
(Font) OT1/cmr/bx/n --> T1/futs/bx/n on input line 115.
LaTeX Font Info: Redeclaring math alphabet \mathrm on input line 116.
LaTeX Font Info: Redeclaring math alphabet \mathit on input line 117.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
(Font) OT1/cmr/m/it --> T1/futs/m/it on input line 117.
LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
(Font) OT1/cmr/bx/it --> T1/futs/m/it on input line 117.
LaTeX Font Info: Redeclaring math alphabet \mathcal on input line 118.
LaTeX Font Info: Redeclaring math symbol \parallel on input line 134.
LaTeX Font Info: Redeclaring math symbol \hbar on input line 148.
LaTeX Font Info: Redeclaring math symbol \varkappa on input line 186.
LaTeX Font Info: Redeclaring math symbol \varvarrho on input line 187.
LaTeX Font Info: Redeclaring math delimiter \Vert on input line 210.
LaTeX Font Info: Redeclaring math delimiter \vert on input line 215.
LaTeX Font Info: Redeclaring math delimiter \Downarrow on input line 225.
LaTeX Font Info: Redeclaring math delimiter \backslash on input line 227.
LaTeX Font Info: Redeclaring math delimiter \rangle on input line 229.
LaTeX Font Info: Redeclaring math delimiter \langle on input line 231.
LaTeX Font Info: Redeclaring math delimiter \rbrace on input line 233.
LaTeX Font Info: Redeclaring math delimiter \lbrace on input line 235.
LaTeX Font Info: Redeclaring math delimiter \rceil on input line 237.
LaTeX Font Info: Redeclaring math delimiter \lceil on input line 239.
LaTeX Font Info: Redeclaring math delimiter \rfloor on input line 241.
LaTeX Font Info: Redeclaring math delimiter \lfloor on input line 243.
LaTeX Font Info: Redeclaring math accent \acute on input line 247.
LaTeX Font Info: Redeclaring math accent \grave on input line 248.
LaTeX Font Info: Redeclaring math accent \ddot on input line 249.
LaTeX Font Info: Redeclaring math accent \tilde on input line 250.
LaTeX Font Info: Redeclaring math accent \bar on input line 251.
LaTeX Font Info: Redeclaring math accent \breve on input line 252.
LaTeX Font Info: Redeclaring math accent \check on input line 253.
LaTeX Font Info: Redeclaring math accent \hat on input line 254.
LaTeX Font Info: Redeclaring math accent \dot on input line 255.
LaTeX Font Info: Redeclaring math accent \mathring on input line 256.
\symUfutm=\mathgroup5
)
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty
Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS)
(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks16
))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2013/01/14 v2.14 AMS math features
\@mathmargin=\skip43
For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks17
\ex@=\dimen103
))
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen104
)
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count87
LaTeX Info: Redefining \frac on input line 210.
\uproot@=\count88
\leftroot@=\count89
LaTeX Info: Redefining \overline on input line 306.
\classnum@=\count90
\DOTSCASE@=\count91
LaTeX Info: Redefining \ldots on input line 378.
LaTeX Info: Redefining \dots on input line 381.
LaTeX Info: Redefining \cdots on input line 466.
\Mathstrutbox@=\box26
\strutbox@=\box27
\big@size=\dimen105
LaTeX Font Info: Redeclaring font encoding OML on input line 566.
LaTeX Font Info: Redeclaring font encoding OMS on input line 567.
\macc@depth=\count92
\c@MaxMatrixCols=\count93
\dotsspace@=\muskip10
\c@parentequation=\count94
\dspbrk@lvl=\count95
\tag@help=\toks18
\row@=\count96
\column@=\count97
\maxfields@=\count98
\andhelp@=\toks19
\eqnshift@=\dimen106
\alignsep@=\dimen107
\tagshift@=\dimen108
\tagwidth@=\dimen109
\totwidth@=\dimen110
\lineht@=\dimen111
\@envbody=\toks20
\multlinegap=\skip44
\multlinetaggap=\skip45
\mathdisplay@stack=\toks21
LaTeX Info: Redefining \[ on input line 2665.
LaTeX Info: Redefining \] on input line 2666.
)
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\symAMSa=\mathgroup6
\symAMSb=\mathgroup7
LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
(Font) U/euf/m/n --> U/euf/b/n on input line 106.
LaTeX Font Info: Redeclaring math symbol \square on input line 141.
)
LaTeX Font Info: Redeclaring math symbol \blacksquare on input line 48.
LaTeX Font Info: Redeclaring math symbol \vDash on input line 60.
LaTeX Font Info: Redeclaring math symbol \leftleftarrows on input line 63.
LaTeX Font Info: Redeclaring math symbol \rightrightarrows on input line 64.
LaTeX Font Info: Redeclaring math symbol \leqslant on input line 101.
LaTeX Font Info: Redeclaring math symbol \geqslant on input line 108.
LaTeX Font Info: Redeclaring math symbol \blacktriangleright on input line 1
20.
LaTeX Font Info: Redeclaring math symbol \blacktriangleleft on input line 12
1.
LaTeX Font Info: Redeclaring math symbol \complement on input line 165.
LaTeX Font Info: Redeclaring math symbol \intercal on input line 166.
LaTeX Font Info: Redeclaring math symbol \nleqslant on input line 181.
LaTeX Font Info: Redeclaring math symbol \ngeqslant on input line 182.
LaTeX Font Info: Redeclaring math symbol \varsubsetneq on input line 203.
LaTeX Font Info: Redeclaring math symbol \subsetneqq on input line 207.
LaTeX Font Info: Redeclaring math symbol \nparallel on input line 215.
LaTeX Font Info: Redeclaring math symbol \nvDash on input line 221.
LaTeX Font Info: Redeclaring math symbol \nexists on input line 235.
LaTeX Font Info: Redeclaring math symbol \smallsetminus on input line 251.
LaTeX Font Info: Redeclaring math symbol \curvearrowleft on input line 257.
LaTeX Font Info: Redeclaring math symbol \curvearrowright on input line 258.
LaTeX Font Info: Redeclaring math symbol \varkappa on input line 260.
LaTeX Font Info: Redeclaring math symbol \hslash on input line 262.
)
(/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
)
(/usr/share/texlive/texmf-dist/tex/generic/ulem/ulem.sty
\UL@box=\box28
\UL@hyphenbox=\box29
\UL@skip=\skip46
\UL@hook=\toks22
\UL@height=\dimen112
\UL@pe=\count99
\UL@pixel=\dimen113
\ULC@box=\box30
Package: ulem 2012/05/18
\ULdepth=\dimen114
)
(/usr/share/texlive/texmf-dist/tex/latex/fancybox/fancybox.sty
Package: fancybox 2010/05/15 1.4
Style option: `fancybox' v1.4 <2010/05/15> (tvz)
\@fancybox=\box31
\shadowsize=\dimen115
\@Sbox=\box32
\do@VerbBox=\toks23
\the@fancyput=\toks24
\this@fancyput=\toks25
\EndVerbatimTokens=\toks26
\Verbatim@Outfile=\write3
\Verbatim@Infile=\read1
) (/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk)
\symrsfs=\mathgroup8
)
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2013/05/16 v3.9f The Babel package
(/usr/share/texlive/texmf-dist/tex/generic/babel-french/frenchb.ldf
Language: frenchb 2013/07/06 v2.6e French support from the babel system
(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2013/05/16 v3.9f Babel common definitions
\babel@savecnt=\count100
\U@D=\dimen116
)
\FB@interchartokenstateORI=\count101
Package babel Info: Making : an active character on input line 240.
Package babel Info: Making ; an active character on input line 241.
Package babel Info: Making ! an active character on input line 242.
Package babel Info: Making ? an active character on input line 243.
\FB@Mht=\dimen117
\std@mcc=\count102
\dec@mcc=\count103
\listindentFB=\skip47
\labelwidthFB=\skip48
\leftmarginFB=\skip49
\parindentFFN=\dimen118
))
(/usr/share/texlive/texmf-dist/tex/latex/carlisle/scalefnt.sty)
(/usr/share/texlive/texmf-dist/tex/latex/numprint/numprint.sty
Package: numprint 2012/08/20 v1.39 Print numbers (HH)
(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
\col@sep=\dimen119
\extrarowheight=\dimen120
\NC@list=\toks27
\extratabsurround=\skip50
\backup@length=\skip51
)
\c@nprt@mantissa@digitsbefore=\count104
\c@nprt@mantissa@digitsafter=\count105
\c@nprt@exponent@digitsbefore=\count106
\c@nprt@exponent@digitsafter=\count107
\nprt@digitwidth=\skip52
\nprt@sepwidth=\skip53
\nprt@decimalwidth=\skip54
\nprt@blockwidth=\skip55
\nprt@digittoks=\toks28
\nprt@pretoks=\toks29
\nprt@posttoks=\toks30
\nprt@thisdigit=\count108
\nprt@curpos=\count109
\nprt@rndpos=\count110
\c@nprt@digitsfirstblock=\count111
\c@nprt@blockcnt=\count112
\c@nprt@cntprint=\count113
No configuration file `numprint.cfg' found.)
(/usr/share/texlive/texmf-dist/tex/latex/pstricks/pstricks.sty
Package: pstricks 2013/05/22 v0.57 LaTeX wrapper for `PSTricks' (RN,HV)
>>> Loading package auto-pst-pdf <<<
Package pstricks Warning: ************************************
(pstricks) Option pdf needs a "pdflatex -shell-escape <file>"
(pstricks) or a "pdflatex -enable-write18 <file>"
(pstricks) (if you are using MikTeX)
(pstricks) ************************************.
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks.tex
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/pst-xkey.tex
File: pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2012/10/14 v2.6b package option processing (HA)
(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
\XKV@toks=\toks31
\XKV@tempa@toks=\toks32
\XKV@depth=\count114
File: xkeyval.tex 2012/10/14 v2.6b key=value parser (HA)
)))
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pst-fp.tex
`pst-fp' v0.05, 2010/01/17 (hv)
\pstFP@xs=\count115
\pstFP@xia=\count116
\pstFP@xib=\count117
\pstFP@xfa=\count118
\pstFP@xfb=\count119
\pstFP@rega=\count120
\pstFP@regb=\count121
\pstFP@regs=\count122
\pstFP@times=\count123
)
(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex
\pgfutil@everybye=\toks33
)
(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks34
\pgfkeys@temptoks=\toks35
(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
\pgfkeys@tmptoks=\toks36
))
(/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex
\pgffor@iter=\dimen121
\pgffor@skip=\dimen122
\pgffor@stack=\toks37
\pgffor@toks=\toks38
)
\psLoopIndex=\count124
`PSTricks' v2.45 <2013/07/09> (tvz)
\pst@dima=\dimen123
\pst@dimb=\dimen124
\pst@dimc=\dimen125
\pst@dimd=\dimen126
\pst@dimg=\dimen127
\pst@dimh=\dimen128
\pst@dimm=\dimen129
\pst@dimn=\dimen130
\pst@dimo=\dimen131
\pst@dimp=\dimen132
\pst@hbox=\box33
\pst@ibox=\box34
\pst@boxg=\box35
\pst@cnta=\count125
\pst@cntb=\count126
\pst@cntc=\count127
\pst@cntd=\count128
\pst@cntg=\count129
\pst@cnth=\count130
\pst@cntm=\count131
\pst@cntn=\count132
\pst@cnto=\count133
\pst@cntp=\count134
\@zero=\count135
\pst@toks=\toks39
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pstricks.con)
\psunit=\dimen133
\psxunit=\dimen134
\psyunit=\dimen135
\pst@C@@rType=\count136
\pslinewidth=\dimen136
\psk@startLW=\dimen137
\psk@endLW=\dimen138
\pst@customdefs=\toks40
\pslinearc=\dimen139
\pst@symbolStep=\dimen140
\pst@symbolWidth=\dimen141
\pst@symbolLinewidth=\dimen142
\everypsbox=\toks41
\psframesep=\dimen143
\pslabelsep=\dimen144
\sh@wgridXunit=\dimen145
\sh@wgridYunit=\dimen146
\pst@shift=\dimen147
)
File: pstricks.tex 2013/07/09 v2.45 `PSTricks' (tvz,hv)
(/usr/share/texlive/texmf-dist/tex/generic/pstricks/pst-fp.tex)
File: pst-fp.tex 2013/07/09 v2.45 `PST-fp' (hv)
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
)
Package xcolor Info: Package option `pdf' ignored on input line 216.
Package xcolor Info: Driver file: pdftex.def on input line 225.
(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
\Gread@gobject=\count137
)
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
Package xcolor Info: Model `RGB' extended on input line 1353.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
))
(./Montest2.aux)
\openout1 = `Montest2.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 16.
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 16.
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 16.
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 16.
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 16.
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 16.
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Checking defaults for FML/futm/m/it on input line 16.
LaTeX Font Info: Try loading font information for FML+futm on input line 16.
(/usr/share/texlive/texmf-dist/tex/latex/fourier/fmlfutm.fd
File: fmlfutm.fd 2004/10/30 Fontinst v1.926 font definitions for FML/futm.
)
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Checking defaults for FMS/futm/m/n on input line 16.
LaTeX Font Info: Try loading font information for FMS+futm on input line 16.
(/usr/share/texlive/texmf-dist/tex/latex/fourier/fmsfutm.fd
File: fmsfutm.fd 2004/10/30 Fontinst v1.926 font definitions for FMS/futm.
)
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Checking defaults for FMX/futm/m/n on input line 16.
LaTeX Font Info: Try loading font information for FMX+futm on input line 16.
(/usr/share/texlive/texmf-dist/tex/latex/fourier/fmxfutm.fd
File: fmxfutm.fd futm-extension
)
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 16.
LaTeX Font Info: Try loading font information for TS1+cmr on input line 16.
(/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: ... okay on input line 16.
LaTeX Font Info: Try loading font information for T1+futs on input line 16.
(/usr/share/texlive/texmf-dist/tex/latex/fourier/t1futs.fd
File: t1futs.fd 2004/03/02 Fontinst v1.926 font definitions for T1/futs.
)
LaTeX Info: Redefining \degres on input line 16.
LaTeX Info: Redefining \dots on input line 16.
LaTeX Info: Redefining \up on input line 16.
(/usr/share/texlive/texmf-dist/tex/latex/auto-pst-pdf/auto-pst-pdf.sty
Package: auto-pst-pdf 2009/04/26 v0.6 Wrapper for pst-pdf
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is detected.
)
(/usr/share/texlive/texmf-dist/tex/latex/ifplatform/ifplatform.sty
Package: ifplatform 2010/10/22 v0.4 Testing for the operating system
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/catchfile.sty
Package: catchfile 2011/03/01 v1.6 Catch the contents of a file (HO)
(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
))
Package ifplatform Warning:
shell escape is disabled, so I can only detect \ifwindows.
)
\c@app@runs=\count138
)
Runaway argument?
\@ii :=log,aux,dvi,ps,pdf\do {\edef \app@rm@files {\app@rm@files ,\app@jobname
\ETC.
! File ended while scanning use of \@for.
<inserted text>
\par
l.16 \begin{document}
I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
I'll try to recover; but if the error is serious,
you'd better type `E' or `X' now and fix your file.
(/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count139
\scratchdimen=\dimen148
\scratchbox=\box36
\nofMPsegments=\count140
\nofMParguments=\count141
\everyMPshowfont=\toks42
\MPscratchCnt=\count142
\MPscratchDim=\dimen149
\MPnumerator=\count143
\makeMPintoPDFobject=\count144
\everyMPtoPDFconversion=\toks43
)
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.20 ...rc[linestyle=dashed](2.5,0)(3,0.5){0}{180}
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.20 ...rc[linestyle=dashed](2.5,0)(3,0.5){0}{180}
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.20 ...rc[linestyle=dashed](2.5,0)(3,0.5){0}{180}
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.20 ...rc[linestyle=dashed](2.5,0)(3,0.5){0}{180}
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.21 \psellipticarc(2.5,0)(3,0.5){-180}{0}
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.21 \psellipticarc(2.5,0)(3,0.5){-180}{0}
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.21 \psellipticarc(2.5,0)(3,0.5){-180}{0}
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.21 \psellipticarc(2.5,0)(3,0.5){-180}{0}
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.22 \psellipse (2.5,8)(3,.5)
% les sommets de la figure
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.22 \psellipse (2.5,8)(3,.5)
% les sommets de la figure
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.22 \psellipse (2.5,8)(3,.5)
% les sommets de la figure
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.22 \psellipse (2.5,8)(3,.5)
% les sommets de la figure
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.23 \psline{-}
(-0.5,0)(-0.5,8)
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.23 \psline{-}
(-0.5,0)(-0.5,8)
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.24 \psline
{-}(5.5,0)(5.5,8)
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.24 \psline
{-}(5.5,0)(5.5,8)
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.24 \psline{-}
(5.5,0)(5.5,8)
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.24 \psline{-}
(5.5,0)(5.5,8)
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.25 \pscircle
(2.5,4){5.05}
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.25 \pscircle
(2.5,4){5.05}
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.25 \pscircle(2.5,4){5.05}
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.25 \pscircle(2.5,4){5.05}
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.25 \pscircle(2.5,4){5.05}
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.25 \pscircle(2.5,4){5.05}
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.26 \pspolygon(
2.5,4)(5.5,8)(2.5,8)
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.26 \pspolygon(
2.5,4)(5.5,8)(2.5,8)
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.27 \pcline
[offset=0pt]{<->}(2.5,4)(5.5,8)
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.27 \pcline
[offset=0pt]{<->}(2.5,4)(5.5,8)
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.
! Undefined control sequence.
<recently read> \pcline
l.27 \pcline
[offset=0pt]{<->}(2.5,4)(5.5,8)
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.
! Undefined control sequence.
l.28 \lput
*{:U}{$R$}
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.
LaTeX Font Info: Try loading font information for FML+futmi on input line 28
.
(/usr/share/texlive/texmf-dist/tex/latex/fourier/fmlfutmi.fd
File: fmlfutmi.fd 2004/10/30 Fontinst v1.926 font definitions for FML/futmi.
)
LaTeX Font Info: Font shape `FMX/futm/m/n' will be
(Font) scaled to size 9.19998pt on input line 28.
LaTeX Font Info: Font shape `FMX/futm/m/n' will be
(Font) scaled to size 6.99199pt on input line 28.
LaTeX Font Info: Font shape `FMX/futm/m/n' will be
(Font) scaled to size 5.51999pt on input line 28.
LaTeX Font Info: Font shape `U/futm/m/n' will be
(Font) scaled to size 9.19998pt on input line 28.
LaTeX Font Info: Font shape `U/futm/m/n' will be
(Font) scaled to size 6.99199pt on input line 28.
LaTeX Font Info: Font shape `U/futm/m/n' will be
(Font) scaled to size 5.51999pt on input line 28.
LaTeX Font Info: Try loading font information for U+msa on input line 28.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2013/01/14 v3.01 AMS symbols A
)
LaTeX Font Info: Try loading font information for U+msb on input line 28.
(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2013/01/14 v3.01 AMS symbols B
)
LaTeX Font Info: Try loading font information for U+rsfs on input line 28.
(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd
File: ursfs.fd 1998/03/24 rsfs font definition file (jk)
)
! Undefined control sequence.
l.29 \pcline
[offset=11pt]{<->}(2.5,4)(2.5,8)
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.
! Undefined control sequence.
l.30 \lput
*{:U}{$\frac{x}{2}$}
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.
! Undefined control sequence.
l.31 \pcline
{<->}(2.5,0)(5.5,0)
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.
! Undefined control sequence.
l.32 \lput
*{:U}{$r$}
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.34 \psline{-}
(2.5,0)(2.5,4)
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.34 \psline{-}
(2.5,0)(2.5,4)
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.
! Undefined control sequence.
<recently read> \c@lor@to@ps
l.35 \end
{pspicture}}
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.
! Undefined control sequence.
\XC@usec@lor ...string \color@ #1#2\endcsname \@@
\fi \space
l.35 \end
{pspicture}}
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.
Overfull \hbox (163.82047pt too wide) in paragraph at lines 35--36
[][]
[]
[1
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!
Non-PDF special ignored!{/home/GJM/.texmf-var/fonts/map/pdftex/updmap/pdftex.
map}
Non-PDF special ignored!] (./Montest2.aux) )
(\end occurred when \iftrue on line 65 was incomplete)
(\end occurred when \ifx on line 65 was incomplete)
(\end occurred when \iftrue on line 65 was incomplete)
(\end occurred when \iffalse on line 65 was incomplete)
(\end occurred when \iffalse on line 65 was incomplete)
(\end occurred when \iffalse on line 65 was incomplete)
(\end occurred when \ifx on line 65 was incomplete)
(\end occurred when \ifx on line 65 was incomplete)
Here is how much of TeX's memory you used:
7088 strings out of 493307
100644 string characters out of 6139905
184839 words of memory out of 5000000
10399 multiletter control sequences out of 15000+600000
30612 words of font info for 53 fonts, out of 8000000 for 9000
957 hyphenation exceptions out of 8191
39i,5n,51p,272b,261s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texlive/texmf-di
st/fonts/enc/dvips/base/8r.enc}</usr/share/texlive/texmf-dist/fonts/type1/adobe
/utopia/putr8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/adobe/utopia/putr
i8a.pfb>
Output written on Montest2.pdf (1 page, 23528 bytes).
PDF statistics:
17 PDF objects out of 1000 (max. 8388607)
11 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
balf
Modérateur spécialisé
Modérateur spécialisé
Messages : 4065
Inscription : mercredi 02 janvier 2008, 23:18

Re: Problème avec Pstricks

Message non lu par balf »

J'ai élagué le code pour n'utiliser que ce qui servait à tracer la figure, ce qui m'a permis de constater qu'il manquait le chargement de pstricks-add. Testez donc ce code, qui chez moi compile sans problème (sous MiKTeX, il est vrai, mais a priori ça ne doit rien changer.

Code : Tout sélectionner

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} 
\usepackage{fourier} 

\usepackage[pdf]{pstricks}
\usepackage{pstricks-add}

    \begin{document}

    {\psset{unit=0.6cm}
    \begin{pspicture}(-1,-1)(6,8) % coin inférieur gauche, coin supérieur droit
    \psellipticarc[linestyle=dashed](2.5,0)(3,0.5){0}{180}
    \psellipticarc(2.5,0)(3,0.5){-180}{0}
    \psellipse (2.5,8)(3,.5) % les sommets de la figure
    \psline{-}(-0.5,0)(-0.5,8)
    \psline{-}(5.5,0)(5.5,8)
    \pscircle(2.5,4){5.05}
    \pspolygon(2.5,4)(5.5,8)(2.5,8)
    \pcline[offset=0pt]{<->}(2.5,4)(5.5,8)
    \lput*{:U}{$R$}
    \pcline[offset=11pt]{<->}(2.5,4)(2.5,8)
    \lput*{:U}{$\frac{x}{2}$}
    \pcline{<->}(2.5,0)(5.5,0)
    \lput*{:U}{$r$}
    \psline{-}(2.5,0)(2.5,4)
    \end{pspicture}}

    \end{document} 
Je vous mets le résultat de la compilation (avec pdflatex naturellement)en p. j.

B.A.
Je me suis permis de modifier un peu le code de la figure, pour ne pas avoir à risquer un torticolis pour lire le rayon du cylindre (r). Aussi, prenez l'habitude de coder votre source en utf8, c'est le seul encodage universel. En plus, si vous passez à XeLaTeX, c'est obligatoire.
Pièces jointes
testpst-pdf.pdf
(7.81 Kio) Téléchargé 189 fois
Dernière modification par balf le vendredi 21 mars 2014, 00:06, modifié 2 fois.
G.J.M
Utilisateur confirmé
Utilisateur confirmé
Messages : 90
Inscription : samedi 08 mars 2014, 15:40

Re: Problème avec Pstricks

Message non lu par G.J.M »

Merci beaucoup, je vais regarder de suite.
Pour le torticolis ne pas s'inquiéter, nous avons une gentille infirmière dans l'établissement :lol:
GJM
G.J.M
Utilisateur confirmé
Utilisateur confirmé
Messages : 90
Inscription : samedi 08 mars 2014, 15:40

Re: Problème avec Pstricks

Message non lu par G.J.M »

Merci,
Le résultat est satisfaisant, je continue.
GJM.
Répondre
  • Sujets similaires
    Réponses
    Vues
    Dernier message