Conflitto fra pacchetti (microtype, Fourier, ClassicThesis)

  • Creatore
    Topic
  • #48038
    ElGaton
    Partecipante
      Up
      0
      Down
      ::


      Salve,
      mi rivolgo a questo forum sperando di riuscire a risolvere un problema che mi tormenta da alcune settimane.

      Sto scrivendo un libro contenente un formulario di matematica e, in fase di compilazione, pdfLaTeX restituisce errori riguardanti l’assenza di una parentesi graffa chiusa. Riducendo al minimo il documento ho scoperto che la porzione causa dell’errore è situata nel formulario; ciò che è alquanto strano è che l’errore scompare eseguendo una sola di queste azioni:

      • togliendo dal preambolo l’istruzione `\usepackage{fourier}` per caricare i font Fourier;

      • rimuovendo l’istruzione `\pagestyle{scrheadings}` che ho aggiunto per personalizzare intestazioni e piè di pagina (lo stile di default proposto dalla classe che uso, ClassicThesis, non è il massimo);

      • commentando una sola delle sezioni o sottosezioni da me inserite nel formulario.

      Sono sicuro di non aver erroneamente tralasciato alcuna parentesi graffa (ho controllato attentamente con l’editor, inoltre se copio e incollo il codice relativo alle espressioni in un nuovo documento la compilazione avviene perfettamente). Sembra che ci sia qualche incompatibilità tra i pacchetti che uso (impiego la distribuzione TeX Live 2009 fornita con KUbuntu 10.04); come posso eliminarla? Dai messaggi d’errore ottenuti sembra che il conflitto sia fra microtype e i font Fourier.

      Allego al messaggio il codice che uso e il file di log prodotto con il comando `pdflatex -interaction=nonstopmode `.

      Grazie in anticipo.

      Codice usato:
      `
      \documentclass[headinclude,paper=a4,footinclude]{scrbook}
      \usepackage{ucs}
      \usepackage[utf8x]{inputenc}
      \usepackage[final]{microtype}
      \usepackage{amsmath}
      \usepackage{amsfonts}
      \usepackage{amssymb}
      \usepackage{mathtools}
      \usepackage[italian]{babel}
      \usepackage[T1]{fontenc}
      \usepackage{natbib}
      \usepackage{classicthesis-ldpkg}
      \usepackage{eso-pic}
      \usepackage[eulerchapternumbers,eulermath,parts,pdfspacing,listsseparated]{classicthesis}
      \usepackage{fourier} % Riga incriminata
      \newcommand{\e}{\mathrm{e}}
      % Sistemi di equazioni
      \newenvironment{sistema}{\left\lbrace\begin{array}{@{}l@{}}}%
      {\end{array}\right.}
      \begin{document}
      \pagestyle{scrheadings} % Riga incriminata
      \appendix
      \chapter{Formulario di Matematica}
      \section*{Radicali doppi}
      \[
      \sqrt{a\pm\sqrt{b}}=\sqrt{\frac{a+\sqrt{a^2-b}}{2}}\pm\sqrt{\frac{a-
      \sqrt{a^2-b}}{2}}
      \]

      \section*{Equazioni di II grado}
      L'equazione $ax^2+bx+c=0$ (per $a\ne0$) ammette le soluzioni:
      \[
      x_{\mathrm{1,2}}=\frac{-b\pm\sqrt{\Delta}}{2a}\mbox{ (}\Delta=b^2-4ac\mbox{)}
      \]

      Le soluzioni (sempre due) possono essere:
      \begin{description}
      \item[per $\Delta>0$:] reali distinte;
      \item[per $\Delta=0$:] reali coincidenti;
      \item[per $\Delta<0$:] complesse coniugate.
      \end{description}

      Se $b$ è divisibile per due, si può impiegare la più veloce \emph{formula
      risolutiva ridotta}:
      \[
      x_{\mathrm{1,2}}=\frac{-\frac{b}{2}\pm\sqrt{\left(\frac{b}{2}\right)^2-ac}}{a}
      \]

      Le relazioni che legano somma e prodotto delle due radici sono:
      \[
      x_\mathrm{1}+x_\mathrm{2}=-\frac{b}{a}\mbox{, }x_\mathrm{1}\cdot x_\mathrm{2}=
      \frac{c}{a}
      \]

      \section*{Equazioni differenziali}
      \subsection*{I ordine}
      La soluzione di
      \[
      \begin{sistema}
      y'=ay+b \\
      y(x_0)=y_0
      \end{sistema}
      \]
      è:
      \begin{description}
      \item[per $a=0$:] $y(x)=y_0+b(x-x_0)$;
      \item[per $a\neq 0$:] $y(x)=\left(y_0+\frac{b}{a}\right)\e^{a\left(x-x_0\right)}
      -\frac{b}{a}$.
      \end{description}

      \subsection*{Lineari del II ordine, omogenee}
      L'integrale generale (su cui imporre le condizioni iniziali) di
      \[
      y''+2by'+cy=0
      \]
      è il seguente:
      \begin{description}
      \item[per $b^2-c>0$:] $y(x)=A\e^{\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\left(-b
      -\sqrt{b^2-c}\right)x}$;
      \item[per $b^2-c=0$:] $y(x)=\left(A+Bx\right)\e^{-bx}$;
      \item[per $b^2-c<0$:] $y(x)=A\e^{-bx}\sin\left(\sqrt{c-b^2}x+\phi\right)$.
      \end{description}
      \end{document}
      `

      File di log:
      `
      This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2010.5.10) 28 JUL 2010 11:27
      entering extended mode
      restricted \write18 enabled.
      %&-line parsing enabled.
      **TestEq
      (./TestEq.tex
      LaTeX2e <2009/09/24>
      Babel and hyphenation patterns for english, usenglishmax, dumylang, noh
      yphenation, ngerman, german, german-x-2009-06-19, ngerman-x-2009-06-19, italian
      , latin, loaded.
      (/usr/share/texmf-texlive/tex/latex/koma-script/scrbook.cls
      Document Class: scrbook 2009/07/24 v3.04a KOMA-Script document class (book)
      (/usr/share/texmf-texlive/tex/latex/koma-script/scrkbase.sty
      Package: scrkbase 2009/07/24 v3.04a KOMA-Script package (KOMA-Script-dependent
      basics and keyval usage)

      (/usr/share/texmf-texlive/tex/latex/koma-script/scrbase.sty
      Package: scrbase 2009/07/24 v3.04a KOMA-Script package (KOMA-Script-independent
      basics and keyval usage)

      (/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty
      Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
      \KV@toks@=\toks14
      )
      (/usr/share/texmf-texlive/tex/latex/koma-script/scrlfile.sty
      Package: scrlfile 2009/03/25 v3.03 KOMA-Script package (loading files)

      Package scrlfile, 2009/03/25 v3.03 KOMA-Script package (loading files)
      Copyright (C) Markus Kohm

      ))) (/usr/share/texmf-texlive/tex/latex/koma-script/tocbasic.sty
      Package: tocbasic 2009/06/08 v3.03b KOMA-Script package (handling toc-files)
      )
      Package tocbasic Info: omitting babel extension for `toc'
      (tocbasic) because of feature `nobabel' available
      (tocbasic) for `toc' on input line 117.
      Package tocbasic Info: omitting babel extension for `lof'
      (tocbasic) because of feature `nobabel' available
      (tocbasic) for `lof' on input line 118.
      Package tocbasic Info: omitting babel extension for `lot'
      (tocbasic) because of feature `nobabel' available
      (tocbasic) for `lot' on input line 119.
      Class scrbook Info: File `scrsize11pt.clo' used instead of
      (scrbook) file `scrsize11.clo' to setup font sizes on input line 1272
      .

      (/usr/share/texmf-texlive/tex/latex/koma-script/scrsize11pt.clo
      File: scrsize11pt.clo 2009/07/24 v3.04a KOMA-Script font size class option (11p
      t)
      )
      (/usr/share/texmf-texlive/tex/latex/koma-script/typearea.sty
      Package: typearea 2009/07/24 v3.04a KOMA-Script package (type area)

      Package typearea, 2009/07/24 v3.04a KOMA-Script package (type area)
      Copyright (C) Frank Neukam, 1992-1994
      Copyright (C) Markus Kohm, 1994-

      \ta@bcor=\skip41
      \ta@div=\count79
      \ta@hblk=\skip42
      \ta@vblk=\skip43
      \ta@temp=\skip44
      Package typearea Info: These are the values describing the layout:
      (typearea) DIV = 10
      (typearea) BCOR = 0.0pt
      (typearea) \paperwidth = 597.50793pt
      (typearea) \textwidth = 418.25555pt
      (typearea) DIV departure = -6%
      (typearea) \evensidemargin = 47.2316pt
      (typearea) \oddsidemargin = -12.5192pt
      (typearea) \paperheight = 845.04694pt
      (typearea) \textheight = 514.20023pt
      (typearea) \topmargin = 12.2347pt
      (typearea) \headheight = 17.0pt
      (typearea) \headsep = 20.40001pt
      (typearea) \topskip = 11.0pt
      (typearea) \footskip = 47.60002pt
      (typearea) \baselineskip = 13.6pt
      (typearea) on input line 1115.
      )
      \c@part=\count80
      \c@chapter=\count81
      \c@section=\count82
      \c@subsection=\count83
      \c@subsubsection=\count84
      \c@paragraph=\count85
      \c@subparagraph=\count86
      \abovecaptionskip=\skip45
      \belowcaptionskip=\skip46
      \c@pti@nb@sid@b@x=\box26
      \c@figure=\count87
      \c@table=\count88
      \bibindent=\dimen102
      ) (/usr/share/texmf-texlive/tex/latex/ucs/ucs.sty
      Package: ucs 2004/10/17 UCS: Unicode input support

      (/usr/share/texmf-texlive/tex/latex/ucs/data/uni-global.def
      File: uni-global.def 2004/10/17 UCS: Unicode global data
      )
      \uc@secondtry=\count89
      \uc@combtoks=\toks15
      \uc@combtoksb=\toks16
      \uc@temptokena=\toks17
      )
      (/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
      Package: inputenc 2008/03/30 v1.1d Input encoding file
      \inpenc@prehook=\toks18
      \inpenc@posthook=\toks19

      (/usr/share/texmf-texlive/tex/latex/ucs/utf8x.def
      File: utf8x.def 2004/10/17 UCS: Input encoding UTF-8
      ))
      (/usr/share/texmf-texlive/tex/latex/microtype/microtype.sty
      Package: microtype 2009/03/27 v2.3d Micro-typography with pdfTeX (RS)
      \MT@toks=\toks20
      \MT@count=\count90
      LaTeX Info: Redefining \lsstyle on input line 1608.
      LaTeX Info: Redefining \lslig on input line 1608.
      \MT@outer@space=\skip47
      LaTeX Info: Redefining \textls on input line 1616.
      \MT@outer@kern=\dimen103
      LaTeX Info: Redefining \textmicrotypecontext on input line 2167.
      Package microtype Info: Loading configuration file microtype.cfg.

      (/usr/share/texmf-texlive/tex/latex/microtype/microtype.cfg
      File: microtype.cfg 2009/03/27 v2.3d microtype main configuration file (RS)
      ))
      (/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty
      Package: amsmath 2000/07/18 v2.13 AMS math features
      \@mathmargin=\skip48

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

      (/usr/share/texmf-texlive/tex/latex/amsmath/amsgen.sty
      File: amsgen.sty 1999/11/30 v2.0
      \@emptytoks=\toks21
      \ex@=\dimen104
      ))
      (/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty
      Package: amsbsy 1999/11/29 v1.2d
      \pmbraise@=\dimen105
      )
      (/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty
      Package: amsopn 1999/12/14 v2.01 operator names
      )
      \inf@bad=\count91
      LaTeX Info: Redefining \frac on input line 211.
      \uproot@=\count92
      \leftroot@=\count93
      LaTeX Info: Redefining \overline on input line 307.
      \classnum@=\count94
      \DOTSCASE@=\count95
      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@=\box27
      \strutbox@=\box28
      \big@size=\dimen106
      LaTeX Font Info: Redeclaring font encoding OML on input line 567.
      LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
      \macc@depth=\count96
      \c@MaxMatrixCols=\count97
      \dotsspace@=\muskip10
      \c@parentequation=\count98
      \dspbrk@lvl=\count99
      \tag@help=\toks22
      \row@=\count100
      \column@=\count101
      \maxfields@=\count102
      \andhelp@=\toks23
      \eqnshift@=\dimen107
      \alignsep@=\dimen108
      \tagshift@=\dimen109
      \tagwidth@=\dimen110
      \totwidth@=\dimen111
      \lineht@=\dimen112
      \@envbody=\toks24
      \multlinegap=\skip49
      \multlinetaggap=\skip50
      \mathdisplay@stack=\toks25
      LaTeX Info: Redefining \[ on input line 2666.
      LaTeX Info: Redefining \] on input line 2667.
      )
      (/usr/share/texmf-texlive/tex/latex/amsfonts/amsfonts.sty
      Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
      \symAMSa=\mathgroup4
      \symAMSb=\mathgroup5
      LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
      (Font) U/euf/m/n U/euf/b/n on input line 96.
      )
      (/usr/share/texmf-texlive/tex/latex/amsfonts/amssymb.sty
      Package: amssymb 2009/06/22 v3.00
      )
      (/usr/share/texmf-texlive/tex/latex/mathtools/mathtools.sty
      Package: mathtools 2008/08/01 v1.06 mathematical typesetting tools (MH)

      (/usr/share/texmf-texlive/tex/latex/tools/calc.sty
      Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
      \calc@Acount=\count103
      \calc@Bcount=\count104
      \calc@Adimen=\dimen113
      \calc@Bdimen=\dimen114
      \calc@Askip=\skip51
      \calc@Bskip=\skip52
      LaTeX Info: Redefining \setlength on input line 76.
      LaTeX Info: Redefining \addtolength on input line 77.
      \calc@Ccount=\count105
      \calc@Cskip=\skip53
      )
      (/usr/share/texmf-texlive/tex/latex/mhsetup/mhsetup.sty
      Package: mhsetup 2010/01/21 v1.2a programming setup (MH)
      )
      \g_MT_multlinerow_int=\count106
      \l_MT_multwidth_dim=\dimen115
      )
      (/usr/share/texmf-texlive/tex/generic/babel/babel.sty
      Package: babel 2008/07/06 v3.8l The Babel package

      (/usr/share/texmf-texlive/tex/generic/babel/italian.ldf
      Language: italian 2008/03/14 v1.2t Italian support from the babel system

      (/usr/share/texmf-texlive/tex/generic/babel/babel.def
      File: babel.def 2008/07/06 v3.8l Babel common definitions
      \babel@savecnt=\count107
      \U@D=\dimen116
      )
      Package babel Info: Making ” an active character on input line 94.
      ))
      (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
      Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

      (/usr/share/texmf-texlive/tex/latex/base/t1enc.def
      File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
      LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
      ))
      (/usr/share/texmf-texlive/tex/latex/natbib/natbib.sty
      Package: natbib 2009/07/16 8.31 (PWD, AO)
      \bibhang=\skip54
      \bibsep=\skip55
      LaTeX Info: Redefining \cite on input line 694.
      \c@NAT@ctr=\count108
      )
      (/usr/share/texmf-texlive/tex/latex/classicthesis/classicthesis-ldpkg.sty
      Package: classicthesis-ldpkg 2009/08/01 v2.6 Package Loader for Classic Thesis
      Style

      (/usr/share/texmf-texlive/tex/latex/base/ifthen.sty
      Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
      )
      (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
      Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

      (/usr/share/texmf-texlive/tex/latex/base/t1enc.def
      File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
      LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
      ))
      (/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
      Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
      Package textcomp Info: Sub-encoding information:
      (textcomp) 5 = only ISO-Adobe without \textcurrency
      (textcomp) 4 = 5 + \texteuro
      (textcomp) 3 = 4 + \textohm
      (textcomp) 2 = 3 + \textestimated + \textcurrency
      (textcomp) 1 = TS1 – \textcircled – \t
      (textcomp) 0 = TS1 (full)
      (textcomp) Font families with sub-encoding setting implement
      (textcomp) only a restricted character set as indicated.
      (textcomp) Family '?' is the default used for unknown fonts.
      (textcomp) See the documentation for details.
      Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.

      (/usr/share/texmf-texlive/tex/latex/base/ts1enc.def
      File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
      )
      LaTeX Info: Redefining \oldstylenums on input line 266.
      Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
      Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
      Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
      Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
      Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
      Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
      Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
      Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
      Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
      Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
      Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
      Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
      Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
      Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
      Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
      Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
      Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
      Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
      Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
      Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
      Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
      Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
      Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
      Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.

      Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
      Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
      Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
      Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
      Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
      Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
      Package textcomp Info: Setting 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/share/texmf-texlive/tex/latex/tools/xspace.sty
      Package: xspace 2006/05/08 v1.12 Space after command names (DPC,MH)
      )
      (/usr/share/texmf-texlive/tex/latex/tools/tabularx.sty
      Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)

      (/usr/share/texmf-texlive/tex/latex/tools/array.sty
      Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
      \col@sep=\dimen117
      \extrarowheight=\dimen118
      \NC@list=\toks26
      \extratabsurround=\skip56
      \backup@length=\skip57
      )
      \TX@col@width=\dimen119
      \TX@old@table=\dimen120
      \TX@old@col=\dimen121
      \TX@target=\dimen122
      \TX@delta=\dimen123
      \TX@cols=\count109
      \TX@ftn=\toks27
      )
      (/usr/share/texmf-texlive/tex/latex/mparhack/mparhack.sty
      Package: mparhack 2005/04/17 v1.4 (T. Sgouros and S. Ulrich)
      )
      (/usr/share/texmf-texlive/tex/latex/base/fixltx2e.sty
      Package: fixltx2e 2006/09/13 v1.1m fixes to LaTeX
      LaTeX Info: Redefining \em on input line 420.
      LaTeX Info: Redefining \textsubscript on input line 424.
      LaTeX Info: The control sequence `\[' is already robust on input line 471.
      LaTeX Info: The control sequence `\]' is already robust on input line 472.
      )
      (/usr/share/texmf-texlive/tex/latex/ltxmisc/relsize.sty
      Package: relsize 2003/07/04 ver 3.1
      )
      (/home/elgaton/.texmf-var/tex/latex/acronym/acronym.sty
      Package: acronym 2009/10/20 v1.35 Support for acronyms (Tobias Oetiker)

      (/usr/share/texmf-texlive/tex/latex/bigfoot/suffix.sty
      Package: suffix 2006/07/15 1.5 Variant command support
      )
      \AC@clearlist=\toks28
      )
      \c@dummy=\count110

      (/usr/share/texmf-texlive/tex/latex/caption/caption.sty
      Package: caption 2009/10/09 v3.1k Customizing captions (AR)

      (/usr/share/texmf-texlive/tex/latex/caption/caption3.sty
      Package: caption3 2009/10/09 v3.1k caption3 kernel (AR)
      \captionmargin=\dimen124
      \captionmargin@=\dimen125
      \captionwidth=\dimen126
      \caption@indent=\dimen127
      \caption@parindent=\dimen128
      \caption@hangindent=\dimen129
      )
      Package caption Info: KOMA-Script document class.
      \c@ContinuedFloat=\count111
      )
      (/usr/share/texmf-texlive/tex/latex/listings/listings.sty
      \lst@mode=\count112
      \lst@gtempboxa=\box29
      \lst@token=\toks29
      \lst@length=\count113
      \lst@currlwidth=\dimen130
      \lst@column=\count114
      \lst@pos=\count115
      \lst@lostspace=\dimen131
      \lst@width=\dimen132
      \lst@newlines=\count116
      \lst@lineno=\count117
      \lst@maxwidth=\dimen133

      (/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty
      File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
      \c@lstnumber=\count118
      \lst@skipnumbers=\count119
      \lst@framebox=\box30
      )
      (/usr/share/texmf-texlive/tex/latex/listings/listings.cfg
      File: listings.cfg 2007/02/22 1.4 listings configuration
      ))
      Package: listings 2007/02/22 1.4 (Carsten Heinz)

      (/usr/share/texmf-texlive/tex/latex/carlisle/remreset.sty)
      (/usr/share/texmf-texlive/tex/latex/subfig/subfig.sty
      Package: subfig 2005/06/28 ver: 1.3 subfig package
      \c@KVtest=\count120
      \sf@farskip=\skip58
      \sf@captopadj=\dimen134
      \sf@capskip=\skip59
      \sf@nearskip=\skip60
      \c@subfigure=\count121
      \c@subfigure@save=\count122
      \c@lofdepth=\count123
      \c@subtable=\count124
      \c@subtable@save=\count125
      \c@lotdepth=\count126
      \sf@top=\skip61
      \sf@bottom=\skip62
      )
      (/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
      Package: hyperref 2009/10/09 v6.79a Hypertext links for LaTeX

      (/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty
      Package: ifpdf 2009/04/10 v2.0 Provides the ifpdf switch (HO)
      Package ifpdf Info: pdfTeX in pdf mode detected.
      )
      (/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty
      Package: ifvtex 2008/11/04 v1.4 Switches for detecting VTeX and its modes (HO)
      Package ifvtex Info: VTeX not detected.
      )
      (/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty
      Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
      )
      (/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty
      Package: hycolor 2009/10/02 v1.5 Code for color options of hyperref/bookmark (H
      O)

      (/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty
      Package: xcolor-patch 2009/10/02 xcolor patch
      ))
      \@linkdim=\dimen135
      \Hy@linkcounter=\count127
      \Hy@pagecounter=\count128

      (/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def
      File: pd1enc.def 2009/10/09 v6.79a Hyperref: PDFDocEncoding definition (HO)
      )
      (/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty
      Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)

      (/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty
      Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (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.
      )
      (/etc/texmf/tex/latex/config/hyperref.cfg
      File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
      )
      (/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
      Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO)

      (/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty
      Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler suppor
      t (HO)
      ))
      Package hyperref Info: Option `hyperfootnotes' set `false' on input line 2864.
      Package hyperref Info: Option `pdfpagelabels' set `true' on input line 2864.
      Package hyperref Info: Hyper figures OFF on input line 2975.
      Package hyperref Info: Link nesting OFF on input line 2980.
      Package hyperref Info: Hyper index ON on input line 2983.
      Package hyperref Info: Plain pages OFF on input line 2990.
      Package hyperref Info: Backreferencing ON on input line 2993.

      Implicit mode ON; LaTeX internals redefined
      Package hyperref Info: Bookmarks ON on input line 3191.
      (/usr/share/texmf-texlive/tex/latex/hyperref/backref.sty
      Package: backref 2006/09/05 v1.28 Bibliographical back referencing
      )
      (/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty
      \Urlmuskip=\muskip11
      Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
      )
      LaTeX Info: Redefining \url on input line 3428.

      (/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty
      Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

      (/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty
      Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
      )
      (/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty
      Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)

      (/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
      Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions
      (HO)

      (/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty
      Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO)
      Package ifluatex Info: LuaTeX not detected.
      )
      (/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty
      Package: ltxcmds 2009/08/05 v1.0 Some 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.
      )))
      \Fld@menulength=\count129
      \Field@Width=\dimen136
      \Fld@charsize=\dimen137
      \Field@toks=\toks30
      Package hyperref Info: Hyper figures OFF on input line 4377.
      Package hyperref Info: Link nesting OFF on input line 4382.
      Package hyperref Info: Hyper index ON on input line 4385.
      Package hyperref Info: backreferencing ON on input line 4390.
      Package hyperref Info: Link coloring OFF on input line 4397.
      Package hyperref Info: Link coloring with OCG OFF on input line 4402.
      Package hyperref Info: PDF/A mode OFF on input line 4407.

      (/usr/share/texmf-texlive/tex/generic/oberdiek/atbegshi.sty
      Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO)
      )
      \Hy@abspage=\count130
      \c@Item=\count131
      )
      *hyperref using driver hpdftex*
      (/usr/share/texmf-texlive/tex/latex/hyperref/hpdftex.def
      File: hpdftex.def 2009/10/09 v6.79a Hyperref driver for pdfTeX
      \Fld@listcount=\count132
      )
      (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
      Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

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

      (/usr/share/texmf-texlive/tex/latex/graphics/trig.sty
      Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
      )
      (/etc/texmf/tex/latex/config/graphics.cfg
      File: graphics.cfg 2009/08/28 v1.8 graphics configuration of TeX Live
      )
      Package graphics Info: Driver file: pdftex.def on input line 91.

      (/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def
      File: pdftex.def 2009/08/25 v0.04m Graphics/color for pdfTeX
      \Gread@gobject=\count133
      ))
      \Gin@req@height=\dimen138
      \Gin@req@width=\dimen139
      ))
      (/usr/share/texmf-texlive/tex/latex/eso-pic/eso-pic.sty
      Package: eso-pic 2006/07/14 v1.1d eso-pic (RN)

      (/usr/share/texmf-texlive/tex/latex/ms/everyshi.sty
      Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
      ))
      (/usr/share/texmf-texlive/tex/latex/classicthesis/classicthesis.sty
      Package: classicthesis 2009/08/01 v2.6 Typographic Style for a classic-looking
      thesis

      (/usr/share/texmf/tex/latex/xcolor/xcolor.sty
      Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

      (/etc/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.
      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/share/texmf-texlive/tex/latex/graphics/dvipsnam.def
      File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
      ))
      (/usr/share/texmf-texlive/tex/latex/psnfss/mathpazo.sty
      Package: mathpazo 2005/04/12 PSNFSS-v9.2a Palatino w/ Pazo Math (D.Puga, WaS)
      \symupright=\mathgroup6
      )
      (/usr/share/texmf-texlive/tex/latex/eulervm/eulervm.sty
      Package: eulervm 2005/01/11 v4.0 (WaS)
      )
      Package classicthesis Info: A4 paper, Palatino or other on input line 229.
      Package typearea Info: These are the values describing the layout:
      (typearea) DIV = areaset
      (typearea) BCOR = 14.22636pt
      (typearea) \paperwidth = 597.50793pt
      (typearea) \textwidth = 312.0pt
      (typearea) \evensidemargin = 108.58438pt
      (typearea) \oddsidemargin = 32.38356pt
      (typearea) \paperheight = 845.04694pt
      (typearea) \textheight = 677.04997pt
      (typearea) \topmargin = -44.25435pt
      (typearea) \headheight = 15.95pt
      (typearea) \headsep = 20.40001pt
      (typearea) \topskip = 11.0pt
      (typearea) \footskip = 47.60002pt
      (typearea) \baselineskip = 13.6pt
      (typearea) on input line 229.

      (/usr/share/texmf-texlive/tex/latex/booktabs/booktabs.sty
      Package: booktabs 2005/04/14 v1.61803 publication quality tables
      \heavyrulewidth=\dimen140
      \lightrulewidth=\dimen141
      \cmidrulewidth=\dimen142
      \belowrulesep=\dimen143
      \belowbottomsep=\dimen144
      \aboverulesep=\dimen145
      \abovetopsep=\dimen146
      \cmidrulesep=\dimen147
      \cmidrulekern=\dimen148
      \defaultaddspace=\dimen149
      \@cmidla=\count134
      \@cmidlb=\count135
      \@aboverulesep=\dimen150
      \@belowrulesep=\dimen151
      \@thisruleclass=\count136
      \@lastruleclass=\count137
      \@thisrulewidth=\dimen152
      )
      (/usr/share/texmf-texlive/tex/latex/textcase/textcase.sty
      Package: textcase 2004/10/07 v0.07 Text only upper/lower case changing (DPC)
      )
      Package classicthesis Info: Using pdftex/microtype for character spacing.Make s
      ure your pdftex is version 1.40 or higher. on input line 289.

      (/usr/share/texmf-texlive/tex/latex/koma-script/scrpage2.sty
      Package: scrpage2 2008/12/08 v2.3 LaTeX2e KOMA-Script package
      LaTeX Info: Redefining \pagemark on input line 176.
      )
      (/usr/share/texmf-texlive/tex/latex/titlesec/titlesec.sty
      Package: titlesec 2007/08/12 v2.8 Sectioning titles
      \ttl@box=\box31
      \beforetitleunit=\skip63
      \aftertitleunit=\skip64
      \ttl@plus=\dimen153
      \ttl@minus=\dimen154
      \ttl@toksa=\toks31
      \titlewidth=\dimen155
      \titlewidthlast=\dimen156
      \titlewidthfirst=\dimen157
      )
      (/usr/share/texmf-texlive/tex/latex/tocloft/tocloft.sty
      Package: tocloft 2009/09/04 v2.3d parameterised ToC, etc., typesetting

      Package tocloft Note: The document has chapter divisions.

      \cftparskip=\skip65
      \cftbeforetoctitleskip=\skip66
      \cftaftertoctitleskip=\skip67
      \cftbeforepartskip=\skip68
      \cftpartnumwidth=\skip69
      \cftpartindent=\skip70
      \cftbeforechapskip=\skip71
      \cftchapindent=\skip72
      \cftchapnumwidth=\skip73
      \cftbeforesecskip=\skip74
      \cftsecindent=\skip75
      \cftsecnumwidth=\skip76
      \cftbeforesubsecskip=\skip77
      \cftsubsecindent=\skip78
      \cftsubsecnumwidth=\skip79
      \cftbeforesubsubsecskip=\skip80
      \cftsubsubsecindent=\skip81
      \cftsubsubsecnumwidth=\skip82
      \cftbeforeparaskip=\skip83
      \cftparaindent=\skip84
      \cftparanumwidth=\skip85
      \cftbeforesubparaskip=\skip86
      \cftsubparaindent=\skip87
      \cftsubparanumwidth=\skip88
      \cftbeforeloftitleskip=\skip89
      \cftafterloftitleskip=\skip90
      \cftbeforefigskip=\skip91
      \cftfigindent=\skip92
      \cftfignumwidth=\skip93
      \cftbeforelottitleskip=\skip94
      \cftafterlottitleskip=\skip95
      \cftbeforetabskip=\skip96
      \cfttabindent=\skip97
      \cfttabnumwidth=\skip98
      \cftbeforesubfigskip=\skip99
      \cftsubfigindent=\skip100
      \cftsubfignumwidth=\skip101
      \cftbeforesubtabskip=\skip102
      \cftsubtabindent=\skip103
      \cftsubtabnumwidth=\skip104
      )
      \newnumberwidth=\skip105
      \beforebibskip=\skip106
      \figurelabelwidth=\skip107
      \tablelabelwidth=\skip108
      (/usr/share/texmf-texlive/tex/latex/koma-script/scrtime.sty
      Package: scrtime 2009/01/01 v1.1p LaTeX2e KOMA-Script package
      ))
      (/usr/share/texmf/tex/latex/fourier/fourier.sty
      Package: fourier 2005/01/01 1.4 fourier-GUTenberg package

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

      (/usr/share/texmf-texlive/tex/latex/base/t1enc.def
      File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
      LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
      ))
      (/usr/share/texmf/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: Overwriting symbol font `operators' in version `normal'
      (Font) T1/pplj/m/n T1/futs/m/n on input line 50.
      LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
      (Font) T1/pplj/b/n T1/futs/m/n on input line 50.
      LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
      (Font) T1/futs/m/n T1/futs/b/n on input line 51.
      LaTeX Font Info: Redeclaring symbol font `letters' on input line 59.
      LaTeX Font Info: Encoding `U' has changed to `FML' for symbol font
      (Font) `letters' in the math version `normal' on input line 59.
      LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
      (Font) U/zeur/m/n FML/futmi/m/it on input line 59.
      LaTeX Font Info: Encoding `U' has changed to `FML' for symbol font
      (Font) `letters' in the math version `bold' on input line 59.
      LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
      (Font) U/zeur/b/n FML/futmi/m/it on input line 59.
      \symotherletters=\mathgroup7
      LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
      (Font) FML/futmi/m/it FML/futmi/b/it on input line 61.
      LaTeX Font Info: Overwriting symbol font `otherletters' in version `bold'
      (Font) FML/futm/m/it FML/futm/b/it on input line 62.
      LaTeX Font Info: Redeclaring math symbol \Gamma on input line 63.
      LaTeX Font Info: Redeclaring math symbol \Delta on input line 64.
      LaTeX Font Info: Redeclaring math symbol \Theta on input line 65.
      LaTeX Font Info: Redeclaring math symbol \Lambda on input line 66.
      LaTeX Font Info: Redeclaring math symbol \Xi on input line 67.
      LaTeX Font Info: Redeclaring math symbol \Pi on input line 68.
      LaTeX Font Info: Redeclaring math symbol \Sigma on input line 69.
      LaTeX Font Info: Redeclaring math symbol \Upsilon on input line 70.
      LaTeX Font Info: Redeclaring math symbol \Phi on input line 71.
      LaTeX Font Info: Redeclaring math symbol \Psi on input line 72.
      LaTeX Font Info: Redeclaring math symbol \Omega on input line 73.
      LaTeX Font Info: Redeclaring symbol font `symbols' on input line 113.
      LaTeX Font Info: Encoding `U' 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) U/zeus/m/n FMS/futm/m/n on input line 113.
      LaTeX Font Info: Encoding `U' 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) U/zeus/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 `U' 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) U/zeuex/m/n FMX/futm/m/n on input line 114.
      LaTeX Font Info: Encoding `U' 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) U/zeuex/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) T1/pplj/b/n T1/futs/bx/n on input line 115.
      LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
      (Font) T1/pplj/b/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) T1/pplj/m/it T1/futs/m/it on input line 117.
      LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
      (Font) T1/pplj/b/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 \varkappa on input line 119.
      LaTeX Font Info: Redeclaring math symbol \leqslant on input line 125.
      LaTeX Font Info: Redeclaring math symbol \geqslant on input line 126.
      LaTeX Font Info: Redeclaring math symbol \vDash on input line 129.
      LaTeX Font Info: Redeclaring math symbol \blacktriangleleft on input line 13
      0.
      LaTeX Font Info: Redeclaring math symbol \blacktriangleright on input line 1
      31.
      LaTeX Font Info: Redeclaring math symbol \nleqslant on input line 132.
      LaTeX Font Info: Redeclaring math symbol \ngeqslant on input line 133.
      LaTeX Font Info: Redeclaring math symbol \parallel on input line 134.
      LaTeX Font Info: Redeclaring math symbol \nparallel on input line 135.
      LaTeX Font Info: Redeclaring math symbol \nvDash on input line 137.
      LaTeX Font Info: Redeclaring math symbol \intercal on input line 138.
      LaTeX Font Info: Redeclaring math symbol \hslash on input line 139.
      LaTeX Font Info: Redeclaring math symbol \nexists on input line 140.
      LaTeX Font Info: Redeclaring math symbol \complement on input line 141.
      LaTeX Font Info: Redeclaring math symbol \varsubsetneq on input line 142.
      LaTeX Font Info: Redeclaring math symbol \hbar on input line 148.
      LaTeX Font Info: Redeclaring math symbol \smallsetminus on input line 149.
      LaTeX Font Info: Redeclaring math symbol \subsetneqq on input line 150.
      LaTeX Font Info: Redeclaring math symbol \rightrightarrows on input line 151
      .
      LaTeX Font Info: Redeclaring math symbol \leftleftarrows on input line 152.
      LaTeX Font Info: Redeclaring math symbol \square on input line 153.
      LaTeX Font Info: Redeclaring math symbol \curvearrowleft on input line 154.
      LaTeX Font Info: Redeclaring math symbol \curvearrowright on input line 155.

      LaTeX Font Info: Redeclaring math symbol \blacksquare on input line 156.
      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 \lvert on input line 217.
      LaTeX Font Info: Redeclaring math delimiter \rvert on input line 219.
      LaTeX Font Info: Redeclaring math delimiter \lVert on input line 221.
      LaTeX Font Info: Redeclaring math delimiter \rVert on input line 223.
      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=\mathgroup8
      ) (./TestEq.aux)
      \openout1 = `TestEq.aux'.

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

      (/usr/share/texmf-texlive/tex/generic/babel/lgrcmr.fd
      File: lgrcmr.fd 2008/06/17 v2.3 Greek Computer Modern
      )
      LaTeX Font Info: … okay on input line 20.
      LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 20.
      LaTeX Font Info: Try loading font information for TS1+cmr on input line 20.

      (/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd
      File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
      )
      LaTeX Font Info: … okay on input line 20.
      LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 20.
      LaTeX Font Info: … okay on input line 20.
      LaTeX Font Info: Checking defaults for FML/futm/m/it on input line 20.
      LaTeX Font Info: Try loading font information for FML+futm on input line 20.

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

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

      (/usr/share/texmf/tex/latex/fourier/fmxfutm.fd
      File: fmxfutm.fd futm-extension
      )
      LaTeX Font Info: … okay on input line 20.
      LaTeX Font Info: Try loading font information for T1+futs on input line 20.

      (/usr/share/texmf/tex/latex/fourier/t1futs.fd
      File: t1futs.fd 2004/03/02 Fontinst v1.926 font definitions for T1/futs.
      )
      (/usr/share/texmf-texlive/tex/latex/ucs/ucsencs.def
      File: ucsencs.def 2003/11/29 Fixes to fontencodings LGR, T3

      fontencoding LGR patched
      )
      LaTeX Info: Redefining \microtypecontext on input line 20.
      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: No font expansion.
      Package microtype Info: No tracking.
      Package microtype Info: No adjustment of interword spacing.
      Package microtype Info: No adjustment of character kerning.
      Package caption Info: Begin \AtBeginDocument code.
      Package caption3 Info: subfig package 1.2 or 1.3 is loaded.
      LaTeX Info: Redefining \subref on input line 20.
      Package caption Info: hyperref package is loaded.
      Package caption Info: listings package is loaded.
      Package caption Info: End \AtBeginDocument code.
      \c@lstlisting=\count138
      Package hyperref Info: Link coloring OFF on input line 20.
      (/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty
      Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section

      (/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty
      Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
      )
      \c@section@level=\count139
      )
      LaTeX Info: Redefining \ref on input line 20.
      LaTeX Info: Redefining \pageref on input line 20.
      (./TestEq.out)
      (./TestEq.out)
      \@outlinefile=\write3
      \openout3 = `TestEq.out'.

      Package backref Info: ** backref set up for natbib ** on input line 20.
      \AtBeginShipoutBox=\box32
      (/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii
      [Loading MPS to PDF converter (version 2006.09.02).]
      \scratchcounter=\count140
      \scratchdimen=\dimen158
      \scratchbox=\box33
      \nofMPsegments=\count141
      \nofMParguments=\count142
      \everyMPshowfont=\toks32
      \MPscratchCnt=\count143
      \MPscratchDim=\dimen159
      \MPnumerator=\count144
      \everyMPtoPDFconversion=\toks33
      ) ABD: EveryShipout initializing macros
      Appendice A.

      Class scrbook Warning: \float@addtolists detected!
      (scrbook) You should use the features of package `tocbasic'
      (scrbook) instead of \float@addtolists.
      (scrbook) Support for \float@addtolists may be removed from
      (scrbook) `scrbook' soon .

      LaTeX Font Info: Try loading font information for FML+futmi on input line 25
      .
      (/usr/share/texmf/tex/latex/fourier/fmlfutmi.fd
      File: fmlfutmi.fd 2004/10/30 Fontinst v1.926 font definitions for FML/futmi.
      )
      LaTeX Font Info: Font shape `FMX/futm/m/n' will be
      (Font) scaled to size 10.07397pt on input line 25.
      LaTeX Font Info: Font shape `FMX/futm/m/n' will be
      (Font) scaled to size 7.63599pt on input line 25.
      LaTeX Font Info: Font shape `FMX/futm/m/n' will be
      (Font) scaled to size 5.51999pt on input line 25.

      (/usr/share/texmf-texlive/tex/latex/microtype/mt-msa.cfg
      File: mt-msa.cfg 2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS)
      )
      (/usr/share/texmf-texlive/tex/latex/microtype/mt-msb.cfg
      File: mt-msb.cfg 2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS)
      )
      LaTeX Font Info: Try loading font information for OT1+zplm on input line 25.

      (/usr/share/texmf-texlive/tex/latex/psnfss/ot1zplm.fd
      File: ot1zplm.fd 2002/09/08 Fontinst v1.914 font definitions for OT1/zplm.
      )
      LaTeX Font Info: Font shape `U/futm/m/n' will be
      (Font) scaled to size 10.07397pt on input line 25.
      LaTeX Font Info: Font shape `U/futm/m/n' will be
      (Font) scaled to size 7.63599pt on input line 25.
      LaTeX Font Info: Font shape `U/futm/m/n' will be
      (Font) scaled to size 5.51999pt on input line 25.

      (/usr/share/texmf-texlive/tex/latex/ucs/data/uni-0.def
      File: uni-0.def 2004/10/17 UCS: Unicode data U+0000..U+00FF
      )
      LaTeX Font Info: Font shape `FMX/futm/m/n' will be
      (Font) scaled to size 9.19998pt on input line 75.
      LaTeX Font Info: Font shape `FMX/futm/m/n' will be
      (Font) scaled to size 6.99199pt on input line 75.
      LaTeX Font Info: Font shape `U/futm/m/n' will be
      (Font) scaled to size 9.19998pt on input line 75.
      LaTeX Font Info: Font shape `U/futm/m/n' will be
      (Font) scaled to size 6.99199pt on input line 75.
      [1

      {/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]

      Package microtype Warning: Font `U/futm/m/n/10.95' does not specify its
      (microtype) \fontdimen 6 (width of an `em')! Therefore,
      (microtype) tracking will not work with this font.

      ! Argument of MT@gobble@settings has an extra }.

      par
      l.78 \item[per $b^2-c>0$:]
      $y(x)=A\e^{\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\l…
      I've run across a `}' that doesn't seem to match anything.
      For example, `\def\a#1{…}' and `\a}' would produce
      this error. If you simply proceed now, the `\par' that
      I've just inserted will cause me to report a runaway
      argument that might be the root of the problem. But if
      your `}' was spurious, just type `2' and it will go away.

      Runaway argument?
      MT@if@list@exists MT@get@tr@opt relax MT@ifdefined@c@TF MT@letterspace@ ETC.
      ! Paragraph ended before MT@gobble@settings was complete.

      par
      l.78 \item[per $b^2-c>0$:]
      $y(x)=A\e^{\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\l…
      I suspect you've forgotten a `}', causing me to apply this
      control sequence to too much text. How can we recover?
      My plan is to forget the whole thing and hope for the best.

      ! Extra }, or forgotten endgroup.
      }

      l.78 \item[per $b^2-c>0$:]
      $y(x)=A\e^{\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\l…
      I've deleted a group-closing symbol because it seems to be
      spurious, as in `$x}$'. But perhaps the } is legitimate and
      you forgot something else, as in `\hbox{$x}'. In such cases
      the way to recover is to insert both the forgotten and the
      deleted material, e.g., by typing `I$}'.

      ! Missing endgroup inserted.

      endgroup
      l.78 \item[per $b^2-c>0$:] $
      y(x)=A\e^{\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\l…
      I've inserted something that you may have forgotten.
      (See the
      above.)
      With luck, this will get me unwedged. But if you
      really didn't forget anything, try typing `2' now; then
      my insertion and my current dilemma will both disappear.

      ! Missing endgroup inserted.

      endgroup
      l.78 \item[per $b^2-c>0$:] $
      y(x)=A\e^{\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\l…
      I've inserted something that you may have forgotten.
      (See the
      above.)
      With luck, this will get me unwedged. But if you
      really didn't forget anything, try typing `2' now; then
      my insertion and my current dilemma will both disappear.

      ! LaTeX Error: \mathrm allowed only in math mode.

      See the LaTeX manual or LaTeX Companion for explanation.
      Type H for immediate help.

      l.78 \item[per $b^2-c>0$:] $y(x)=A\e
      ^{\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\l…

      You're in trouble here. Try typing to proceed.
      If that doesn't work, type X
      to quit.

      ! Missing $ inserted.

      $
      l.78 \item[per $b^2-c>0$:] $y(x)=A\e^
      {\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\l…
      I've inserted a begin-math/end-math symbol since I think
      you left one out. Proceed, with fingers crossed.

      Package microtype Warning: Font `U/futm/m/n/10.95' does not specify its
      (microtype) \fontdimen 6 (width of an `em')! Therefore,
      (microtype) tracking will not work with this font.

      )
      Runaway argument?
      MT@if@list@exists MT@get@tr@opt relax MT@ifdefined@c@TF MT@letterspace@ ETC.
      ! File ended while scanning use of MT@gobble@settings.

      par
      <*> TestEq

      I suspect you have forgotten a `}', causing me
      to read past where you wanted me to stop.
      I'll try to recover; but if the error is serious,
      you'd better type `E' or `X' now and fix your file.

      ! Emergency stop.
      <*> TestEq

      *** (job aborted, no legal \end found)

      Here is how much of TeX's memory you used:
      15199 strings out of 494998
      229409 string characters out of 1179936
      373469 words of memory out of 3000000
      18047 multiletter control sequences out of 15000+50000
      96122 words of font info for 113 fonts, out of 3000000 for 9000
      28 hyphenation exceptions out of 8191
      51i,12n,43p,330b,482s stack positions out of 5000i,500n,10000p,200000b,50000s
      ! ==> Fatal error occurred, no output PDF file produced!
      `

    Visualizzazione 3 filoni di risposte
    • Autore
      Risposte
      • #48039
        admin
        Amministratore del forum
          Up
          0
          Down
          ::


          `\documentclass[final,headinclude,paper=a4,footinclude]{scrbook}
          \usepackage[T1]{fontenc}
          \usepackage[utf8x]{inputenc}
          \usepackage[italian]{babel}
          \usepackage{classicthesis-ldpkg}
          \usepackage[eulerchapternumbers,eulermath,parts,pdfspacing,listsseparated]{classicthesis}
          \usepackage{microtype}
          \usepackage{amsmath,amsfonts,amssymb}
          \usepackage{fourier} % Riga incriminata : non sono sicuro della sua utilità
          \newcommand{\e}{\mathrm{e}}
          % Sistemi di equazioni
          \newenvironment{sistema}{\left\lbrace\begin{array}{@{}l@{}}}%
          {\end{array}\right.}

          \begin{document}
          \pagestyle{scrheadings} % Riga incriminata
          \appendix
          \chapter{Formulario di Matematica}
          \section*{Radicali doppi}
          \[
          \sqrt{a\pm\sqrt{b}}=\sqrt{\frac{a+\sqrt{a^2-b}}{2}}\pm\sqrt{\frac{a-
          \sqrt{a^2-b}}{2}}
          \]

          \section*{Equazioni di II grado}
          L'equazione $ax^2+bx+c=0$ (per $a\ne0$) ammette le soluzioni:
          \[
          x_{\mathrm{1,2}}=\frac{-b\pm\sqrt{\Delta}}{2a}\mbox{ (}\Delta=b^2-4ac\mbox{)}
          \]

          Le soluzioni (sempre due) possono essere:
          \begin{description}
          \item[per $\Delta>0$:] reali distinte;
          \item[per $\Delta=0$:] reali coincidenti;
          \item[per $\Delta<0$:] complesse coniugate.
          \end{description}

          Se $b$ è divisibile per due, si può impiegare la più veloce
          \emph{formula risolutiva ridotta}:
          \[
          x_{\mathrm{1,2}}=\frac{-\frac{b}{2}\pm\sqrt{\left(\frac{b}{2}\right)^2-ac}}{a}
          \]

          Le relazioni che legano somma e prodotto delle due radici sono:
          \[
          x_\mathrm{1}+x_\mathrm{2}=-\frac{b}{a}\mbox{, }x_\mathrm{1}\cdot x_\mathrm{2}=
          \frac{c}{a}
          \]

          \section*{Equazioni differenziali}
          \subsection*{I ordine}
          La soluzione di
          \[
          \begin{sistema}
          y'=ay+b \\
          y(x_0)=y_0
          \end{sistema}
          \]

          è:
          \begin{description}
          \item[per $a=0$:] $y(x)=y_0+b(x-x_0)$;
          \item[per $a\neq 0$:] $y(x)=\left(y_0+\frac{b}{a}\right)\e^{a\left(x-x_0\right)}
          -\frac{b}{a}$.
          \end{description}

          \subsection*{Lineari del II ordine, omogenee}
          L'integrale generale (su cui imporre le condizioni iniziali) di
          \[
          y''+2by'+cy=0
          \]
          è il seguente:
          \begin{description}
          \item[per $b^2-c>0$:] $y(x)=A\e^{\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\left(-b
          -\sqrt{b^2-c}\right)x}$;
          \item[per $b^2-c=0$:] $y(x)=\left(A+Bx\right)\e^{-bx}$;
          \item[per $b^2-c<0$:] $y(x)=A\e^{-bx}\sin\left(\sqrt{c-b^2}x+\phi\right)$.
          \end{description}
          \end{document} `
          Così come l’ho scritto funziona (con TeXLive 2009 su Windows 7). Ho ridotto al minimo il preambolo togliendo i pacchetti inutili allo scopo.

        • #48040
          lorenzo.pantieri
          Partecipante
            Up
            0
            Down
            ::


            Mi risulta che microtype sia carivato automaticamente da ClassicThesis. Sconsiglio fourier con ClassicThesis per ragioni estetiche: in ogni caso, non ho errori anche caricando fourier.

            Ciao,
            L.

          • #48041
            ElGaton
            Partecipante
              Up
              0
              Down
              ::


              Grazie a entrambi per le risposte.

              Ho provato a risistemare il prambolo eliminando microtype e i pacchetti inutili come suggerito da ansys-la compilazione fallisce comunque con il medesimo errore e gli stessi sintomi.

              Penso che il problema sia correlato alla distribuzione che utilizzo – un controllo veloce su packages.ubuntu.com ha confermato che la versione di TeX Live di cui dispongo è la più recente che è stata pacchettizzata (TeXLive 2009-7ubuntu3 con texlive-binaries 2009-5ubuntu0.1). Proverò a installare la TeX Live più aggiornata ufficiale e/o a fare delle prove su un’altra distribuzione (teTeX).

              Allego comunque il codice “ripulito” qui di seguito.

              `
              \documentclass[final,headinclude,paper=a4,footinclude]{scrbook}
              \usepackage[T1]{fontenc}
              \usepackage[utf8x]{inputenc}
              \usepackage[italian]{babel}
              \usepackage{classicthesis-ldpkg}
              \usepackage[eulerchapternumbers,eulermath,parts,pdfspacing,listsseparated]{classicthesis}
              \usepackage{fourier} % Riga incriminata
              \newcommand{\e}{\mathrm{e}}
              % Sistemi di equazioni
              \newenvironment{sistema}{\left\lbrace\begin{array}{@{}l@{}}}%
              {\end{array}\right.}
              \begin{document}
              \pagestyle{scrheadings} % Riga incriminata
              \appendix
              \chapter{Formulario di Matematica}
              \section*{Radicali doppi}
              \[
              \sqrt{a\pm\sqrt{b}}=\sqrt{\frac{a+\sqrt{a^2-b}}{2}}\pm\sqrt{\frac{a-
              \sqrt{a^2-b}}{2}}
              \]

              \section*{Equazioni di II grado}
              L'equazione $ax^2+bx+c=0$ (per $a\ne0$) ammette le soluzioni:
              \[
              x_{\mathrm{1,2}}=\frac{-b\pm\sqrt{\Delta}}{2a}\mbox{ (}\Delta=b^2-4ac\mbox{)}
              \]

              Le soluzioni (sempre due) possono essere:
              \begin{description}
              \item[per $\Delta>0$:] reali distinte;
              \item[per $\Delta=0$:] reali coincidenti;
              \item[per $\Delta<0$:] complesse coniugate.
              \end{description}

              Se $b$ è divisibile per due, si può impiegare la più veloce \emph{formula
              risolutiva ridotta}:
              \[
              x_{\mathrm{1,2}}=\frac{-\frac{b}{2}\pm\sqrt{\left(\frac{b}{2}\right)^2-ac}}{a}
              \]

              Le relazioni che legano somma e prodotto delle due radici sono:
              \[
              x_\mathrm{1}+x_\mathrm{2}=-\frac{b}{a}\mbox{, }x_\mathrm{1}\cdot x_\mathrm{2}=
              \frac{c}{a}
              \]

              \section*{Equazioni differenziali}
              \subsection*{I ordine}
              La soluzione di
              \[
              \begin{sistema}
              y'=ay+b \\
              y(x_0)=y_0
              \end{sistema}
              \]
              è:
              \begin{description}
              \item[per $a=0$:] $y(x)=y_0+b(x-x_0)$;
              \item[per $a\neq 0$:] $y(x)=\left(y_0+\frac{b}{a}\right)\e^{a\left(x-x_0\right)}
              -\frac{b}{a}$.
              \end{description}

              \subsection*{Lineari del II ordine, omogenee}
              L'integrale generale (su cui imporre le condizioni iniziali) di
              \[
              y''+2by'+cy=0
              \]
              è il seguente:
              \begin{description}
              \item[per $b^2-c>0$:] $y(x)=A\e^{\left(-b+\sqrt{b^2-c}\right)x}+B\e^{\left(-b
              -\sqrt{b^2-c}\right)x}$;
              \item[per $b^2-c=0$:] $y(x)=\left(A+Bx\right)\e^{-bx}$;
              \item[per $b^2-c<0$:] $y(x)=A\e^{-bx}\sin\left(\sqrt{c-b^2}x+\phi\right)$.
              \end{description}
              \end{document}
              `

            • #48042
              lorenzo.pantieri
              Partecipante
                Up
                0
                Down
                ::

                Proverò a installare la TeX Live più aggiornata ufficiale e/o a fare delle prove su un’altra distribuzione (teTeX).

                Mi pare che teTeX non sia più mantenuta: usa una TeX Live installata a regola d’Arte.

                Ciao,
                L.

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

            Go to top