Qcm

Utilisation de code texgraph dans LateX avec l'environnement \\begin{texgraph}...\\end{texgraph} et le paquet texgraph.sty.

Qcm

Messagepar P.Fradin » 30 Oct 2010 12:32

Pour des besoins personnels, j'ai besoin de faire des Qcm. J'ai testé différents paquets, mais aucun ne m'a vraiment emballé. Je voulais simplement avoir à saisir une liste de questions avec leurs réponses et le nombre de Qcm à créer, puis après la compilation TeX, récupérer un document pdf avec: un Qcm par page avec pour chaque Qcm: un ordre aléatoire sur les questions, et pour chaque question un ordre aléatoire sur les réponses, et en fin de document un corrigé.

Je sais évidemment que tout cela peut se faire en TeX pur, mais la programmation TeX me gonfle vraiment! Alors pourquoi pas utiliser TeXgraph? C'est ce que j'ai fait, mais pour changer je n'ai pas fait un modèle de plus pour TeXgraph, j'ai fait un fichier *.sty qui: crée un fichier qcm.mac, qui définit un environnement qcm avec options, puis qui appelle tout seul TeXgraph pour qu'il produise un fichier qcm.tex qui est ensuite inclus automatiquement. Dans le fichier sty il y a cette aide:

Code: Tout sélectionner
% Ce package fournit l'environnement qcm:
%
% \begin{qcm}[<options>]
%  question1, reponse1, ..., reponseN, [bonnes réponses],
%  question2, reponse1, ..., reponseN, [bonnes réponses],
%  ...
% \end{qcm}
%
%%%%%% Les options sont:
%
% copy=         : nombre de qcm à créer (1 par défaut),
% number=       : numéro du qcm (1 par défaut),
% answer=       : nombre de réponses par question (4 par défaut),
% class=        : la classe (Classe par défaut),
% date=          : la date (01/01/01 par défaut),
% twocolumn=    : (true ou false): une ou deux colonnes (nécessite le package multicol, false par défaut),
% correction=   : (true ou false): permet l'ajout d'un corrigé en fin de document (true par défaut),
% truefalse=   : (true ou false): qcm de type vrai/faux (false par défaut),
% shiftcor=     : (none, left, right): décalage le corrigé pour correction avec transparent (none par défaut)
%
% NB1: La compilation doit se faire avec l'option --shell-escape (ou --enable-write18 suivant les distributions)
%
% NB2: L'environnement qcm peut contenir des commandes TeX à condition de
%      remplacer \ par # devant le nom des commandes, ex: #commande{...},
%      si cette commande contient des macros qui ne doivent pas être développées.
%      elles devront être précédées de \noexpand.
%


Un exemple dans un document LaTeX:

Code: Tout sélectionner
\renewcommand{\QcmAfterQuestions}{\par\dotfill\bigbreak}%

\begin{qcm}[class=Forum TeXgraph, date=29/10/10, copy=5, twocolumn, truefalse, number=1, correction=true]
 "Alphonse Capriani est un pseudo.", 1,
 "Alphonse Capriani travaille pour la mafia.",0,
 "\TeX graph est un correcteur d'orthographe pour \TeX.",0,
 "Le modèle \textit{PolyedresII.mac} a été écrit par Platon.",0,
 "Pour charger un modèle on peut utiliser la commande \textcolor{red}{Load}.",1,
 "\TeX graph peut être utilisé dans un document \LaTeX.", 1,
 "Les listes de complexes dans \TeX graph sont limitées à $32767$ éléments.", 0,
 "L'image suivante a été créee par \TeX graph:\par{\centering \includegraphics[width=5cm]{logo.eps}\par}",1,
 "Les fichiers exportés par \TeX graph sont exclusiement encodés en utf8.",1,
 "Le vrai prénom de Joffrey est Gérard.",0
\end{qcm}

Ci-dessous le fichier sty (version 0.3 du 07/11/10),
texgQcm.sty
(9.84 Kio) Téléchargé 1511 fois

avec deux exemples complets:
Exemple 1:
TestQcm1.tex
(1.31 Kio) Téléchargé 1521 fois
TestQcm1.pdf
(30.17 Kio) Téléchargé 1578 fois

Exemples 2:
TestQcm2.tex
(1.61 Kio) Téléchargé 1511 fois
TestQcm2.pdf
(32.61 Kio) Téléchargé 1534 fois


S'il y a des suggestions...
P.Fradin
Avatar de l’utilisateur
P.Fradin
Administrateur du site
 
Messages: 1887
Inscription: 29 Oct 2008 15:04

Re: Qcm

Messagepar Alphonse Capriani » 30 Oct 2010 13:04

Aaaaaaaaahhhhh!!!

Enfin un peu d'activité sur le forum!!!!

Très bonne initiative cette histoire de QCM. Personnellement, je pense pas en avoir besoin dans l'immédiat (et même après :roll:) mais c'est vrai que pour des profs, ca peut être utile.
Le rendu est vraiment pas mal.
Je vais quand même tester ton fichier : je trouve ca intéressant.

Juste une chose : pourquoi tes pdf sont sur 6 pages avec énormément de répétition? J'ai pas vu de différences entre les premières pages (la dernière c'est les corrections, mais avant, tout m'a semblé identique)
D'ailleurs, concernant la corrections, j'ai pu noté des erreurs, notamment à la question 2.

[Edit] Oooops!! Je viens de voir les différences entre les pages : c'est l'ordre des questions qui diffère!!! Si j'avais bien lu ton post, j'aurai pas fait la remarque!! Par contre, c'est quoi l'intéret d'avoir 36 fois le même questionnaire avec des ordres d'apparition des questions et réponses aléatoire? C'est pour éviter la triche en classe?

[Edit Edit] Tu remarquera que je poste un message le week-end! Incroyable non? Et oui : j'ai enfin une connexion internet permanante!!!
Ya Ba Da Ba Dooo!!!
Avatar de l’utilisateur
Alphonse Capriani
 
Messages: 576
Inscription: 18 Juil 2009 19:10
Localisation: East Harlem - NY

Re: Qcm

Messagepar P.Fradin » 30 Oct 2010 13:48

Alphonse Capriani a écrit:Aaaaaaaaahhhhh!!!

Enfin un peu d'activité sur le forum!!!!


Et oui, cela commençait à devenir pesant ce silence!

[Edit] Oooops!! Je viens de voir les différences entre les pages : c'est l'ordre des questions qui diffère!!! Si j'avais bien lu ton post, j'aurai pas fait la remarque!! Par contre, c'est quoi l'intéret d'avoir 36 fois le même questionnaire avec des ordres d'apparition des questions et réponses aléatoire? C'est pour éviter la triche en classe?


