mdframed

  • Creatore
    Topic
  • #50838
    Up
    0
    Down
    ::


    In seguito ad una discussione (link) ho installato il pacchetto mdframed. Quando sono andato ad utilizzarlo il sistema mi ha risposto però con un errore:

    `ERROR: LaTeX Error: File `md-tikz-0.mdf' not found.

    — TeX said —

    Type X to quit or to proceed,
    or enter new name. (Default extension: mdf)

    Enter file name:
    ! Emergency stop.

    l.342 \input{md-tikz-0.mdf}
    %^^M
    — HELP —
    From the .log file…

    *** (cannot \read from terminal in nonstop modes)
    `

    Il problema riguarda l’installazione o qualcos’altro?

    Grazie in anticipo??

Visualizzazione 11 filoni di risposte
  • Autore
    Risposte
    • #50839
      Up
      0
      Down
      ::

      In seguito ad una discussione (link) ho installato il pacchetto mdframed. Quando sono andato ad utilizzarlo il sistema mi ha risposto però con un errore:

      `ERROR: LaTeX Error: File `md-tikz-0.mdf' not found.

      — TeX said —

      Type X to quit or to proceed,
      or enter new name. (Default extension: mdf)

      Enter file name:
      ! Emergency stop.

      l.342 \input{md-tikz-0.mdf}
      %^^M
      — HELP —
      From the .log file…

      *** (cannot \read from terminal in nonstop modes)
      `

      Il problema riguarda l’installazione o qualcos’altro?

      La prima che hai detto. Quali operazioni hai eseguito per installare quel pacchetto?

      Ah, perché tutti si ostinano a non voler installare tutto e a non pensarci più? 🙁

      Ciao
      Enrico

    • #50840
      Up
      0
      Down
      ::


      Questi sono i comandi:

      `sudo mkdir -p $(kpsewhich -var-value TEXMFLOCAL)/tex/latex/mdframed
      sudo cp Desktop/mdframed/mdframed.sty $(kpsewhich -var-value TEXMFLOCAL)/tex/latex/mdframed/
      sudo mktexlsr`

      quindi con ls-l ho verificato i permessi che sono:

      `-rwxrwxr-x@ 1 ricca staff 34018 14 Mag 23:09 mdframed.sty`

      Grazie

      EDIT
      Avevo fatto una bischerata io, infatti nella cartella contenente mdframed.sty c’erano altri 2 files che una volta messi insieme al file .sty hanno risolto il problema.

      Ad essere onesti ancora non funziona ma ora l’errore è di tipo diverso:

      `ERROR: Undefined control sequence.

      — TeX said —
      \\mdframed …ed ntheorem yet}}\fi \fi \ifnumless
      {\mdf@style }{1}{\renewcom…
      l.104 O
      FFENSE
      — HELP —
      TeX encountered an unknown command name. You probably misspelled the
      name. If this message occurs when a LaTeX command is being processed,
      the command is probably in the wrong place—for example, the error
      can be produced by an \item command that's not inside a list-making
      environment. The error can also be caused by a missing \documentclass
      command.`

    • #50841
      Up
      0
      Down
      ::

      Questi sono i comandi:

      `sudo mkdir -p $(kpsewhich -var-value TEXMFLOCAL)/tex/latex/mdframed
      sudo cp Desktop/mdframed/mdframed.sty $(kpsewhich -var-value TEXMFLOCAL)/tex/latex/mdframed/
      sudo mktexlsr`

      quindi con ls-l ho verificato i permessi che sono:

      `-rwxrwxr-x@ 1 ricca staff 34018 14 Mag 23:09 mdframed.sty`

      Grazie

      EDIT
      Avevo fatto una bischerata io, infatti nella cartella contenente mdframed.sty c’erano altri 2 files che una volta messi insieme al file .sty hanno risolto il problema.

      Ad essere onesti ancora non funziona ma ora l’errore è di tipo diverso:

      `ERROR: Undefined control sequence.

      — TeX said —
      \\mdframed …ed ntheorem yet}}\fi \fi \ifnumless
      {\mdf@style }{1}{\renewcom…
      l.104 O
      FFENSE
      — HELP —
      TeX encountered an unknown command name. You probably misspelled the
      name. If this message occurs when a LaTeX command is being processed,
      the command is probably in the wrong place—for example, the error
      can be produced by an \item command that's not inside a list-making
      environment. The error can also be caused by a missing \documentclass
      command.`

      Esempio minimo, per favore.

      Ciao
      Enrico

    • #50842
      Up
      0
      Down
      ::


      Ecco un esempio che mi genera l’errore:
      `
      \documentclass[twocolumn,10pt]{report}
      \usepackage[english,italian]{babel}
      \usepackage[utf8]{inputenc}
      \usepackage[T1]{fontenc}
      \usepackage{microtype}
      \usepackage{indentfirst}
      \usepackage{graphicx}
      \usepackage{anysize}
      \usepackage{multirow}
      \usepackage{array}
      \usepackage{tabularx}
      \usepackage{enumitem}
      \usepackage{mdframed}
      \usepackage{booktabs} \marginsize{2cm}{2cm}{2cm}{2cm}
      \usepackage{fancyhdr} \pagestyle{fancy}
      \renewcommand{\headrulewidth}{0.2pt}
      \renewcommand{\footrulewidth}{0.2pt} \rhead{\small \ ProvaTex}
      %%% Sfondo
      \usepackage{eso-pic,graphicx} \makeatletter
      \newcommand\BackgroundPicture[2]{ \setlength{\unitlength}{1pt}
      \put(0,\strip@pt\paperheight){
      \parbox[t][\paperheight]{\paperwidth}{ \vfill
      \centering\includegraphics[angle=#2]{#1} \vfill }
      } } \makeatother

      \begin{document}
      \begin{mdframed}
      Prova minima
      \end{mdframed}
      \end{document}`

      Ciao
      Ricca

    • #50843
      Up
      0
      Down
      ::

      Ecco un esempio che mi genera l’errore:

      Nessun errore.

      Ma mi vengono alcune domande: perché mettere dopo booktabs i comandi per anysize? E, soprattutto, perché usare anysize che è un pacchetto più che obsoleto? Usa geometry. E non dare due centimetri su tutti i margini, suvvia! 🙂

      Perché imporre uno spessore dei filetti di 0.2pt? Che è spesso invisibile alla stampante, essendo circa sette decimi di millimetro. Supponendo una risoluzione di stampa di 600 dpi, un punto sono approssimativamente otto pixel, due decimi di punto sono poco più di un pixel (e mezzo): il filetto è, appunto, invisibile. Invece i canonici 0.4pt sono tre pixel.

      Che c’entra eso-pic con l’esempio minimo?

      Ciao
      Enrico

    • #50844
      Up
      0
      Down
      ::


      Per quanto riguarda l’utilizzo di anysize e della sua posizione, onestamente non mi ci sono mai fermato a riflettere molto, ho semplicemente utilizzato la lista di pacchetti che caricava nei suoi file di LaTex la persona che mi ha introdotto all’utilizzo di LaTrex stesso.

      I filetti di 0.2pt? È vero sono molto piccoli ma a me piacciono, non sapevo che la “prassi ” fossero 0.4pt, grazie per il suggerimento, li proverò volentieri.

      La presenza di eso-pic c’entra per il fatto che già una volta sono rimasto scottato da un conflitto fra pacchetti che mi bloccavano la compilazione. Ora, non essendo troppo esperto non avevo idea se qualcuno dei pacchetti che ho caricato potesse essere in conflitto quindi, per non sapere ne leggere ne scrivere ho copiato per intero tutta sa sezione.

      Grazie
      Ricca

    • #50845
      Up
      0
      Down
      ::

      Per quanto riguarda l’utilizzo di anysize e della sua posizione, onestamente non mi ci sono mai fermato a riflettere molto, ho semplicemente utilizzato la lista di pacchetti che caricava nei suoi file di LaTex la persona che mi ha introdotto all’utilizzo di LaTrex stesso.

      I filetti di 0.2pt? È vero sono molto piccoli ma a me piacciono, non sapevo che la “prassi ” fossero 0.4pt, grazie per il suggerimento, li proverò volentieri.

      La presenza di eso-pic c’entra per il fatto che già una volta sono rimasto scottato da un conflitto fra pacchetti che mi bloccavano la compilazione. Ora, non essendo troppo esperto non avevo idea se qualcuno dei pacchetti che ho caricato potesse essere in conflitto quindi, per non sapere ne leggere ne scrivere ho copiato per intero tutta sa sezione.

      Produrre un esempio minimo richiede di togliere tutto ciò che non ha a che fare con l’errore. Ci vuole un po’ di tempo, ma facilita la ricerca di ciò che non va.

      Prova a compilare il documento con “pdflatex -file-line-error”, in modo che il messaggio di errore contenga anche il nome del file che è attivo in quel momento.

      Ciao
      Enrico

    • #50846
      Up
      0
      Down
      ::


      Ho compilato il file in modalità -file-line-error. La compilazione si è interrotta ma non riesco ad interpretare l’errore. Potreste cortesemente spiegarmi come intervenire per correggerlo? Mi piacerebbe diventare indipendente al riguardo senza dove per forza rompere le scatole a qalcuno nel cuore della notte!!

      `Please type another input file name: MasterAvventura.tex
      (./MasterAvventura.tex
      LaTeX2e <2005/12/01>
      Babel and hyphenation patterns for english, usenglishmax, dumylang, noh
      yphenation, german-x-2008-06-18, ngerman-x-2008-06-18, ancientgreek, ibycus, ar
      abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
      h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
      greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, la
      tin, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, polish, portuguese, r
      omanian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, turki
      sh, ukenglish, ukrainian, uppersorbian, welsh, loaded.
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/report.cls
      Document Class: report 2005/09/16 v1.4f Standard LaTeX document class
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/size10.clo))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/babel.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/english.ldf
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/babel.def))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/italian.ldf))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/inputenc.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/utf8.def
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/t1enc.dfu)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/ot1enc.dfu)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/omsenc.dfu)))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/fontenc.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/t1enc.def))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/microtype/microtype.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/keyval.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/microtype/microtype.cfg))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/indentfirst.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/graphicx.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/graphics.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/trig.sty)
      (/usr/local/texlive/2008/texmf/tex/latex/config/graphics.cfg)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pdftex-def/pdftex.def)))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/anysize/anysize.sty
      document style option `anysize' loaded
      Michael Salzenberg, Thomas Esser, Dirk Hillbrecht
      Version 1.0, Aug 13, 1994
      ) (/usr/local/texlive/2008/texmf-dist/tex/latex/multirow/multirow.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/array.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/tabularx.sty)
      (/usr/local/texlive/2008/../texmf-local/tex/latex/mdframed/mdframed.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/etex-pkg/etex.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/calc.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/color.sty
      (/usr/local/texlive/2008/texmf/tex/latex/config/color.cfg))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.te
      x)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
      ) (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
      )) (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.d
      ef
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-p
      df.def)))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.
      code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.
      code.tex)) (/usr/local/texlive/2008/texmf-dist/tex/latex/xcolor/xcolor.sty
      (/usr/local/texlive/2008/texmf/tex/latex/config/color.cfg))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathoperations.code
      .tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathtrig.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathrnd.code.tex))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathbase.code.tex))
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.co
      de.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconst
      ruct.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage
      .code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.co
      de.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicst
      ate.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransform
      ations.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.c
      ode.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathproce
      ssing.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.co
      de.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.co
      de.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretranspare
      ncy.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.
      code.tex)))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.
      tex)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
      -0-65.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
      -1-18.sty))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex))

      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.cod
      e.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothan
      dlers.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
      s/tikzlibrarytopaths.code.tex)))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
      (/usr/local/texlive/2008/../texmf-local/tex/latex/mdframed/md-tikz-0.mdf))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/enumitem/enumitem.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/booktabs/booktabs.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/eso-pic/eso-pic.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/ms/everyshi.sty))
      (./MasterAvventura.aux)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/cbfonts/lgrcmr.fd)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/microtype/mt-cmr.cfg)
      (/usr/local/texlive/2008/texmf-dist/tex/context/base/supp-pdf.tex
      [Loading MPS to PDF converter (version 2006.09.02).]
      ) ABD: EveryShipout initializing macros [1{/usr/local/texlive/2008/texmf-var/fo
      nts/map/pdftex/updmap/pdftex.map}] (./MasterAvventura.toc) [1] [2]
      ./MasterAvventura.tex:104: Undefined control sequence.
      \\mdframed …ed ntheorem yet}}\fi \fi \ifnumless
      {\mdf@style }{1}{\renewcom…
      l.104 O
      FFENSE
      ? ^[OB^[OB
      Type to proceed, S to scroll future error messages,
      R to run without stopping, Q to run quietly,
      I to insert something, E to edit your file,
      1 or … or 9 to ignore the next 1 to 9 tokens of input,
      H for help, X to quit.
      ?
      ./MasterAvventura.tex:104: Undefined control sequence.
      \md@margin@equation …iddlelinewidth \ifnumequal
      {1}{\mdf@style }{\advance …
      l.104 O
      FFENSE
      ?
      ./MasterAvventura.tex:105: Undefined control sequence.
      \md@put@frame …vide \@tempskipa by 3 \ifdimless
      {0.4\baselineskip }{\@temp…
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing number, treated as zero.

      }
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Illegal unit of measure (pt inserted).

      }
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing number, treated as zero.

      }
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Illegal unit of measure (pt inserted).

      }
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: You can't use `\prevdepth' in horizontal mode.
      \nointerlineskip ->\prevdepth
      -\@m \p@
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing $ inserted.

      $
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing number, treated as zero.

      \hbox
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Illegal unit of measure (pt inserted).

      \hbox
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing $ inserted.

      $
      l.105 \end{mdframed}

      ?

      Overfull \hbox (36.13475pt too wide) in paragraph at lines 104–105
      []\T1/cmr/m/n/10 (-20) 10[]0.4 []-
      [3] (./MasterAvventura.aux) ){/usr/local/texlive/2008/texmf-dist/fonts/enc/dvip
      s/cm-super/cm-super-t1.enc}
      Output written on MasterAvventura.pdf (4 pages, 150210 bytes).
      Transcript written on MasterAvventura.log.`

      Grazie
      Ricca

    • #50847
      Up
      0
      Down
      ::

      Ho compilato il file in modalità -file-line-error. La compilazione si è interrotta ma non riesco ad interpretare l’errore. Potreste cortesemente spiegarmi come intervenire per correggerlo? Mi piacerebbe diventare indipendente al riguardo senza dove per forza rompere le scatole a qalcuno nel cuore della notte!!

      `Please type another input file name: MasterAvventura.tex
      (./MasterAvventura.tex
      LaTeX2e <2005/12/01>
      Babel and hyphenation patterns for english, usenglishmax, dumylang, noh
      yphenation, german-x-2008-06-18, ngerman-x-2008-06-18, ancientgreek, ibycus, ar
      abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
      h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
      greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, la
      tin, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, polish, portuguese, r
      omanian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, turki
      sh, ukenglish, ukrainian, uppersorbian, welsh, loaded.
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/report.cls
      Document Class: report 2005/09/16 v1.4f Standard LaTeX document class
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/size10.clo))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/babel.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/english.ldf
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/babel.def))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/italian.ldf))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/inputenc.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/utf8.def
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/t1enc.dfu)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/ot1enc.dfu)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/omsenc.dfu)))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/fontenc.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/t1enc.def))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/microtype/microtype.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/keyval.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/microtype/microtype.cfg))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/indentfirst.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/graphicx.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/graphics.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/trig.sty)
      (/usr/local/texlive/2008/texmf/tex/latex/config/graphics.cfg)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pdftex-def/pdftex.def)))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/anysize/anysize.sty
      document style option `anysize' loaded
      Michael Salzenberg, Thomas Esser, Dirk Hillbrecht
      Version 1.0, Aug 13, 1994
      ) (/usr/local/texlive/2008/texmf-dist/tex/latex/multirow/multirow.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/array.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/tabularx.sty)
      (/usr/local/texlive/2008/../texmf-local/tex/latex/mdframed/mdframed.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/etex-pkg/etex.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/calc.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/color.sty
      (/usr/local/texlive/2008/texmf/tex/latex/config/color.cfg))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.te
      x)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
      ) (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
      )) (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.d
      ef
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-p
      df.def)))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.
      code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.
      code.tex)) (/usr/local/texlive/2008/texmf-dist/tex/latex/xcolor/xcolor.sty
      (/usr/local/texlive/2008/texmf/tex/latex/config/color.cfg))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathoperations.code
      .tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathtrig.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathrnd.code.tex))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathbase.code.tex))
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.co
      de.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconst
      ruct.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage
      .code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.co
      de.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicst
      ate.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransform
      ations.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.c
      ode.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathproce
      ssing.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.co
      de.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.co
      de.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretranspare
      ncy.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.
      code.tex)))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.
      tex)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
      -0-65.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
      -1-18.sty))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex))

      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.cod
      e.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothan
      dlers.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.cod
      e.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
      s/tikzlibrarytopaths.code.tex)))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
      (/usr/local/texlive/2008/../texmf-local/tex/latex/mdframed/md-tikz-0.mdf))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/enumitem/enumitem.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/booktabs/booktabs.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/eso-pic/eso-pic.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/ms/everyshi.sty))
      (./MasterAvventura.aux)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/cbfonts/lgrcmr.fd)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/microtype/mt-cmr.cfg)
      (/usr/local/texlive/2008/texmf-dist/tex/context/base/supp-pdf.tex
      [Loading MPS to PDF converter (version 2006.09.02).]
      ) ABD: EveryShipout initializing macros [1{/usr/local/texlive/2008/texmf-var/fo
      nts/map/pdftex/updmap/pdftex.map}] (./MasterAvventura.toc) [1] [2]
      ./MasterAvventura.tex:104: Undefined control sequence.
      \\mdframed …ed ntheorem yet}}\fi \fi \ifnumless
      {\mdf@style }{1}{\renewcom…
      l.104 O
      FFENSE
      ? ^[OB^[OB
      Type to proceed, S to scroll future error messages,
      R to run without stopping, Q to run quietly,
      I to insert something, E to edit your file,
      1 or … or 9 to ignore the next 1 to 9 tokens of input,
      H for help, X to quit.
      ?
      ./MasterAvventura.tex:104: Undefined control sequence.
      \md@margin@equation …iddlelinewidth \ifnumequal
      {1}{\mdf@style }{\advance …
      l.104 O
      FFENSE
      ?
      ./MasterAvventura.tex:105: Undefined control sequence.
      \md@put@frame …vide \@tempskipa by 3 \ifdimless
      {0.4\baselineskip }{\@temp…
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing number, treated as zero.

      }
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Illegal unit of measure (pt inserted).

      }
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing number, treated as zero.

      }
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Illegal unit of measure (pt inserted).

      }
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: You can't use `\prevdepth' in horizontal mode.
      \nointerlineskip ->\prevdepth
      -\@m \p@
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing $ inserted.

      $
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing number, treated as zero.

      \hbox
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Illegal unit of measure (pt inserted).

      \hbox
      l.105 \end{mdframed}

      ?
      ./MasterAvventura.tex:105: Missing $ inserted.

      $
      l.105 \end{mdframed}

      ?

      Overfull \hbox (36.13475pt too wide) in paragraph at lines 104–105
      []\T1/cmr/m/n/10 (-20) 10[]0.4 []-
      [3] (./MasterAvventura.aux) ){/usr/local/texlive/2008/texmf-dist/fonts/enc/dvip
      s/cm-super/cm-super-t1.enc}
      Output written on MasterAvventura.pdf (4 pages, 150210 bytes).
      Transcript written on MasterAvventura.log.`

      Grazie
      Ricca

      Ti pare che quello sia il log dell’esempio che hai presentato? A me no.

      Ciao
      Enrico

    • #50848
      Up
      0
      Down
      ::


      Scusa avevo sbagliato il file da compilare. Questo è quanto riporta il file di log.

      `This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) (format=pdflatex 2009.10.27) 4 OCT 2010 01:48
      entering extended mode
      %&-line parsing enabled.
      **\input pippo.tex
      (./pippo.tex (/usr/local/texlive/2008/texmf-dist/tex/latex/base/report.cls
      Document Class: report 2005/09/16 v1.4f Standard LaTeX document class
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/size10.clo
      File: size10.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
      )
      \c@part=\count79
      \c@chapter=\count80
      \c@section=\count81
      \c@subsection=\count82
      \c@subsubsection=\count83
      \c@paragraph=\count84
      \c@subparagraph=\count85
      \c@figure=\count86
      \c@table=\count87
      \abovecaptionskip=\skip41
      \belowcaptionskip=\skip42
      \bibindent=\dimen102
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/babel.sty
      Package: babel 2008/07/06 v3.8l The Babel package

      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/english.ldf
      Language: english 2005/03/30 v3.3o English support from the babel system

      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/babel.def
      File: babel.def 2008/07/06 v3.8l Babel common definitions
      \babel@savecnt=\count88
      \U@D=\dimen103
      )
      \l@canadian = a dialect from \language\l@american
      \l@australian = a dialect from \language\l@british
      \l@newzealand = a dialect from \language\l@british
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/babel/italian.ldf
      Language: italian 2008/03/14 v1.2t Italian support from the babel system
      Package babel Info: Making ” an active character on input line 94.
      ))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/inputenc.sty
      Package: inputenc 2006/05/05 v1.1b Input encoding file
      \inpenc@prehook=\toks14
      \inpenc@posthook=\toks15

      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/utf8.def
      File: utf8.def 2006/03/30 v1.1i 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 encodingT1

      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/t1enc.dfu
      File: t1enc.dfu 2006/03/30 v1.1i 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 encodingOT1

      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/ot1enc.dfu
      File: ot1enc.dfu 2006/03/30 v1.1i 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 encodingOMS

      (/usr/local/texlive/2008/texmf-dist/tex/latex/base/omsenc.dfu
      File: omsenc.dfu 2006/03/30 v1.1i 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
      Now handling font encoding LGR …
      … no UTF-8 mapping file for font encoding LGR
      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/2008/texmf-dist/tex/latex/base/fontenc.sty
      Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

      (/usr/local/texlive/2008/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/2008/texmf-dist/tex/latex/microtype/microtype.sty
      Package: microtype 2008/11/11 v2.3c Micro-typography with pdfTeX (RS)

      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/keyval.sty
      Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
      \KV@toks@=\toks16
      )
      \MT@toks=\toks17
      \MT@count=\count89
      LaTeX Info: Redefining \lsstyle on input line 1585.
      LaTeX Info: Redefining \lslig on input line 1585.
      \MT@outer@space=\skip43
      LaTeX Info: Redefining \textls on input line 1586.
      \MT@outer@kern=\dimen104
      LaTeX Info: Redefining \textmicrotypecontext on input line 2126.
      Package microtype Info: Loading configuration file microtype.cfg.

      (/usr/local/texlive/2008/texmf-dist/tex/latex/microtype/microtype.cfg
      File: microtype.cfg 2008/11/11 v2.3c microtype main configuration file (RS)
      ))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/indentfirst.sty
      Package: indentfirst 1995/11/23 v1.03 Indent first paragraph (DPC)
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/graphicx.sty
      Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

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

      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/trig.sty
      Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
      )
      (/usr/local/texlive/2008/texmf/tex/latex/config/graphics.cfg
      File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
      )
      Package graphics Info: Driver file: pdftex.def on input line 90.

      (/usr/local/texlive/2008/texmf-dist/tex/latex/pdftex-def/pdftex.def
      File: pdftex.def 2008/09/08 v0.04l Graphics/color for pdfTeX
      \Gread@gobject=\count90
      ))
      \Gin@req@height=\dimen105
      \Gin@req@width=\dimen106
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/anysize/anysize.sty
      Package: anysize 1994/08/13 setting margin sizes

      document style option `anysize' loaded
      Michael Salzenberg, Thomas Esser, Dirk Hillbrecht
      Version 1.0, Aug 13, 1994
      \@Leftmargin=\dimen107
      \@Rightmargin=\dimen108
      \@Topmargin=\dimen109
      \@Bottommargin=\dimen110
      ) (/usr/local/texlive/2008/texmf-dist/tex/latex/multirow/multirow.sty
      \bigstrutjot=\dimen111
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/array.sty
      Package: array 2005/08/23 v2.4b Tabular extension package (FMi)
      \col@sep=\dimen112
      \extrarowheight=\dimen113
      \NC@list=\toks18
      \extratabsurround=\skip44
      \backup@length=\skip45
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/tabularx.sty
      Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)
      \TX@col@width=\dimen114
      \TX@old@table=\dimen115
      \TX@old@col=\dimen116
      \TX@target=\dimen117
      \TX@delta=\dimen118
      \TX@cols=\count91
      \TX@ftn=\toks19
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/enumitem/enumitem.sty
      Package: enumitem 2007/06/30 v2.1 Customized lists
      \enit@toks=\toks20
      \labelindent=\skip46
      \enit@outerparindent=\dimen119
      \enitdp@desc=\count92
      )
      (/usr/local/texlive/2008/../texmf-local/tex/latex/mdframed/mdframed.sty
      Package: mdframed 2010/05/14 v4a: mdframed

      (/usr/local/texlive/2008/texmf-dist/tex/latex/oberdiek/kvoptions.sty
      Package: kvoptions 2007/10/18 v3.0 Keyval support for LaTeX options (HO)
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/etex-pkg/etex.sty
      Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
      \et@xins=\count93
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/tools/calc.sty
      Package: calc 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
      \calc@Acount=\count94
      \calc@Bcount=\count95
      \calc@Adimen=\dimen120
      \calc@Bdimen=\dimen121
      \calc@Askip=\skip47
      \calc@Bskip=\skip48
      LaTeX Info: Redefining \setlength on input line 75.
      LaTeX Info: Redefining \addtolength on input line 76.
      \calc@Ccount=\count96
      \calc@Cskip=\skip49
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/graphics/color.sty
      Package: color 2005/11/14 v1.0j Standard LaTeX Color (DPC)

      (/usr/local/texlive/2008/texmf/tex/latex/config/color.cfg
      File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
      )
      Package color Info: Driver file: pdftex.def on input line 130.
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.te
      x
      \pgfutil@everybye=\toks21
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
      ) (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
      Package: pgfrcs 2008/02/20 v2.00 (rcs-revision 1.21)
      ))
      Package: pgf 2008/01/15 v2.00 (rcs-revision 1.12)
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
      Package: pgfsys 2008/02/07 v2.00 (rcs-revision 1.31)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
      \pgfkeys@pathtoks=\toks22
      \pgfkeys@temptoks=\toks23
      )
      \pgf@x=\dimen122
      \pgf@y=\dimen123
      \pgf@xa=\dimen124
      \pgf@ya=\dimen125
      \pgf@xb=\dimen126
      \pgf@yb=\dimen127
      \pgf@xc=\dimen128
      \pgf@yc=\dimen129
      \c@pgf@counta=\count97
      \c@pgf@countb=\count98
      \c@pgf@countc=\count99
      \c@pgf@countd=\count100
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
      File: pgf.cfg 2008/01/13 (rcs-revision 1.6)
      )
      Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.def on input line 885.

      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.d
      ef
      File: pgfsys-pdftex.def 2007/12/20 (rcs-revision 1.20)

      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-p
      df.def
      File: pgfsys-common-pdf.def 2007/12/17 (rcs-revision 1.8)
      )))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.
      code.tex
      File: pgfsyssoftpath.code.tex 2008/01/23 (rcs-revision 1.6)
      \pgfsyssoftpath@smallbuffer@items=\count101
      \pgfsyssoftpath@bigbuffer@items=\count102
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.
      code.tex
      File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
      )) (/usr/local/texlive/2008/texmf-dist/tex/latex/xcolor/xcolor.sty
      Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

      (/usr/local/texlive/2008/texmf/tex/latex/config/color.cfg
      File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
      )
      Package xcolor Info: Driver file: pdftex.def on input line 225.
      LaTeX Info: Redefining \color on input line 702.
      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.
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
      Package: pgfcore 2008/01/15 v2.00 (rcs-revision 1.6)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex
      \pgfmath@box=\box26
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
      \pgfmath@stack=\toks24
      \c@pgfmath@parsecounta=\count103
      \c@pgfmath@parsecountb=\count104
      \c@pgfmath@parsecountc=\count105
      \pgfmath@parsex=\dimen130
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathoperations.code
      .tex
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathtrig.code.tex)
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathrnd.code.tex))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/math/pgfmathbase.code.tex))
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.co
      de.tex
      File: pgfcorepoints.code.tex 2008/02/03 (rcs-revision 1.13)
      \pgf@picminx=\dimen131
      \pgf@picmaxx=\dimen132
      \pgf@picminy=\dimen133
      \pgf@picmaxy=\dimen134
      \pgf@pathminx=\dimen135
      \pgf@pathmaxx=\dimen136
      \pgf@pathminy=\dimen137
      \pgf@pathmaxy=\dimen138
      \pgf@xx=\dimen139
      \pgf@xy=\dimen140
      \pgf@yx=\dimen141
      \pgf@yy=\dimen142
      \pgf@zx=\dimen143
      \pgf@zy=\dimen144
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconst
      ruct.code.tex
      File: pgfcorepathconstruct.code.tex 2008/02/13 (rcs-revision 1.14)
      \pgf@path@lastx=\dimen145
      \pgf@path@lasty=\dimen146
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage
      .code.tex
      File: pgfcorepathusage.code.tex 2008/01/23 (rcs-revision 1.11)
      \pgf@shorten@end@additional=\dimen147
      \pgf@shorten@start@additional=\dimen148
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.co
      de.tex
      File: pgfcorescopes.code.tex 2008/01/15 (rcs-revision 1.26)
      \pgfpic=\box27
      \pgf@hbox=\box28
      \pgf@layerbox@main=\box29
      \pgf@picture@serial@count=\count106
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicst
      ate.code.tex
      File: pgfcoregraphicstate.code.tex 2007/12/12 (rcs-revision 1.8)
      \pgflinewidth=\dimen149
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransform
      ations.code.tex
      File: pgfcoretransformations.code.tex 2008/02/04 (rcs-revision 1.10)
      \pgf@pt@x=\dimen150
      \pgf@pt@y=\dimen151
      \pgf@pt@temp=\dimen152
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.cod
      e.tex
      File: pgfcorequick.code.tex 2006/10/11 (rcs-revision 1.2)
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.c
      ode.tex
      File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathproce
      ssing.code.tex
      File: pgfcorepathprocessing.code.tex 2008/01/23 (rcs-revision 1.7)
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.co
      de.tex
      File: pgfcorearrows.code.tex 2007/06/07 (rcs-revision 1.8)
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.cod
      e.tex
      File: pgfcoreshade.code.tex 2007/12/10 (rcs-revision 1.9)
      \pgf@max=\dimen153
      \pgf@sys@shading@range@num=\count107
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.cod
      e.tex
      File: pgfcoreimage.code.tex 2008/01/15 (rcs-revision 1.1)
      \pgfexternal@startupbox=\box30
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.co
      de.tex
      File: pgfcorelayers.code.tex 2008/01/15 (rcs-revision 1.1)
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretranspare
      ncy.code.tex
      File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.
      code.tex
      File: pgfcorepatterns.code.tex 2008/01/15 (rcs-revision 1.1)
      )))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.cod
      e.tex
      File: pgfmoduleshapes.code.tex 2008/02/13 (rcs-revision 1.4)
      \pgfnodeparttextbox=\box31
      \toks@savedmacro=\toks25
      )
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.
      tex
      File: pgfmoduleplot.code.tex 2008/01/15 (rcs-revision 1.1)
      \pgf@plotwrite=\write3
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
      -0-65.sty
      Package: pgfcomp-version-0-65 2007/07/03 v2.00 (rcs-revision 1.7)
      \pgf@nodesepstart=\dimen154
      \pgf@nodesepend=\dimen155
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
      -1-18.sty
      Package: pgfcomp-version-1-18 2007/07/23 v2.00 (rcs-revision 1.1)
      ))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
      Package: pgffor 2007/11/07 v2.00 (rcs-revision 1.8)
      \pgffor@iter=\dimen156
      \pgffor@skip=\dimen157
      ))
      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.cod
      e.tex
      Package: tikz 2008/02/13 v2.00 (rcs-revision 1.27)

      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothan
      dlers.code.tex
      File: pgflibraryplothandlers.code.tex 2007/03/09 v2.00 (rcs-revision 1.9)
      \pgf@plot@mark@count=\count108
      \pgfplotmarksize=\dimen158
      )
      \tikz@lastx=\dimen159
      \tikz@lasty=\dimen160
      \tikz@lastxsaved=\dimen161
      \tikz@lastysaved=\dimen162
      \tikzleveldistance=\dimen163
      \tikzsiblingdistance=\dimen164
      \tikz@figbox=\box32
      \tikz@tempbox=\box33
      \tikztreelevel=\count109
      \tikznumberofchildren=\count110
      \tikznumberofcurrentchild=\count111
      \tikz@fig@count=\count112

      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.cod
      e.tex
      File: pgfmodulematrix.code.tex 2008/01/15 (rcs-revision 1.1)
      \pgfmatrixcurrentrow=\count113
      \pgfmatrixcurrentcolumn=\count114
      \pgf@matrix@numberofcolumns=\count115
      )
      \tikz@expandcount=\count116

      (/usr/local/texlive/2008/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
      s/tikzlibrarytopaths.code.tex
      File: tikzlibrarytopaths.code.tex 2008/01/09 v2.00 (rcs-revision 1.1)
      )))
      (/usr/local/texlive/2008/texmf-dist/tex/latex/etoolbox/etoolbox.sty
      Package: etoolbox 2008/06/28 v1.7 e-TeX tools for LaTeX
      )
      \md@templength=\skip50

      (/usr/local/texlive/2008/../texmf-local/tex/latex/mdframed/md-tikz-0.mdf)
      \md@temp@skip@a=\skip51
      \fp@putboxa@length@md=\skip52
      \mdf@tikz@linewidth=\skip53
      \mdf@xmargin@tikz=\skip54
      \mdf@ymargin@tikz=\skip55
      \mdfboxheight=\skip56
      \mdfboxwidth=\skip57
      \mdf@rounded@tikz=\skip58
      \mdf@outerlinewidth@tikz=\skip59
      \mdf@innerlinewidth@tikz=\skip60
      \mdf@middlelinewidth@tikz=\skip61
      \md@temp@frame@hsize=\skip62
      \md@temp@frame@vsize=\skip63
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/booktabs/booktabs.sty
      Package: booktabs 2005/04/14 v1.61803 publication quality tables
      \heavyrulewidth=\dimen165
      \lightrulewidth=\dimen166
      \cmidrulewidth=\dimen167
      \belowrulesep=\dimen168
      \belowbottomsep=\dimen169
      \aboverulesep=\dimen170
      \abovetopsep=\dimen171
      \cmidrulesep=\dimen172
      \cmidrulekern=\dimen173
      \defaultaddspace=\dimen174
      \@cmidla=\count117
      \@cmidlb=\count118
      \@aboverulesep=\dimen175
      \@belowrulesep=\dimen176
      \@thisruleclass=\count119
      \@lastruleclass=\count120
      \@thisrulewidth=\dimen177
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
      \fancy@headwidth=\skip64
      \f@ncyO@elh=\skip65
      \f@ncyO@erh=\skip66
      \f@ncyO@olh=\skip67
      \f@ncyO@orh=\skip68
      \f@ncyO@elf=\skip69
      \f@ncyO@erf=\skip70
      \f@ncyO@olf=\skip71
      \f@ncyO@orf=\skip72
      )
      (/usr/local/texlive/2008/texmf-dist/tex/latex/eso-pic/eso-pic.sty
      Package: eso-pic 2006/07/14 v1.1d eso-pic (RN)

      (/usr/local/texlive/2008/texmf-dist/tex/latex/ms/everyshi.sty
      Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
      ))
      No file pippo.aux.
      \openout1 = `pippo.aux'.

      LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 26.
      LaTeX Font Info: … okay on input line 26.
      LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 26.
      LaTeX Font Info: … okay on input line 26.
      LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 26.
      LaTeX Font Info: … okay on input line 26.
      LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 26.
      LaTeX Font Info: … okay on input line 26.
      LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 26.
      LaTeX Font Info: … okay on input line 26.
      LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 26.
      LaTeX Font Info: … okay on input line 26.
      LaTeX Font Info: Checking defaults for LGR/cmr/m/n on input line 26.
      LaTeX Font Info: Try loading font information for LGR+cmr on input line 26.
      (/usr/local/texlive/2008/texmf-dist/tex/latex/cbfonts/lgrcmr.fd
      File: lgrcmr.fd 2008/01/04 v1.0 Greek Computer Modern
      )
      LaTeX Font Info: … okay on input line 26.
      LaTeX Info: Redefining \microtypecontext on input line 26.
      Package microtype Info: Generating PDF output.
      Package microtype Info: Character protrusion enabled (level 2).
      Package microtype Info: Using default protrusion set `alltext'.
      Package microtype Info: Automatic font expansion enabled (level 2),
      (microtype) stretch: 20, shrink: 20, step: 4, non-selected.
      Package microtype Info: Using default expansion set `basictext'.
      Package microtype Info: No tracking.
      Package microtype Info: No adjustment of interword spacing.
      Package microtype Info: No adjustment of character kerning.

      (/usr/local/texlive/2008/texmf-dist/tex/latex/microtype/mt-cmr.cfg
      File: mt-cmr.cfg 2008/02/29 v1.9a microtype config. file: Computer Modern Roman
      (RS)
      )
      (/usr/local/texlive/2008/texmf-dist/tex/context/base/supp-pdf.tex
      [Loading MPS to PDF converter (version 2006.09.02).]
      \scratchcounter=\count121
      \scratchdimen=\dimen178
      \scratchbox=\box34
      \nofMPsegments=\count122
      \nofMParguments=\count123
      \everyMPshowfont=\toks26
      \MPscratchCnt=\count124
      \MPscratchDim=\dimen179
      \MPnumerator=\count125
      \everyMPtoPDFconversion=\toks27
      ) ABD: EveryShipout initializing macros
      ! Undefined control sequence.
      \\mdframed …ed ntheorem yet}}\fi \fi \ifnumless
      {\mdf@style }{1}{\renewcom…
      l.28 P
      rova minima
      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.
      \md@margin@equation …iddlelinewidth \ifnumequal
      {1}{\mdf@style }{\advance …
      l.28 P
      rova minima
      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.
      \md@put@frame …vide \@tempskipa by 3 \ifdimless
      {0.4\baselineskip }{\@temp…
      l.29 \end{mdframed}

      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.

      }
      l.29 \end{mdframed}

      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.)

      ! Illegal unit of measure (pt inserted).

      }
      l.29 \end{mdframed}

      Dimensions can be in units of em, ex, in, pt, pc,
      cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
      I'll assume that you meant to say pt, for printer's points.
      To recover gracefully from this error, it's best to
      delete the erroneous units; e.g., type `2' to delete
      two letters. (See Chapter 27 of The TeXbook.)

      ! Missing number, treated as zero.

      }
      l.29 \end{mdframed}

      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.)

      ! Illegal unit of measure (pt inserted).

      }
      l.29 \end{mdframed}

      Dimensions can be in units of em, ex, in, pt, pc,
      cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
      I'll assume that you meant to say pt, for printer's points.
      To recover gracefully from this error, it's best to
      delete the erroneous units; e.g., type `2' to delete
      two letters. (See Chapter 27 of The TeXbook.)

      ! You can't use `\prevdepth' in horizontal mode.
      \nointerlineskip ->\prevdepth
      -\@m \p@
      l.29 \end{mdframed}

      Sorry, but I'm not programmed to handle this case;
      I'll just pretend that you didn't ask for it.
      If you're in the wrong mode, you might be able to
      return to the right one by typing `I}' or `I$' or `I\par'.

      ! Missing $ inserted.

      $
      l.29 \end{mdframed}

      I've inserted a begin-math/end-math symbol since I think
      you left one out. Proceed, with fingers crossed.

      LaTeX Font Info: External font `cmex10' loaded for size
      (Font) <7> on input line 29.
      LaTeX Font Info: External font `cmex10' loaded for size
      (Font) <5> on input line 29.
      ! Missing number, treated as zero.

      \hbox
      l.29 \end{mdframed}

      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.)

      ! Illegal unit of measure (pt inserted).

      \hbox
      l.29 \end{mdframed}

      Dimensions can be in units of em, ex, in, pt, pc,
      cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
      I'll assume that you meant to say pt, for printer's points.
      To recover gracefully from this error, it's best to
      delete the erroneous units; e.g., type `2' to delete
      two letters. (See Chapter 27 of The TeXbook.)

      ! Missing $ inserted.

      $
      l.29 \end{mdframed}

      I've inserted a begin-math/end-math symbol since I think
      you left one out. Proceed, with fingers crossed.

      Missing character: There is no Ë in font cmex10!

      Overfull \hbox (36.13475pt too wide) in paragraph at lines 28–29
      []\T1/cmr/m/n/10 (-20) 10[]0.4 []-
      []

      [1{/usr/local/texlive/2008/texmf-var/fonts/map/pdftex/updmap/pdftex.map}

      ]
      (./pippo.aux) )
      Here is how much of TeX's memory you used:
      10543 strings out of 493876
      181292 string characters out of 1150567
      256609 words of memory out of 3000000
      13578 multiletter control sequences out of 10000+50000
      6553 words of font info for 25 fonts, out of 3000000 for 5000
      714 hyphenation exceptions out of 8191
      54i,11n,51p,827b,276s stack positions out of 5000i,500n,10000p,200000b,50000s
      {/usr/local/texlive/2008/texmf-dist/fonts/enc/dvips/cm-super/cm-
      super-t1.enc}
      Output written on pippo.pdf (1 page, 28860 bytes).
      PDF statistics:
      18 PDF objects out of 1000 (max. 8388607)
      0 named destinations out of 1000 (max. 131072)
      9229 words of extra memory for PDF output out of 10000 (max. 10000000)

      `

      Grazie
      Ricca

    • #50849
      Up
      0
      Down
      ::

      Scusa avevo sbagliato il file da compilare. Questo è quanto riporta il file di log.

      Un’ottima illustrazione della necessità di sfrondare l’esempio da tutto quanto non è necessario.

      Il problema è una versione poco aggiornata di etoolbox. Ma con una TeX Live 2008, il rischio di incontrare cose del genere installando pacchetti più recenti è alto.

      Ciao
      Enrico

    • #50850
      Up
      0
      Down
      ::


      Quindi mi consiglieresti di installarne una versione più recente??

Visualizzazione 11 filoni di risposte
  • Devi essere connesso per rispondere a questo topic.

Go to top