C'est ça, chaque élève a un ordre différent ce qui rend difficile les échanges d'informations verbaux entre voisins.

[Edit Edit] Tu remarquera que je poste un message le week-end! Incroyable non? Et oui : j'ai enfin une connexion internet permanante!!!


Ah oui, c'est vrai! Félicitations!
P.Fradin
Avatar de l’utilisateur
P.Fradin
Administrateur du site
 
Messages: 1887
Inscription: 29 Oct 2008 15:04

Re: Qcm

Messagepar projetmbc » 31 Oct 2010 19:49

Bonsoir.

P.Fradin a écrit:S'il y a des suggestions...

Oui. Il serait pratique d'avoir un mode avec un seul énoncé avec son corrigé qu'on imprimerait sur un transparent pour compter très rapidement les bonnes réponses. Le transparent pourrait être fait de telle façon qu'il y ait un léger décalage à gauche ou à droite, pensons aux gauchers, afin d'avoir accès à la copie pour y mettre les bonnes ou mauvaises réponses directement. Je ne sais pas si je suis clair...

P.Fradin a écrit:Je sais évidemment que tout cela peut se faire en TeX pur, mais la programmation TeX me gonfle vraiment!

Je ne suis donc pas le seul...
Dernière édition par projetmbc le 31 Oct 2010 20:11, édité 3 fois.
projetmbc
 
Messages: 398
Inscription: 26 Déc 2009 18:01

Re: Qcm

Messagepar projetmbc » 31 Oct 2010 19:58

Bon cela fait tellement longtemps que j'attendais d'écrire de nouveau sur ce forum, que j'ai d'autres choses à proposer. :lol:

Le corrigé pourrait-être plus court, du type "N° de la question avec la réponse", mais avec en plus la possibilité d'ajouter un commentaire pour compléter la correction.
projetmbc
 
Messages: 398
Inscription: 26 Déc 2009 18:01

Re: Qcm

Messagepar P.Fradin » 31 Oct 2010 20:24

Bonsoir projetmbc,

projetmbc a écrit:Bon cela fait tellement longtemps que j'attendais d'écrire de nouveau sur ce forum, que j'ai d'autres choses à proposer. :lol:

Le corrigé pourrait-être plus court, du type "N° de la question avec la réponse", mais avec en plus la possibilité d'ajouter un commentaire pour compléter la correction.


Oui quand tout le monde a les questions dans le même ordre! Pour ta première requête je peux ajouter la possibilité de ne pas mélanger les questions lorsque l'utilisateur ne demande qu'une copie, ainsi le corrigé aura les questions dans le même ordre. Pour la superposition du transparent avec la copie, c'est alléchant, mais je doute que cela soit toujours lisible, peut-être en leur demandant d'entourer la bonne case plutôt que de la noircir. Le décalage peut être aussi envisageable.
P.Fradin
Avatar de l’utilisateur
P.Fradin
Administrateur du site
 
Messages: 1887
Inscription: 29 Oct 2008 15:04

Re: Qcm

Messagepar projetmbc » 31 Oct 2010 20:34

P.Fradin a écrit:...peut-être en leur demandant d'entourer la bonne case plutôt que de la noircir.

Je pensais à cela.
projetmbc
 
Messages: 398
Inscription: 26 Déc 2009 18:01

Re: Qcm

Messagepar projetmbc » 01 Nov 2010 13:38

Un mini throll : comment activer la commande SHELL ESCAPE sous TeXmaker ?
projetmbc
 
Messages: 398
Inscription: 26 Déc 2009 18:01

Re: Qcm

Messagepar P.Fradin » 01 Nov 2010 13:45

projetmbc a écrit:Un mini throll : comment activer la commande SHELL ESCAPE sous TeXmaker ?


Menu: Options/Configurer TeXmaker et modifier les lignes latex et pdflatex ainsi:
Code: Tout sélectionner
latex --shell-escape -interaction=nonstopmode %.tex

Code: Tout sélectionner
pdflatex --shell-escape -interaction=nonstopmode %.tex


PS: cela necéssite peut être un redémarrage du logiciel.
P.Fradin
Avatar de l’utilisateur
P.Fradin
Administrateur du site
 
Messages: 1887
Inscription: 29 Oct 2008 15:04

Re: Qcm

Messagepar P.Fradin » 01 Nov 2010 20:44

J'ai mis le fichier sty à jour dans le post initial en ajoutant la suggestion de projetmbc: j'ai ajouté une option shiftcor=left/right/none, qui décale les réponses du corrigé par rapport aux propositions de l'énoncé. Lorsque le corrigé est sur un transparent et qu'on le superpose à un questionnaire, on peut avoir une marge côté gauche pour les gauchers (option shiftcor=right -> corrigé décalé vers la droite) ou bien du côté droit pour les droitiers.
Cette option ne s'applique que s'il y a une seule copie (dans ce cas les questions ne sont pas mélangées), et elle n'a pas de sens en mode "deux colonnes".

Exemple avec l'option shiftcor=right:
TestQcm2.tex
(1.62 Kio) Téléchargé 1438 fois
TestQcm2.pdf
(23.68 Kio) Téléchargé 1440 fois
P.Fradin
Avatar de l’utilisateur
P.Fradin
Administrateur du site
 
Messages: 1887
Inscription: 29 Oct 2008 15:04

Re: Qcm

Messagepar projetmbc » 03 Nov 2010 18:05

Bonjour et un grand merci pour l'ajout de la fonctionnalité.

J'ai un gros problème : aucun des exemples ne marchent. En fait la création du qcm.mac ne se fait.

Voici les logs obtenus.
  • qcm.log
    Code: Tout sélectionner
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/color.mac...
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/color.mac terminée.
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/TeXgraph.mac...
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/scene3d.mac...
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/scene3d.mac terminée.
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/TeXgraph.mac terminée.
    Lecture qcm.teg...
    fichier /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/qcm.mac introuvable.
    Lecture qcm.teg terminée.
    Export du fichier vers qcm.pst
    Export terminé
  • TestQcm1.log
    Code: Tout sélectionner
    This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (format=pdflatex 2010.10.28)  3 NOV 2010 17:02
    entering extended mode
     \write18 enabled.
     %&-line parsing enabled.
    **TestQcm1.tex
    (./TestQcm1.tex
    LaTeX2e <2009/09/24>
    Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
    rman-x-2009-06-19, ngerman-x-2009-06-19, afrikaans, ancientgreek, ibycus, arabi
    c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
    h, dutch, ukenglish, usenglishmax, esperanto, estonian, farsi, finnish, french,
     galician, german, ngerman, swissgerman, monogreek, greek, hungarian, icelandic
    , assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, oriya, panja
    bi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji, lao, lati
    n, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, polish, portu
    guese, romanian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedis
    h, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded.
    (/usr/local/texlive/2010/texmf-dist/tex/latex/base/article.cls
    Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
    (/usr/local/texlive/2010/texmf-dist/tex/latex/base/size11.clo
    File: size11.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/local/texlive/2010/texmf-dist/tex/latex/base/inputenc.sty
    Package: inputenc 2008/03/30 v1.1d Input encoding file
    \inpenc@prehook=\toks14
    \inpenc@posthook=\toks15

    (/usr/local/texlive/2010/texmf-dist/tex/latex/base/utf8.def
    File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc
    Now handling font encoding OML ...
    ... no UTF-8 mapping file for font encoding OML
    Now handling font encoding T1 ...
    ... processing UTF-8 mapping file for font encoding T1

    (/usr/local/texlive/2010/texmf-dist/tex/latex/base/t1enc.dfu
    File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
       defining Unicode char U+00A1 (decimal 161)
       defining Unicode char U+00A3 (decimal 163)
       defining Unicode char U+00AB (decimal 171)
       defining Unicode char U+00BB (decimal 187)
       defining Unicode char U+00BF (decimal 191)
       defining Unicode char U+00C0 (decimal 192)
       defining Unicode char U+00C1 (decimal 193)
       defining Unicode char U+00C2 (decimal 194)
       defining Unicode char U+00C3 (decimal 195)
       defining Unicode char U+00C4 (decimal 196)
       defining Unicode char U+00C5 (decimal 197)
       defining Unicode char U+00C6 (decimal 198)
       defining Unicode char U+00C7 (decimal 199)
       defining Unicode char U+00C8 (decimal 200)
       defining Unicode char U+00C9 (decimal 201)
       defining Unicode char U+00CA (decimal 202)
       defining Unicode char U+00CB (decimal 203)
       defining Unicode char U+00CC (decimal 204)
       defining Unicode char U+00CD (decimal 205)
       defining Unicode char U+00CE (decimal 206)
       defining Unicode char U+00CF (decimal 207)
       defining Unicode char U+00D0 (decimal 208)
       defining Unicode char U+00D1 (decimal 209)
       defining Unicode char U+00D2 (decimal 210)
       defining Unicode char U+00D3 (decimal 211)
       defining Unicode char U+00D4 (decimal 212)
       defining Unicode char U+00D5 (decimal 213)
       defining Unicode char U+00D6 (decimal 214)
       defining Unicode char U+00D8 (decimal 216)
       defining Unicode char U+00D9 (decimal 217)
       defining Unicode char U+00DA (decimal 218)
       defining Unicode char U+00DB (decimal 219)
       defining Unicode char U+00DC (decimal 220)
       defining Unicode char U+00DD (decimal 221)
       defining Unicode char U+00DE (decimal 222)
       defining Unicode char U+00DF (decimal 223)
       defining Unicode char U+00E0 (decimal 224)
       defining Unicode char U+00E1 (decimal 225)
       defining Unicode char U+00E2 (decimal 226)
       defining Unicode char U+00E3 (decimal 227)
       defining Unicode char U+00E4 (decimal 228)
       defining Unicode char U+00E5 (decimal 229)
       defining Unicode char U+00E6 (decimal 230)
       defining Unicode char U+00E7 (decimal 231)
       defining Unicode char U+00E8 (decimal 232)
       defining Unicode char U+00E9 (decimal 233)
       defining Unicode char U+00EA (decimal 234)
       defining Unicode char U+00EB (decimal 235)
       defining Unicode char U+00EC (decimal 236)
       defining Unicode char U+00ED (decimal 237)
       defining Unicode char U+00EE (decimal 238)
       defining Unicode char U+00EF (decimal 239)
       defining Unicode char U+00F0 (decimal 240)
       defining Unicode char U+00F1 (decimal 241)
       defining Unicode char U+00F2 (decimal 242)
       defining Unicode char U+00F3 (decimal 243)
       defining Unicode char U+00F4 (decimal 244)
       defining Unicode char U+00F5 (decimal 245)
       defining Unicode char U+00F6 (decimal 246)
       defining Unicode char U+00F8 (decimal 248)
       defining Unicode char U+00F9 (decimal 249)
       defining Unicode char U+00FA (decimal 250)
       defining Unicode char U+00FB (decimal 251)
       defining Unicode char U+00FC (decimal 252)
       defining Unicode char U+00FD (decimal 253)
       defining Unicode char U+00FE (decimal 254)
       defining Unicode char U+00FF (decimal 255)
       defining Unicode char U+0102 (decimal 258)
       defining Unicode char U+0103 (decimal 259)
       defining Unicode char U+0104 (decimal 260)
       defining Unicode char U+0105 (decimal 261)
       defining Unicode char U+0106 (decimal 262)
       defining Unicode char U+0107 (decimal 263)
       defining Unicode char U+010C (decimal 268)
       defining Unicode char U+010D (decimal 269)
       defining Unicode char U+010E (decimal 270)
       defining Unicode char U+010F (decimal 271)
       defining Unicode char U+0110 (decimal 272)
       defining Unicode char U+0111 (decimal 273)
       defining Unicode char U+0118 (decimal 280)
       defining Unicode char U+0119 (decimal 281)
       defining Unicode char U+011A (decimal 282)
       defining Unicode char U+011B (decimal 283)
       defining Unicode char U+011E (decimal 286)
       defining Unicode char U+011F (decimal 287)
       defining Unicode char U+0130 (decimal 304)
       defining Unicode char U+0131 (decimal 305)
       defining Unicode char U+0132 (decimal 306)
       defining Unicode char U+0133 (decimal 307)
       defining Unicode char U+0139 (decimal 313)
       defining Unicode char U+013A (decimal 314)
       defining Unicode char U+013D (decimal 317)
       defining Unicode char U+013E (decimal 318)
       defining Unicode char U+0141 (decimal 321)
       defining Unicode char U+0142 (decimal 322)
       defining Unicode char U+0143 (decimal 323)
       defining Unicode char U+0144 (decimal 324)
       defining Unicode char U+0147 (decimal 327)
       defining Unicode char U+0148 (decimal 328)
       defining Unicode char U+014A (decimal 330)
       defining Unicode char U+014B (decimal 331)
       defining Unicode char U+0150 (decimal 336)
       defining Unicode char U+0151 (decimal 337)
       defining Unicode char U+0152 (decimal 338)
       defining Unicode char U+0153 (decimal 339)
       defining Unicode char U+0154 (decimal 340)
       defining Unicode char U+0155 (decimal 341)
       defining Unicode char U+0158 (decimal 344)
       defining Unicode char U+0159 (decimal 345)
       defining Unicode char U+015A (decimal 346)
       defining Unicode char U+015B (decimal 347)
       defining Unicode char U+015E (decimal 350)
       defining Unicode char U+015F (decimal 351)
       defining Unicode char U+0160 (decimal 352)
       defining Unicode char U+0161 (decimal 353)
       defining Unicode char U+0162 (decimal 354)
       defining Unicode char U+0163 (decimal 355)
       defining Unicode char U+0164 (decimal 356)
       defining Unicode char U+0165 (decimal 357)
       defining Unicode char U+016E (decimal 366)
       defining Unicode char U+016F (decimal 367)
       defining Unicode char U+0170 (decimal 368)
       defining Unicode char U+0171 (decimal 369)
       defining Unicode char U+0178 (decimal 376)
       defining Unicode char U+0179 (decimal 377)
       defining Unicode char U+017A (decimal 378)
       defining Unicode char U+017B (decimal 379)
       defining Unicode char U+017C (decimal 380)
       defining Unicode char U+017D (decimal 381)
       defining Unicode char U+017E (decimal 382)
       defining Unicode char U+200C (decimal 8204)
       defining Unicode char U+2013 (decimal 8211)
       defining Unicode char U+2014 (decimal 8212)
       defining Unicode char U+2018 (decimal 8216)
       defining Unicode char U+2019 (decimal 8217)
       defining Unicode char U+201A (decimal 8218)
       defining Unicode char U+201C (decimal 8220)
       defining Unicode char U+201D (decimal 8221)
       defining Unicode char U+201E (decimal 8222)
       defining Unicode char U+2030 (decimal 8240)
       defining Unicode char U+2031 (decimal 8241)
       defining Unicode char U+2039 (decimal 8249)
       defining Unicode char U+203A (decimal 8250)
       defining Unicode char U+2423 (decimal 9251)
    )
    Now handling font encoding OT1 ...
    ... processing UTF-8 mapping file for font encoding OT1

    (/usr/local/texlive/2010/texmf-dist/tex/latex/base/ot1enc.dfu
    File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
       defining Unicode char U+00A1 (decimal 161)
       defining Unicode char U+00A3 (decimal 163)
       defining Unicode char U+00B8 (decimal 184)
       defining Unicode char U+00BF (decimal 191)
       defining Unicode char U+00C5 (decimal 197)
       defining Unicode char U+00C6 (decimal 198)
       defining Unicode char U+00D8 (decimal 216)
       defining Unicode char U+00DF (decimal 223)
       defining Unicode char U+00E6 (decimal 230)
       defining Unicode char U+00EC (decimal 236)
       defining Unicode char U+00ED (decimal 237)
       defining Unicode char U+00EE (decimal 238)
       defining Unicode char U+00EF (decimal 239)
       defining Unicode char U+00F8 (decimal 248)
       defining Unicode char U+0131 (decimal 305)
       defining Unicode char U+0141 (decimal 321)
       defining Unicode char U+0142 (decimal 322)
       defining Unicode char U+0152 (decimal 338)
       defining Unicode char U+0153 (decimal 339)
       defining Unicode char U+2013 (decimal 8211)
       defining Unicode char U+2014 (decimal 8212)
       defining Unicode char U+2018 (decimal 8216)
       defining Unicode char U+2019 (decimal 8217)
       defining Unicode char U+201C (decimal 8220)
       defining Unicode char U+201D (decimal 8221)
    )
    Now handling font encoding OMS ...
    ... processing UTF-8 mapping file for font encoding OMS

    (/usr/local/texlive/2010/texmf-dist/tex/latex/base/omsenc.dfu
    File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
       defining Unicode char U+00A7 (decimal 167)
       defining Unicode char U+00B6 (decimal 182)
       defining Unicode char U+00B7 (decimal 183)
       defining Unicode char U+2020 (decimal 8224)
       defining Unicode char U+2021 (decimal 8225)
       defining Unicode char U+2022 (decimal 8226)
    )
    Now handling font encoding OMX ...
    ... no UTF-8 mapping file for font encoding OMX
    Now handling font encoding U ...
    ... no UTF-8 mapping file for font encoding U
       defining Unicode char U+00A9 (decimal 169)
       defining Unicode char U+00AA (decimal 170)
       defining Unicode char U+00AE (decimal 174)
       defining Unicode char U+00BA (decimal 186)
       defining Unicode char U+02C6 (decimal 710)
       defining Unicode char U+02DC (decimal 732)
       defining Unicode char U+200C (decimal 8204)
       defining Unicode char U+2026 (decimal 8230)
       defining Unicode char U+2122 (decimal 8482)
       defining Unicode char U+2423 (decimal 9251)
    ))
    (/usr/local/texlive/2010/texmf-dist/tex/latex/fourier/fourier.sty
    Package: fourier 2005/01/01 1.4 fourier-GUTenberg package
    Now handling font encoding FML ...
    ... no UTF-8 mapping file for font encoding FML
    Now handling font encoding FMS ...
    ... no UTF-8 mapping file for font encoding FMS
    Now handling font encoding FMX ...
    ... no UTF-8 mapping file for font encoding FMX

    (/usr/local/texlive/2010/texmf-dist/tex/latex/base/fontenc.sty
    Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

    (/usr/local/texlive/2010/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/local/texlive/2010/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/local/texlive/2010/texmf-dist/tex/latex/base/ts1enc.def
    File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
    Now handling font encoding TS1 ...
    ... processing UTF-8 mapping file for font encoding TS1

    (/usr/local/texlive/2010/texmf-dist/tex/latex/base/ts1enc.dfu
    File: ts1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
       defining Unicode char U+00A2 (decimal 162)
       defining Unicode char U+00A3 (decimal 163)
       defining Unicode char U+00A4 (decimal 164)
       defining Unicode char U+00A5 (decimal 165)
       defining Unicode char U+00A6 (decimal 166)
       defining Unicode char U+00A7 (decimal 167)
       defining Unicode char U+00A8 (decimal 168)
       defining Unicode char U+00A9 (decimal 169)
       defining Unicode char U+00AA (decimal 170)
       defining Unicode char U+00AC (decimal 172)
       defining Unicode char U+00AE (decimal 174)
       defining Unicode char U+00AF (decimal 175)
       defining Unicode char U+00B0 (decimal 176)
       defining Unicode char U+00B1 (decimal 177)
       defining Unicode char U+00B2 (decimal 178)
       defining Unicode char U+00B3 (decimal 179)
       defining Unicode char U+00B4 (decimal 180)
       defining Unicode char U+00B5 (decimal 181)
       defining Unicode char U+00B6 (decimal 182)
       defining Unicode char U+00B7 (decimal 183)
       defining Unicode char U+00B9 (decimal 185)
       defining Unicode char U+00BA (decimal 186)
       defining Unicode char U+00BC (decimal 188)
       defining Unicode char U+00BD (decimal 189)
       defining Unicode char U+00BE (decimal 190)
       defining Unicode char U+00D7 (decimal 215)
       defining Unicode char U+00F7 (decimal 247)
       defining Unicode char U+0192 (decimal 402)
       defining Unicode char U+02C7 (decimal 711)
       defining Unicode char U+02D8 (decimal 728)
       defining Unicode char U+02DD (decimal 733)
       defining Unicode char U+0E3F (decimal 3647)
       defining Unicode char U+2016 (decimal 8214)
       defining Unicode char U+2020 (decimal 8224)
       defining Unicode char U+2021 (decimal 8225)
       defining Unicode char U+2022 (decimal 8226)
       defining Unicode char U+2030 (decimal 8240)
       defining Unicode char U+2031 (decimal 8241)
       defining Unicode char U+203B (decimal 8251)
       defining Unicode char U+203D (decimal 8253)
       defining Unicode char U+2044 (decimal 8260)
       defining Unicode char U+204E (decimal 8270)
       defining Unicode char U+2052 (decimal 8274)
       defining Unicode char U+20A1 (decimal 8353)
       defining Unicode char U+20A4 (decimal 8356)
       defining Unicode char U+20A6 (decimal 8358)
       defining Unicode char U+20A9 (decimal 8361)
       defining Unicode char U+20AB (decimal 8363)
       defining Unicode char U+20AC (decimal 8364)
       defining Unicode char U+20B1 (decimal 8369)
       defining Unicode char U+2103 (decimal 8451)
       defining Unicode char U+2116 (decimal 8470)
       defining Unicode char U+2117 (decimal 8471)
       defining Unicode char U+211E (decimal 8478)
       defining Unicode char U+2120 (decimal 8480)
       defining Unicode char U+2122 (decimal 8482)
       defining Unicode char U+2126 (decimal 8486)
       defining Unicode char U+2127 (decimal 8487)
       defining Unicode char U+212E (decimal 8494)
       defining Unicode char U+2190 (decimal 8592)
       defining Unicode char U+2191 (decimal 8593)
       defining Unicode char U+2192 (decimal 8594)
       defining Unicode char U+2193 (decimal 8595)
       defining Unicode char U+2329 (decimal 9001)
       defining Unicode char U+232A (decimal 9002)
       defining Unicode char U+2422 (decimal 9250)
       defining Unicode char U+25E6 (decimal 9702)
       defining Unicode char U+25EF (decimal 9711)
       defining Unicode char U+266A (decimal 9834)
    ))
    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 futs sub-encoding to TS1/4 on input line 311.
    Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 312.
    Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 313.
    Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314.
    Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315.
    Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 316.
    Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 317.
    Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 318.
    Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 319.
    Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 320.
    Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 321.
    Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 322.
    Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 323.
    Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 324.
    Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 325.
    Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 326.
    )
    (/usr/local/texlive/2010/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 86.
    LaTeX Font Info:    Encoding `OML' has changed to `FML' for symbol font
    (Font)              `letters' in the math version `normal' on input line 86.
    LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
    (Font)                  OML/cmm/m/it --> FML/futm/m/it on input line 86.
    LaTeX Font Info:    Encoding `OML' has changed to `FML' for symbol font
    (Font)              `letters' in the math version `bold' on input line 86.
    LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
    (Font)                  OML/cmm/b/it --> FML/futm/m/it on input line 86.
    \symotherletters=\mathgroup4
    LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
    (Font)                  FML/futm/m/it --> FML/futm/b/it on input line 88.
    LaTeX Font Info:    Overwriting symbol font `otherletters' in version `bold'
    (Font)                  FML/futmi/m/it --> FML/futmi/b/it on input line 89.
    LaTeX Font Info:    Redeclaring math symbol \Gamma on input line 90.
    LaTeX Font Info:    Redeclaring math symbol \Delta on input line 91.
    LaTeX Font Info:    Redeclaring math symbol \Theta on input line 92.
    LaTeX Font Info:    Redeclaring math symbol \Lambda on input line 93.
    LaTeX Font Info:    Redeclaring math symbol \Xi on input line 94.
    LaTeX Font Info:    Redeclaring math symbol \Pi on input line 95.
    LaTeX Font Info:    Redeclaring math symbol \Sigma on input line 96.
    LaTeX Font Info:    Redeclaring math symbol \Upsilon on input line 97.
    LaTeX Font Info:    Redeclaring math symbol \Phi on input line 98.
    LaTeX Font Info:    Redeclaring math symbol \Psi on input line 99.
    LaTeX Font Info:    Redeclaring math symbol \Omega on input line 100.
    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/local/texlive/2010/texmf-dist/tex/latex/psnfss/helvet.sty
    Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS)

    (/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/keyval.sty
    Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
    \KV@toks@=\toks16
    ))
    (/usr/local/texlive/2010/texmf-dist/tex/latex/tools/multicol.sty
    Package: multicol 2008/12/05 v1.6h multicolumn formatting (FMi)
    \c@tracingmulticols=\count87
    \mult@box=\box26
    \multicol@leftmargin=\dimen103
    \c@unbalance=\count88
    \c@collectmore=\count89
    \doublecol@number=\count90
    \multicoltolerance=\count91
    \multicolpretolerance=\count92
    \full@width=\dimen104
    \page@free=\dimen105
    \premulticols=\dimen106
    \postmulticols=\dimen107
    \multicolsep=\skip43
    \multicolbaselineskip=\skip44
    \partial@page=\box27
    \last@line=\box28
    \mult@rightbox=\box29
    \mult@grightbox=\box30
    \mult@gfirstbox=\box31
    \mult@firstbox=\box32
    \@tempa=\box33
    \@tempa=\box34
    \@tempa=\box35
    \@tempa=\box36
    \@tempa=\box37
    \@tempa=\box38
    \@tempa=\box39
    \@tempa=\box40
    \@tempa=\box41
    \@tempa=\box42
    \@tempa=\box43
    \@tempa=\box44
    \@tempa=\box45
    \@tempa=\box46
    \@tempa=\box47
    \@tempa=\box48
    \@tempa=\box49
    \c@columnbadness=\count93
    \c@finalcolumnbadness=\count94
    \last@try=\dimen108
    \multicolovershoot=\dimen109
    \multicolundershoot=\dimen110
    \mult@nat@firstbox=\box50
    \colbreak@box=\box51
    )
    (/usr/local/texlive/2010/texmf-dist/tex/latex/geometry/geometry.sty
    Package: geometry 2010/09/12 v5.6 Page Geometry

    (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifpdf.sty
    Package: ifpdf 2010/01/28 v2.1 Provides the ifpdf switch (HO)
    Package ifpdf Info: pdfTeX in pdf mode detected.
    )
    (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifvtex.sty
    Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
    Package ifvtex Info: VTeX not detected.
    )
    (/usr/local/texlive/2010/texmf-dist/tex/generic/ifxetex/ifxetex.sty
    Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
    )
    \Gm@cnth=\count95
    \Gm@cntv=\count96
    \c@Gm@tempcnt=\count97
    \Gm@bindingoffset=\dimen111
    \Gm@wd@mp=\dimen112
    \Gm@odd@mp=\dimen113
    \Gm@even@mp=\dimen114
    \Gm@layoutwidth=\dimen115
    \Gm@layoutheight=\dimen116
    \Gm@layouthoffset=\dimen117
    \Gm@layoutvoffset=\dimen118
    \Gm@dimlist=\toks17
    )
    (/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsmath.sty
    Package: amsmath 2000/07/18 v2.13 AMS math features
    \@mathmargin=\skip45

    For additional information on amsmath, use the `?' option.
    (/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amstext.sty
    Package: amstext 2000/06/29 v2.01

    (/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsgen.sty
    File: amsgen.sty 1999/11/30 v2.0
    \@emptytoks=\toks18
    \ex@=\dimen119
    ))
    (/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsbsy.sty
    Package: amsbsy 1999/11/29 v1.2d
    \pmbraise@=\dimen120
    )
    (/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsopn.sty
    Package: amsopn 1999/12/14 v2.01 operator names
    )
    \inf@bad=\count98
    LaTeX Info: Redefining \frac on input line 211.
    \uproot@=\count99
    \leftroot@=\count100
    LaTeX Info: Redefining \overline on input line 307.
    \classnum@=\count101
    \DOTSCASE@=\count102
    LaTeX Info: Redefining \ldots on input line 379.
    LaTeX Info: Redefining \dots on input line 382.
    LaTeX Info: Redefining \cdots on input line 467.
    \Mathstrutbox@=\box52
    \strutbox@=\box53
    \big@size=\dimen121
    LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
    LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
    \macc@depth=\count103
    \c@MaxMatrixCols=\count104
    \dotsspace@=\muskip10
    \c@parentequation=\count105
    \dspbrk@lvl=\count106
    \tag@help=\toks19
    \row@=\count107
    \column@=\count108
    \maxfields@=\count109
    \andhelp@=\toks20
    \eqnshift@=\dimen122
    \alignsep@=\dimen123
    \tagshift@=\dimen124
    \tagwidth@=\dimen125
    \totwidth@=\dimen126
    \lineht@=\dimen127
    \@envbody=\toks21
    \multlinegap=\skip46
    \multlinetaggap=\skip47
    \mathdisplay@stack=\toks22
    LaTeX Info: Redefining \[ on input line 2666.
    LaTeX Info: Redefining \] on input line 2667.
    )
    (./texgQcm.sty (/Users/cbal/Library/texmf/tex/TeXgraph/texgraph.sty
    (/usr/local/texlive/2010/texmf-dist/tex/latex/tools/verbatim.sty
    Package: verbatim 2003/08/22 v1.5q LaTeX2e package for verbatim enhancements
    \every@verbatim=\toks23
    \verbatim@line=\toks24
    \verbatim@in@stream=\read1
    )
    (/usr/local/texlive/2010/texmf-dist/tex/latex/xkeyval/xkeyval.sty
    Package: xkeyval 2008/08/13 v2.6a package option processing (HA)

    (/usr/local/texlive/2010/texmf-dist/tex/generic/xkeyval/xkeyval.tex
    \XKV@toks=\toks25
    \XKV@tempa@toks=\toks26
    \XKV@depth=\count110
    File: xkeyval.tex 2008/08/13 v2.6a key=value parser (HA)
    ))
    (/usr/local/texlive/2010/texmf-dist/tex/latex/base/ifthen.sty
    Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
    )
    Package: texgraph 2009/06/28 v0.6 texgraph environment
    \c@imgcount=\count111
    \verbatim@out=\write3
    )
    Package: texgQcm 2010/11/01 v0.2 qcm environment
    \openout3 = `TestQcm11.teg'.

    runsystem("/Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/"Cmd
    TeXgraph.sh pst TestQcm11)...executed.

    )
    (/usr/local/texlive/2010/texmf-dist/tex/latex/xcolor/xcolor.sty
    Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

    (/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/color.cfg
    File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
    )
    Package xcolor Info: Driver file: dvipdfmx.def on input line 225.

    (/usr/local/texlive/2010/texmf-dist/tex/latex/dvipdfmx-def/dvipdfmx.def
    File: dvipdfmx.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
    )
    Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
    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.
    )
    (/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphicx.sty
    Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

    (/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphics.sty
    Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

    (/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/trig.sty
    Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
    )
    (/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/graphics.cfg
    File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
    )
    Package graphics Info: Driver file: dvipdfmx.def on input line 91.
    )
    \Gin@req@height=\dimen128
    \Gin@req@width=\dimen129
    )
    (/usr/local/texlive/2010/texmf-dist/tex/generic/babel/babel.sty
    Package: babel 2008/07/06 v3.8l The Babel package

    (/usr/local/texlive/2010/texmf-dist/tex/generic/babel/frenchb.ldf
    Language: frenchb 2009/03/16 v2.3d French support from the babel system

    (/usr/local/texlive/2010/texmf-dist/tex/generic/babel/babel.def
    File: babel.def 2008/07/06 v3.8l Babel common definitions
    \babel@savecnt=\count112
    \U@D=\dimen130
    )
    Package babel Info: Making : an active character on input line 120.
    Package babel Info: Making ; an active character on input line 121.
    Package babel Info: Making ! an active character on input line 122.
    Package babel Info: Making ? an active character on input line 123.
    \FB@Mht=\dimen131
    \std@mcc=\count113
    \dec@mcc=\count114
    \parindentFFN=\dimen132

    *************************************
    * Local config file frenchb.cfg used
    *
    (/usr/local/texlive/2010/texmf-dist/tex/generic/babel/frenchb.cfg)))
    (/usr/local/texlive/2010/texmf-dist/tex/latex/carlisle/scalefnt.sty)
    No file TestQcm1.aux.
    \openout1 = `TestQcm1.aux'.

    LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 11.
    LaTeX Font Info:    ... okay on input line 11.
    LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 11.
    LaTeX Font Info:    ... okay on input line 11.
    LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 11.
    LaTeX Font Info:    ... okay on input line 11.
    LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 11.
    LaTeX Font Info:    ... okay on input line 11.
    LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 11.
    LaTeX Font Info:    ... okay on input line 11.
    LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 11.
    LaTeX Font Info:    ... okay on input line 11.
    LaTeX Font Info:    Checking defaults for FML/futm/m/it on input line 11.
    LaTeX Font Info:    Try loading font information for FML+futm on input line 11.

    (/usr/local/texlive/2010/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 11.
    LaTeX Font Info:    Checking defaults for FMS/futm/m/n on input line 11.
    LaTeX Font Info:    Try loading font information for FMS+futm on input line 11.


    (/usr/local/texlive/2010/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 11.
    LaTeX Font Info:    Checking defaults for FMX/futm/m/n on input line 11.
    LaTeX Font Info:    Try loading font information for FMX+futm on input line 11.


    (/usr/local/texlive/2010/texmf-dist/tex/latex/fourier/fmxfutm.fd
    File: fmxfutm.fd futm-extension
    )
    LaTeX Font Info:    ... okay on input line 11.
    LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 11.
    LaTeX Font Info:    Try loading font information for TS1+cmr on input line 11.

    (/usr/local/texlive/2010/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 11.
    LaTeX Font Info:    Try loading font information for T1+futs on input line 11.

    (/usr/local/texlive/2010/texmf-dist/tex/latex/fourier/t1futs.fd
    File: t1futs.fd 2004/03/02 Fontinst v1.926 font definitions for T1/futs.
    )
    *geometry* driver: auto-detecting
    *geometry* detected driver: pdftex
    *geometry* verbose mode - [ preamble ] result:
    * driver: pdftex
    * paper: a4paper
    * layout: <same size as paper>
    * layoutoffset:(h,v)=(0.0pt,0.0pt)
    * modes: landscape
    * h-part:(L,W,R)=(56.9055pt, 731.23584pt, 56.9055pt)
    * v-part:(T,H,B)=(56.9055pt, 483.69687pt, 56.9055pt)
    * \paperwidth=845.04684pt
    * \paperheight=597.50787pt
    * \textwidth=731.23584pt
    * \textheight=483.69687pt
    * \oddsidemargin=-15.36449pt
    * \evensidemargin=-15.36449pt
    * \topmargin=-52.36449pt
    * \headheight=12.0pt
    * \headsep=25.0pt
    * \topskip=11.0pt
    * \footskip=30.0pt
    * \marginparwidth=144.0pt
    * \marginparsep=10.0pt
    * \columnsep=10.0pt
    * \skip\footins=10.0pt plus 4.0pt minus 2.0pt
    * \hoffset=0.0pt
    * \voffset=0.0pt
    * \mag=1000
    * \@twocolumnfalse
    * \@twosidefalse
    * \@mparswitchfalse
    * \@reversemarginfalse
    * (1in=72.27pt=25.4mm, 1cm=28.453pt)

    (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
    Package: pdftexcmds 2010/04/01 v0.9 Utility functions of pdfTeX for LuaTeX (HO)


    (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/infwarerr.sty
    Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
    )
    (/usr/local/texlive/2010/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.
    )
    (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
    Package: ltxcmds 2010/04/26 v1.7 LaTeX kernel commands for general use (HO)
    )
    Package pdftexcmds Info: LuaTeX not detected.
    Package pdftexcmds Info: \pdf@primitive is available.
    Package pdftexcmds Info: \pdf@ifprimitive is available.
    )
    (/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
    Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf

    (/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/grfext.sty
    Package: grfext 2007/09/30 v1.0 Managing graphics extensions (HO)
    )
    (/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/kvoptions.sty
    Package: kvoptions 2010/02/22 v3.7 Keyval support for LaTeX options (HO)

    (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
    Package: kvsetkeys 2010/03/01 v1.9 Key value parser (HO)

    (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/etexcmds.sty
    Package: etexcmds 2010/01/28 v1.3 Prefix for e-TeX command names (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 epstopdf Warning: Drivers other than `pdftex.def' are not supported.

    )
    LaTeX Info: Redefining \degres on input line 11.
    LaTeX Info: Redefining \dots on input line 11.
    LaTeX Info: Redefining \up on input line 11.

    ! Undefined control sequence.
    \\qcm ...keQcm()}\@defaultecode }\setbox \fig@box
                                                      \hbox \bgroup \@dep
    l.19 ...lumn, truefalse, number=1,correction=true]
                                                     
    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.

    ! Missing number, treated as zero.
    <to be read again>
                       \hbox
    l.19 ...lumn, truefalse, number=1,correction=true]
                                                     
    A number should have been here; I inserted `0'.
    (If you can't figure out why I needed to see a number,
    look up `weird error' in the index to The TeXbook.)

    \openout3 = `qcm.teg'.

    ! Undefined control sequence.
    \@bcode ...ultbcode \immediate \write \FV@OutFile
                                                      {number:=\QcmNum , shiftco...
    l.19 ...lumn, truefalse, number=1,correction=true]
                                                     
    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.

    ! Missing number, treated as zero.
    <to be read again>
                       {
    l.19 ...lumn, truefalse, number=1,correction=true]
                                                     
    A number should have been here; I inserted `0'.
    (If you can't figure out why I needed to see a number,
    look up `weird error' in the index to The TeXbook.)

    number:=1, shiftcor:=0, copy:=5, answer:=4, date("29/10/10"), classe("Forum TeX
    graph"), truefalse:=1, twocolumn:=1, correction:=1, QuestionsInit(
    ! Undefined control sequence.
    \@ecode ->\immediate \write \FV@OutFile
                                            {), makeQcm()}\@defaultecode
    l.30 \end{qcm}
                 
    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.

    ! Missing number, treated as zero.
    <to be read again>
                       {
    l.30 \end{qcm}
                 
    A number should have been here; I inserted `0'.
    (If you can't figure out why I needed to see a number,
    look up `weird error' in the index to The TeXbook.)

    ), makeQcm()
    runsystem("/Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/"Cmd
    TeXgraph.sh pst qcm)...executed.


    ! LaTeX Error: File `qcm.tex' not found.

    Type X to quit or <RETURN> to proceed,
    or enter new name. (Default extension: tex)

    Enter file name:
    ! Emergency stop.
    <read *>
             
    l.30 \end{qcm}^^M
                     
    *** (cannot \read from terminal in nonstop modes)

     
    Here is how much of TeX's memory you used:
     4696 strings out of 493738
     61919 string characters out of 3143022
     128540 words of memory out of 3000000
     7896 multiletter control sequences out of 15000+200000
     8931 words of font info for 17 fonts, out of 3000000 for 9000
     714 hyphenation exceptions out of 8191
     38i,1n,36p,294b,172s stack positions out of 5000i,500n,10000p,200000b,50000s
    !  ==> Fatal error occurred, no output PDF file produced!
  • TestQcm11.log
    Code: Tout sélectionner
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/color.mac...
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/color.mac terminée.
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/TeXgraph.mac...
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/scene3d.mac...
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/scene3d.mac terminée.
    Lecture /Applications/TeXgraph.app/Contents/MacOS/../Resources/TeXgraph/macros/TeXgraph.mac terminée.
    Lecture TestQcm11.teg...
    ligne 10: Variable : un nom est attendu et / trouvé
    Lecture TestQcm11 interrompue. Pas d'image exportée

C'est grave docteur... :shock:
projetmbc
 
Messages: 398
Inscription: 26 Déc 2009 18:01

Re: Qcm

Messagepar P.Fradin » 03 Nov 2010 18:27

C'est peut-être le fichier texgraph.sty qui est trop vieux, voici le dernier:
texgraph.sty
(5.63 Kio) Téléchargé 1477 fois

Envoie aussi le fichier créé: TestQcm11.teg.
Si tu as pris les exemples que j'ai donnés, regarde bien la première ligne du document! J'utilise dvipfmx, si tu n'en veux pas enlève-le.
P.Fradin
Avatar de l’utilisateur
P.Fradin
Administrateur du site
 
Messages: 1887
Inscription: 29 Oct 2008 15:04

Re: Qcm

Messagepar projetmbc » 03 Nov 2010 19:20

Merci. je n'arrive pas à trouver ce foutu texgraph.sty sur mon Mac. Il joue à cache cache le bougre...
projetmbc
 
Messages: 398
Inscription: 26 Déc 2009 18:01

Re: Qcm

Messagepar projetmbc » 03 Nov 2010 19:23

C'est bon en fait il est là :
Code: Tout sélectionner
 /Users/monLogin/Library/texmf/tex/TeXgraph/texgraph.sty
projetmbc
 
Messages: 398
Inscription: 26 Déc 2009 18:01

Re: Qcm

Messagepar Joffrey » 03 Nov 2010 19:32

Bonsoir,

Je viens de prendre le temps de regarder ce nouveau fichier, cela m'a l'air pas mal du tout.
J'ai peut-être quelques suggestions ...
L'homme en noir fuyait à travers le désert, et le Pistoléro le suivait ...
Joffrey
 
Messages: 287
Inscription: 16 Juil 2009 17:05
Localisation: Vichy

Re: Qcm

Messagepar projetmbc » 03 Nov 2010 19:33

Sous Mac, il doit y avoir une modification à faire dans texgraph.sty car le coller directement ne fonctionne pas.

Il faudrait voir ce qu'en pense Vincent. Il me semble qu'il y a une histoire de gestion dynamique des chemins.
projetmbc
 
Messages: 398
Inscription: 26 Déc 2009 18:01

Re: Qcm

Messagepar P.Fradin » 03 Nov 2010 19:39

projetmbc a écrit:Sous Mac, il doit y avoir une modification à faire dans texgraph.sty car le coller directement ne fonctionne pas. Il faudrait voir ce qu'en pense Vincent.


Quand tu dis "coller", tu veux dire "enregistrer", c'est bien ça? Tu ne fais pas un copier-coller dans un éditeur (sinon tu risques des ennuis avec les encodages)? En principe les *.sty sont indépendants des plateformes, mais peut-être que l'appel au programme externe (le fameux write18 à la ligne 160) n'est pas exactement le même, j'espère que tu as gardé l'ancien pour comparer :D
P.Fradin
Avatar de l’utilisateur
P.Fradin
Administrateur du site
 
Messages: 1887
Inscription: 29 Oct 2008 15:04

Re: Qcm

Messagepar projetmbc » 03 Nov 2010 19:57

Bon j'ai essayé mais il doit y avoir d'autres choses à modifier. :? J'essaierais d'ici ce week-end d'embêter Vincent avec ceci.
projetmbc
 
Messages: 398
Inscription: 26 Déc 2009 18:01

Re: Qcm

Messagepar Alphonse Capriani » 03 Nov 2010 20:55

Punaise!!! Le réveil de Joffrey!!!

Alors? Ca avance ton projet secret?
Ya Ba Da Ba Dooo!!!
Avatar de l’utilisateur
Alphonse Capriani
 
Messages: 576
Inscription: 18 Juil 2009 19:10
Localisation: East Harlem - NY

Re: Qcm

Messagepar Joffrey » 03 Nov 2010 21:15

Re,
Punaise!!! Le réveil de Joffrey!!!

Agent dormant ces derniers temps ; me revoici !

Alors? Ca avance ton projet secret?

Encore bien trop flou pour pouvoir en parler et surtout trop peu de temps en ce moment :cry:
L'homme en noir fuyait à travers le désert, et le Pistoléro le suivait ...
Joffrey
 
Messages: 287
Inscription: 16 Juil 2009 17:05
Localisation: Vichy

Re: Qcm

Messagepar Alphonse Capriani » 04 Nov 2010 00:34

Ouais : on en est tous là!

Mais t'aurais bien le temps pour tester Cristallo.mac quand même...
Ya Ba Da Ba Dooo!!!
Avatar de l’utilisateur
Alphonse Capriani
 
Messages: 576
Inscription: 18 Juil 2009 19:10
Localisation: East Harlem - NY

Re: Qcm

Messagepar lorca » 07 Nov 2010 19:12

Bonsoir à tous
J'ai un problème avec Qcm. J'ai testé l'exemple 2 mais j'ai une erreur : Qcm.tex not found :cry:
Je joins le log si ça inspire quelqu'un.
Pièces jointes
test.log
(35.88 Kio) Téléchargé 1163 fois
test1.log
(514 octets) Téléchargé 1128 fois
lorca
 
Messages: 33
Inscription: 15 Mars 2010 16:53

Re: Qcm

Messagepar P.Fradin » 07 Nov 2010 19:19

Bonsoir,

Pourrais-tu joindre aussi le fichier test1.teg?
P.Fradin
Avatar de l’utilisateur
P.Fradin
Administrateur du site
 
Messages: 1887
Inscription: 29 Oct 2008 15:04

Re: Qcm

Messagepar lorca » 07 Nov 2010 19:24

Le voila
Pièces jointes
test1.teg
(5.95 Kio) Téléchargé 1154 fois
lorca
 
Messages: 33
Inscription: 15 Mars 2010 16:53

Re: Qcm

Messagepar P.Fradin » 07 Nov 2010 19:38

C'est bon, le problème est identifié, dans le fichier créé pour texgraph par le *.sty, j'utilisais un commentaire dans le style de la version 1.95 (// à la ligne 10) et qui n'est pas compris par la version 1.94 de texgraph.
J'ai mis à jour le paquet tegQcm.sty (0.3) dans le post initial de ce fil. Dis-nous c'est ok avec cette version.
P.Fradin
Avatar de l’utilisateur
P.Fradin
Administrateur du site
 
Messages: 1887
Inscription: 29 Oct 2008 15:04

Suivant

Revenir vers TeXgraph dans LaTeX

Qui est en ligne ?

Utilisateurs parcourant ce forum : Aucun utilisateur inscrit et 5 invités

cron