Kompilierungsprobleme

Fragen und Probleme, die nicht den obigen Kategorien zugeordnet werden können


gro_om
Forum-Anfänger
Forum-Anfänger
Beiträge: 10
Registriert: Mo 2. Aug 2010, 15:02

Kompilierungsprobleme

Beitrag von gro_om »

Hi,

ich hab von einem Kollegen ein Paket mit einigen Ordnern ('Titelblatt', 'Bilder', 'KapitelXY', etc), die zu einem Latex-Dokument gehören, bekommen.

Wenn ich nun die Hauptdatei öffne und kompilieren will, so wird immer nur das ursprüngliche PDF erstellt, von mir vorgenommene Änderungen werden nicht erkannt.

Ich hab auch versucht ein neues Projekt zu erstellen, so wie ichs gemacht hab, hats aber nicht geholfen.

Fehlermeldung kommt keine, nur Folgendes wird angezeigt:

„...\MiKTeX 2.8\tex\latex\base\ts1enc.de“))pdflatex.exe: GUI framework cannot be initialized.”
Im Anhang seht ihr nochmal wie es grad aussieht.

Ich verwende MiKTex und TexNicCenter.

Wäre super wenn ihr mir weiterhelfen könnt!

Danke & Viele Grüße
Dateianhänge
Latex.jpg
Latex.jpg (326.59 KiB) 3658 mal betrachtet

Benutzeravatar
Stefan Kottwitz
Admin
Admin
Beiträge: 2528
Registriert: Di 8. Jul 2008, 00:39
Kontaktdaten:

Re: Kompilierungsprobleme

Beitrag von Stefan Kottwitz »

Hallo,
gro_om hat geschrieben:pdflatex.exe: GUI framework cannot be initialized.”
dieses Problem und die Lösung wird in den MiKTeX 2.8 issues beschrieben.

Viele Grüße,

Stefan

gro_om
Forum-Anfänger
Forum-Anfänger
Beiträge: 10
Registriert: Mo 2. Aug 2010, 15:02

Beitrag von gro_om »

Dieser Fehler ist nun weg,

ich erhalte 2 andere Fehlermeldungen (s. Anhang 1) und bei der Dokumenterstellung (F5) die Nachricht: 1
"Beim öffnen der Datei ist ein Fehler aufgetreten. Die Datei kann nicht gefunden werden."


Vielleicht interessant: DIe Hauptdatei (mit den \include-Befehlen für die Unterverzeichnisse befindet sich nicht im Navigator links, sondern nur in der Taskleiste unten (Anhang 2).
Dateianhänge
Anhang 1
Anhang 1
Latex.jpg (275.86 KiB) 3599 mal betrachtet
Anhang 2
Anhang 2
Anhang2.jpg (264.19 KiB) 3621 mal betrachtet

Xenara
Forum-Meister
Forum-Meister
Beiträge: 682
Registriert: Mi 25. Nov 2009, 09:41

Beitrag von Xenara »

Meine Vermutung:

Du hast in deinem Code einen Fehler drin, und vermutlich wird abgebrochen, bevor der Kompiler bei den includes ankommt, das würde erklären, weshalb diese Teile nicht mit in den Navigationsbaum aufgenommen werden.

Der Fehler müsste theoretisch vor Linie 89 sein, denn da wird abgebrochen. Und es hat wohl irgendwas mit einem Bild o.ä. zu tun.

Kommentiere mal schrittweise aus, bis der Fehler weg ist, dann kannst du es eingrenzen. Wenn du es nicht selbst findest, stellst du deinen Code hier ins Forum. Stichwort Minimalbeispiel!

gro_om
Forum-Anfänger
Forum-Anfänger
Beiträge: 10
Registriert: Mo 2. Aug 2010, 15:02

Beitrag von gro_om »

Auskommentieren hat nichts gebracht. Verzeichnisse sollte auch stimmen.

Die Includes sind schon im Baum, aber das ist ja auch schon vor dem Kompilieren der Fall:
Ich zieh die Hauptdatei ins TexnicCenter und der Baum links wird erstellt.


Da ich keine Ahnung hab, hier mal die ersten 90 Zeilen:
% before documentclass
% disable pdfoutput to be able to include eps graphics and use packages like pstricks
% conversion dvi2ps and ps2pdf needed afterwards, pdftex specials like hyperref are still possible
%\pdfoutput=0																				% dvi output - use with pdfcprot (character protruding)
\RequirePackage{fix-cm}															% error correction for standard fonts

%% define CLASS
%\documentclass[11pt, a4paper, halfparskip*, bibtotoc, cleardoubleempty, final]{scrreprt}
\documentclass[11pt, a4paper, halfparskip*, bibtotoc, cleardoubleempty, final]{scrbook}

%% misc
%\usepackage{cmbright}																% serifenlose computer modern fonts
\usepackage[T1]{fontenc}														% T1 fonts für gute pdf-Ausgabe
\usepackage[ansinew]{inputenc}											% wegen deutschen Umlauten
\usepackage[automark]{scrpage2}										  % Koma Headers
\usepackage{fixltx2e}																% fixes for latex2e

% prepare for german AND english, last language loaded is default
%\usepackage[ngerman, english]{babel}								% switch by \begin{otherlanguage}{ngerman}.. \end{otherlanguage}
\usepackage[english, ngerman]{babel}								% switch by \begin{otherlanguage}{english}.. \end{otherlanguage}

\usepackage{boxit}																	% frame handling
\usepackage{nag}																		% warn user on outdated packages
\usepackage[linktocpage]{hyperref}									% links in pdf, thumbnails
\usepackage{soul}																		% emphasizing text, underlining
\usepackage{breakurl}																% for broken urls in Bibliography when hyperref is in use
%\usepackage[square]{natbib}												% andere Literaturverweise, z. B. Zahlen
\usepackage[onehalfspacing]{setspace}								% 1.5, change line spaces by \singlespacing \doublespacing

%% tables
\usepackage{multicol} 															% multiple columns in tables
\usepackage{multirow}																% multiple rows in tables
\usepackage[margin=10pt,labelfont=bf]{caption} 			% table headers
\usepackage{hhline}																	% horizontal lines
\usepackage{longtable}															% pagebreak tables
\usepackage{booktabs}																% bold table lines, e.g. \toprule

%% math, symbols
\usepackage{amsmath}																% AMS Math like brackets, integrals...
\usepackage{amssymb}  															% AMS-Symbols v2.0
\usepackage{fixmath}																% big greek letters italic in math mode
\usepackage{array}																	% matrices
\usepackage{units}		  														% includes nicefrac, nicer fracs for one line, SI-Units
\usepackage{trfsigns}																% symbole für transformationen
\usepackage{textcomp}																% einfache Sonderzeichen, z.B. \texteuro
\usepackage{gensymb}																% correct greek letters in units,\micro instead of \mu
\usepackage[integrals]{wasysym}											% for integrals like \oiint
\usepackage[version=3]{mhchem}											% easy typesetting of chemical formulae
\usepackage{ziffer}																	% let"',"' be a valid delimiter in formulaes 

%% graphics
%\usepackage[activate]{pdfcprot}											% use margin kerning (character protruding) (Opt. Randausgleich)
\usepackage{microtype}															% character protruding, font expansion - instead of pdfcprot
\usepackage{graphicx}																% include graphics
\usepackage{wrapfig} 																% graphics in text
\usepackage{floatflt}																% graphics/tables in text
\usepackage{rotating} 															% rotating elements				
\usepackage{listings}																% for programming source code
\usepackage[svgnames]{xcolor}												% colors for listings

%% layout
\usepackage[top=2.5cm,left=3.5cm,right=2.5cm,bottom=3cm]{geometry}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% document definitions, do not change
\input{./mandaDef}         															% input only replaces text, include creates newpage

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% user definitions, change this!
\input{./userDef}         															% input only replaces text, include creates newpage

%%%%%%%%%%%%%%% THESIS START %%%%%%%%%%%%%%
\begin{document}

		% Titelblatt
		\input{../Titelblatt/titel}									% Füge Titelblatt ein
		\cleardoublepage														% Leere Seite
		\nocite{*}																	% einbinden aller Literatureinträge
		
		% Vorspann
    \pagenumbering{roman}												% römische Seitennummerierung
    \tableofcontents 														% Inhaltsverzeichnis
    \include{../Vorspann/Abkuerzungen}					% Abkürzungen
		\input{../Vorspann/Erklaerung}							% Erklärung	(NÖTIG!) 	
		\cleardoublepage
				
		% Hauptteil
		\pagenumbering{arabic}											% Umschalten der Numerierung
    \include{../Kapitel0/Intro}
    \include{../Kapitel1/Kap1} 
    \include{../Kapitel2/Kap2}
    \include{../Kapitel3/Kap3} 
    \include{../Kapitel4/Kap4} 
    \include{../Kapitel5/Kap5} 

Benutzeravatar
Stefan Kottwitz
Admin
Admin
Beiträge: 2528
Registriert: Di 8. Jul 2008, 00:39
Kontaktdaten:

Logfile

Beitrag von Stefan Kottwitz »

Poste doch einmal die .log-Datei hier als Anhang, also Kniemodell.log. Darin stehen alle Fehler und Warnungen, nur screenshots von Meldungsausschnitten sind nicht so aussagekräftig.

Stefan

gro_om
Forum-Anfänger
Forum-Anfänger
Beiträge: 10
Registriert: Mo 2. Aug 2010, 15:02

Beitrag von gro_om »

Bitteschön, Anhang geht hier leider nicht:
This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=pdflatex 2010.8.2)  2 AUG 2010 16:25
entering extended mode
**D:/Hans/Studium/Semesterarbeit*Knie/Muskelelastizität/Kniemodell*Tex*Richard/Hauptdatei/Kniemodell.tex
("D:/Hans/Studium/Semesterarbeit Knie/Muskelelastizität/Kniemodell Tex Richard/Hauptdatei/Kniemodell.tex"
LaTeX2e <2005/12/01>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, german, ngerman, german-x-2009-06-19, ngerm
an-x-2009-06-19, french, loaded.
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\fix-cm.sty"
Package: fix-cm 2006/03/24 v1.1n fixes to LaTeX

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\ts1enc.def"
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
))
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\koma-script\scrbook.cls
Document Class: scrbook 2010/06/17 v3.06 KOMA-Script document class (book)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\koma-script\scrkbase.sty
Package: scrkbase 2010/06/17 v3.06 KOMA-Script package (KOMA-Script-dependent basics and keyval usage)

(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\koma-script\scrbase.sty
Package: scrbase 2010/06/17 v3.06 KOMA-Script package (KOMA-Script-independent basics and keyval usage)

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\graphics\keyval.sty"
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\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

))) (C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\koma-script\tocbasic.sty
Package: tocbasic 2010/06/09 v3.06 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.
Package scrbook Info: You've used obsolete option `11pt'.
(scrbook)             \KOMAExecuteOptions{fontsize=11pt} will be
(scrbook)             used instead.
(scrbook)             You may simply replace `11pt'
(scrbook)             by `fontsize=11pt'.


Class scrbook Warning: You've used obsolete option `halfparskip*'.
(scrbook)              Usage of this option indicates an old document and
(scrbook)              changes compatibility level using
(scrbook)              `parskip=half*,version=first'.
(scrbook)              If you don't want this, you should simply replace
(scrbook)              usage of option `halfparskip*' by `parskip=half*'.

Class scrbook Info: Switching compatibility level to `first'.

Class scrbook Warning: You've used obsolete option `bibtotoc'.
(scrbook)              Usage of this option indicates an old document and
(scrbook)              changes compatibility level using
(scrbook)              `bibliography=totoc,version=first'.
(scrbook)              If you don't want this, you should simply replace
(scrbook)              usage of option `bibtotoc' by `bibliography=totoc'.

Class scrbook Info: Switching compatibility level to `first'.

Class scrbook Warning: You've used obsolete option `cleardoubleempty'.
(scrbook)              Usage of this option indicates an old document and
(scrbook)              changes compatibility level using
(scrbook)              `cleardoublepage=empty,version=first'.
(scrbook)              If you don't want this, you should simply replace
(scrbook)              usage of option `cleardoubleempty' by `cleardoublepage=empty'.

Class scrbook Info: Switching compatibility level to `first'.
Class scrbook Info: You've used standard option `final'.
(scrbook)           This is correct!
(scrbook)           Internally I'm using `draft=false'.
(scrbook)           If you'd like to set the option with \KOMAoptions,
(scrbook)           you'd have to use `draft=false' there
(scrbook)           instead of `final', too.
Class scrbook Info: File `scrsize11pt.clo' used to setup font sizes on input line 1310.
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\koma-script\scrsize11pt.clo
File: scrsize11pt.clo 2010/06/17 v3.06 KOMA-Script font size class option (11pt)
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\koma-script\typearea.sty
Package: typearea 2010/06/17 v3.06 KOMA-Script package (type area)

Package typearea, 2010/06/17 v3.06 KOMA-Script package (type area)
                  Copyright (C) Frank Neukam, 1992-1994
                  Copyright (C) Markus Kohm, 1994-

\ta@bcor=\skip41
\ta@div=\count79
Package typearea Info: You've used standard option `a4paper'.
(typearea)             This is correct!
(typearea)             Internally I'm using `paper=a4'.
(typearea)             If you'd like to set the option with \KOMAoptions,
(typearea)             you'd have to use `paper=a4' there
(typearea)             instead of `a4paper', too.
\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     = 595.80026pt
(typearea)              \topmargin      = -25.16531pt
(typearea)              \headheight     = 17.0pt
(typearea)              \headsep        = 20.40001pt
(typearea)              \topskip        = 11.0pt
(typearea)              \footskip       = 47.60002pt
(typearea)              \baselineskip   = 13.6pt
(typearea)              on input line 1133.
)
\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
) ("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\fontenc.sty"
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

("d:\Program Files (x86)\MiKTeX 2.8\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.
))
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\inputenc.sty"
Package: inputenc 2006/05/05 v1.1b Input encoding file
\inpenc@prehook=\toks15
\inpenc@posthook=\toks16

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\ansinew.def"
File: ansinew.def 2006/05/05 v1.1b Input encoding file
))
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\koma-script\scrpage2.sty
Package: scrpage2 2010/04/22 v2.5 LaTeX2e KOMA-Script package
LaTeX Info: Redefining \pagemark on input line 176.
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\fixltx2e.sty"
Package: fixltx2e 2006/03/24 v1.1n fixes to LaTeX
LaTeX Info: Redefining \em on input line 420.
LaTeX Info: Redefining \textsubscript on input line 424.
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\babel.sty"
Package: babel 2008/07/06 v3.8l The Babel package

*************************************
* Local config file bblopts.cfg used
*
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\00miktex\bblopts.cfg"
File: bblopts.cfg 2006/07/31 v1.0 MiKTeX 'babel' configuration
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\english.ldf"
Language: english 2005/03/30 v3.3o English support from the babel system

("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\babel.def"
File: babel.def 2008/07/06 v3.8l Babel common definitions
\babel@savecnt=\count89
\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 
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\ngermanb.ldf"
Language: ngermanb 2008/07/06 v2.6n new German support from the babel system
\l@naustrian = a dialect from \language\l@ngerman 
Package babel Info: Making " an active character on input line 92.
))
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\ltxmisc\boxit.sty")
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\nag\nag.sty
Package: nag 2010/05/17 0.622 warning about old commands (ulmi)
\c@nag@c=\count90
\c@nag@sins=\count91
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\hyperref\hyperref.sty"
Package: hyperref 2009/09/10 v6.78u Hypertext links for LaTeX

("d:\Program Files (x86)\MiKTeX 2.8\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.
)
("d:\Program Files (x86)\MiKTeX 2.8\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.
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\ifxetex\ifxetex.sty"
Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\oberdiek\hycolor.sty"
Package: hycolor 2008/09/08 v1.4 Code for color options of hyperref/bookmark (HO)

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\oberdiek\xcolor-patch.sty"
Package: xcolor-patch 2008/09/08 xcolor patch
))
\@linkdim=\dimen104
\Hy@linkcounter=\count92
\Hy@pagecounter=\count93

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\hyperref\pd1enc.def"
File: pd1enc.def 2009/09/10 v6.78u Hyperref: PDFDocEncoding definition (HO)
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\oberdiek\etexcmds.sty"
Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)

("d:\Program Files (x86)\MiKTeX 2.8\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.
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\00miktex\hyperref.cfg"
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\oberdiek\kvoptions.sty"
Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO)

("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\oberdiek\kvsetkeys.sty"
Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler support (HO)
))
Package hyperref Info: Option `final' set `true' on input line 2864.
Package hyperref Info: Option `linktocpage' 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 OFF on input line 2995.

Implicit mode ON; LaTeX internals redefined
Package hyperref Info: Bookmarks ON on input line 3191.
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\ltxmisc\url.sty"
\Urlmuskip=\muskip10
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 3428.

("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\oberdiek\bitset.sty"
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\oberdiek\intcalc.sty"
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\oberdiek\bigintcalc.sty"
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)

("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\oberdiek\pdftexcmds.sty"
Package: pdftexcmds 2009/04/10 v0.4 LuaTeX support for pdfTeX utility functions (HO)

("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\oberdiek\ifluatex.sty"
Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
Package pdftexcmds Info: LuaTeX not detected on input line 144.
)))
\Fld@menulength=\count94
\Field@Width=\dimen105
\Fld@charsize=\dimen106
\Field@toks=\toks17
Package hyperref Info: Hyper figures OFF on input line 4346.
Package hyperref Info: Link nesting OFF on input line 4351.
Package hyperref Info: Hyper index ON on input line 4354.
Package hyperref Info: backreferencing OFF on input line 4361.
Package hyperref Info: Link coloring OFF on input line 4366.
Package hyperref Info: Link coloring with OCG OFF on input line 4371.
Package hyperref Info: PDF/A mode OFF on input line 4376.

("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\oberdiek\atbegshi.sty"
Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO)
)
\Hy@abspage=\count95
\c@Item=\count96
\c@Hfootnote=\count97
)
*hyperref using default driver hpdftex*
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\hyperref\hpdftex.def"
File: hpdftex.def 2009/09/10 v6.78u Hyperref driver for pdfTeX
\Fld@listcount=\count98
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\soul\soul.sty
Package: soul 2003/11/17 v2.4 letterspacing/underlining (mf)
\SOUL@word=\toks18
\SOUL@lasttoken=\toks19
\SOUL@cmds=\toks20
\SOUL@buffer=\toks21
\SOUL@token=\toks22
\SOUL@spaceskip=\skip47
\SOUL@ttwidth=\dimen107
\SOUL@uldp=\dimen108
\SOUL@ulht=\dimen109
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\breakurl\breakurl.sty
Package: breakurl 2009/01/24 v1.30 Breakable hyperref URLs

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\xkeyval\xkeyval.sty"
Package: xkeyval 2008/08/13 v2.6a package option processing (HA)

("d:\Program Files (x86)\MiKTeX 2.8\tex\generic\xkeyval\xkeyval.tex"
\XKV@toks=\toks23
\XKV@tempa@toks=\toks24
\XKV@depth=\count99
File: xkeyval.tex 2008/08/13 v2.6a key=value parser (HA)
))

Package breakurl Warning: You are using breakurl while processing via pdflatex.
(breakurl)                \burl will be just a synonym of \url.
(breakurl)                 on input line 47.

) (C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\setspace\setspace.sty
Package: setspace 2000/12/01 6.7 Contributed and Supported LaTeX2e package

Package: `setspace' 6.7 <2000/12/01>
) ("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\tools\multicol.sty"
Package: multicol 2006/05/18 v1.6g multicolumn formatting (FMi)
\c@tracingmulticols=\count100
\mult@box=\box27
\multicol@leftmargin=\dimen110
\c@unbalance=\count101
\c@collectmore=\count102
\doublecol@number=\count103
\multicoltolerance=\count104
\multicolpretolerance=\count105
\full@width=\dimen111
\page@free=\dimen112
\premulticols=\dimen113
\postmulticols=\dimen114
\multicolsep=\skip48
\multicolbaselineskip=\skip49
\partial@page=\box28
\last@line=\box29
\mult@rightbox=\box30
\mult@grightbox=\box31
\mult@gfirstbox=\box32
\mult@firstbox=\box33
\@tempa=\box34
\@tempa=\box35
\@tempa=\box36
\@tempa=\box37
\@tempa=\box38
\@tempa=\box39
\@tempa=\box40
\@tempa=\box41
\@tempa=\box42
\@tempa=\box43
\@tempa=\box44
\@tempa=\box45
\@tempa=\box46
\@tempa=\box47
\@tempa=\box48
\@tempa=\box49
\@tempa=\box50
\c@columnbadness=\count106
\c@finalcolumnbadness=\count107
\last@try=\dimen115
\multicolovershoot=\dimen116
\multicolundershoot=\dimen117
\mult@nat@firstbox=\box51
\colbreak@box=\box52
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\multirow\multirow.sty"
\bigstrutjot=\dimen118
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\caption\caption.sty
Package: caption 2010/01/09 v3.1m Customizing captions (AR)

(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\caption\caption3.sty
Package: caption3 2010/01/14 v3.1m caption3 kernel (AR)
\captionmargin=\dimen119
\captionmargin@=\dimen120
\captionwidth=\dimen121
\caption@indent=\dimen122
\caption@parindent=\dimen123
\caption@hangindent=\dimen124
)
Package caption Info: KOMA-Script document class.
\c@ContinuedFloat=\count108
Package caption Info: hyperref package is loaded.
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\tools\hhline.sty"
Package: hhline 1994/05/23 v2.03 Table rule package (DPC)
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\tools\longtable.sty"
Package: longtable 2004/02/01 v4.11 Multi-page Table package (DPC)
\LTleft=\skip50
\LTright=\skip51
\LTpre=\skip52
\LTpost=\skip53
\LTchunksize=\count109
\LTcapwidth=\dimen125
\LT@head=\box53
\LT@firsthead=\box54
\LT@foot=\box55
\LT@lastfoot=\box56
\LT@cols=\count110
\LT@rows=\count111
\c@LT@tables=\count112
\c@LT@chunks=\count113
\LT@p@ftn=\toks25
)
Class scrbook Info: longtable captions redefined on input line 40.

(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\booktabs\booktabs.sty
Package: booktabs 2005/04/14 v1.61803 publication quality tables
\heavyrulewidth=\dimen126
\lightrulewidth=\dimen127
\cmidrulewidth=\dimen128
\belowrulesep=\dimen129
\belowbottomsep=\dimen130
\aboverulesep=\dimen131
\abovetopsep=\dimen132
\cmidrulesep=\dimen133
\cmidrulekern=\dimen134
\defaultaddspace=\dimen135
\@cmidla=\count114
\@cmidlb=\count115
\@aboverulesep=\dimen136
\@belowrulesep=\dimen137
\@thisruleclass=\count116
\@lastruleclass=\count117
\@thisrulewidth=\dimen138
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\ams\math\amsmath.sty"
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip54

For additional information on amsmath, use the `?' option.
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\ams\math\amstext.sty"
Package: amstext 2000/06/29 v2.01

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\ams\math\amsgen.sty"
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks26
\ex@=\dimen139
))
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\ams\math\amsbsy.sty"
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen140
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\ams\math\amsopn.sty"
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count118
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count119
\leftroot@=\count120
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count121
\DOTSCASE@=\count122
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@=\box57
\strutbox@=\box58
\big@size=\dimen141
LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
\macc@depth=\count123
\c@MaxMatrixCols=\count124
\dotsspace@=\muskip11
\c@parentequation=\count125
\dspbrk@lvl=\count126
\tag@help=\toks27
\row@=\count127
\column@=\count128
\maxfields@=\count129
\andhelp@=\toks28
\eqnshift@=\dimen142
\alignsep@=\dimen143
\tagshift@=\dimen144
\tagwidth@=\dimen145
\totwidth@=\dimen146
\lineht@=\dimen147
\@envbody=\toks29
\multlinegap=\skip55
\multlinetaggap=\skip56
\mathdisplay@stack=\toks30
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\amsfonts\amssymb.sty"
Package: amssymb 2009/06/22 v3.00

("d:\Program Files (x86)\MiKTeX 2.8\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.
))
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\was\fixmath.sty
Package: fixmath 2000/04/11 v0.9 (WaS)
LaTeX Font Info:    Redeclaring math symbol \Gamma on input line 27.
LaTeX Font Info:    Redeclaring math symbol \Delta on input line 28.
LaTeX Font Info:    Redeclaring math symbol \Theta on input line 29.
LaTeX Font Info:    Redeclaring math symbol \Lambda on input line 30.
LaTeX Font Info:    Redeclaring math symbol \Xi on input line 31.
LaTeX Font Info:    Redeclaring math symbol \Pi on input line 32.
LaTeX Font Info:    Redeclaring math symbol \Sigma on input line 33.
LaTeX Font Info:    Redeclaring math symbol \Upsilon on input line 34.
LaTeX Font Info:    Redeclaring math symbol \Phi on input line 35.
LaTeX Font Info:    Redeclaring math symbol \Psi on input line 36.
LaTeX Font Info:    Redeclaring math symbol \Omega on input line 37.
LaTeX Font Info:    Redeclaring math symbol \alpha on input line 38.
LaTeX Font Info:    Redeclaring math symbol \beta on input line 39.
LaTeX Font Info:    Redeclaring math symbol \gamma on input line 40.
LaTeX Font Info:    Redeclaring math symbol \delta on input line 41.
LaTeX Font Info:    Redeclaring math symbol \epsilon on input line 42.
LaTeX Font Info:    Redeclaring math symbol \zeta on input line 43.
LaTeX Font Info:    Redeclaring math symbol \eta on input line 44.
LaTeX Font Info:    Redeclaring math symbol \theta on input line 45.
LaTeX Font Info:    Redeclaring math symbol \iota on input line 46.
LaTeX Font Info:    Redeclaring math symbol \kappa on input line 47.
LaTeX Font Info:    Redeclaring math symbol \lambda on input line 48.
LaTeX Font Info:    Redeclaring math symbol \mu on input line 49.
LaTeX Font Info:    Redeclaring math symbol \nu on input line 50.
LaTeX Font Info:    Redeclaring math symbol \xi on input line 51.
LaTeX Font Info:    Redeclaring math symbol \pi on input line 52.
LaTeX Font Info:    Redeclaring math symbol \rho on input line 53.
LaTeX Font Info:    Redeclaring math symbol \sigma on input line 54.
LaTeX Font Info:    Redeclaring math symbol \tau on input line 55.
LaTeX Font Info:    Redeclaring math symbol \upsilon on input line 56.
LaTeX Font Info:    Redeclaring math symbol \phi on input line 57.
LaTeX Font Info:    Redeclaring math symbol \chi on input line 58.
LaTeX Font Info:    Redeclaring math symbol \psi on input line 59.
LaTeX Font Info:    Redeclaring math symbol \omega on input line 60.
LaTeX Font Info:    Redeclaring math symbol \varepsilon on input line 61.
LaTeX Font Info:    Redeclaring math symbol \vartheta on input line 62.
LaTeX Font Info:    Redeclaring math symbol \varpi on input line 63.
LaTeX Font Info:    Redeclaring math symbol \varphi on input line 64.
LaTeX Font Info:    Redeclaring math symbol \varrho on input line 65.
LaTeX Font Info:    Redeclaring math symbol \varsigma on input line 66.
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\tools\array.sty"
Package: array 2005/08/23 v2.4b Tabular extension package (FMi)
\col@sep=\dimen148
\extrarowheight=\dimen149
\NC@list=\toks31
\extratabsurround=\skip57
\backup@length=\skip58
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\units\units.sty
Package: units 1998/08/04 v0.9b Typesetting units

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\ifthen.sty"
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\units\nicefrac.sty
Package: nicefrac 1998/08/04 v0.9b Nice fractions
\L@UnitsRaiseDisplaystyle=\skip59
\L@UnitsRaiseTextstyle=\skip60
\L@UnitsRaiseScriptstyle=\skip61
))
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\trfsigns\trfsigns.sty
Package: trfsigns 
)
("d:\Program Files (x86)\MiKTeX 2.8\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.

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\ts1enc.def"
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding TS1 on input line 42.
)
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.
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\was\gensymb.sty
Package: gensymb 2003/07/02 v1.0 (WaS)
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\wasysym\wasysym.sty
Package: wasysym 2003/10/30 v2.0 Wasy-2 symbol support package
\symwasy=\mathgroup6
LaTeX Font Info:    Overwriting symbol font `wasy' in version `bold'
(Font)                  U/wasy/m/n --> U/wasy/b/n on input line 90.
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\mhchem\mhchem.sty
Package: mhchem 2010/06/16 v3.08 for typesetting chemical formulae

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\tools\calc.sty"
Package: calc 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
\calc@Acount=\count130
\calc@Bcount=\count131
\calc@Adimen=\dimen150
\calc@Bdimen=\dimen151
\calc@Askip=\skip62
\calc@Bskip=\skip63
LaTeX Info: Redefining \setlength on input line 75.
LaTeX Info: Redefining \addtolength on input line 76.
\calc@Ccount=\count132
\calc@Cskip=\skip64
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\oberdiek\twoopt.sty"
Package: twoopt 2008/08/11 v1.5 Definitions with two optional arguments (HO)
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\graphics\graphics.sty"
Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\graphics\trig.sty"
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\00miktex\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.

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\pdftex-def\pdftex.def"
File: pdftex.def 2009/08/25 v0.04m Graphics/color for pdfTeX
\Gread@gobject=\count133
))
\tok@mhchem@ce@iii=\toks32
\mhchem@arrowminlength=\skip65
\mhchem@arrows@box=\box59
\mhchem@arrowlength@pgf=\skip66
\mhchem@arrowminlength@pgf=\skip67
\mhchem@bondwidth=\skip68
\mhchem@bondheight=\skip69
\mhchem@smallbondwidth@tmpA=\skip70
\mhchem@smallbondwidth@tmpB=\skip71
\mhchem@smallbondwidth=\skip72
\mhchem@cf@element=\toks33
\mhchem@cf@number=\toks34
\mhchem@cf@sup=\toks35
\tok@mhchem@cf@i=\toks36
\c@mhchem@cf@length=\count134
\mhchem@cf@replaceminus@tok=\toks37
\mhchem@option@minussidebearingleft=\skip73
\mhchem@option@minussidebearingright=\skip74
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\ziffer\ziffer.sty)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\microtype\microtype.sty
Package: microtype 2010/01/10 v2.4 Micro-typography with pdfTeX (RS)
\MT@toks=\toks38
\MT@count=\count135
LaTeX Info: Redefining \lsstyle on input line 1597.
LaTeX Info: Redefining \lslig on input line 1597.
\MT@outer@space=\skip75
LaTeX Info: Redefining \textls on input line 1605.
\MT@outer@kern=\dimen152
LaTeX Info: Redefining \textmicrotypecontext on input line 2156.
Package microtype Info: Loading configuration file microtype.cfg.

(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\microtype\microtype.cfg
File: microtype.cfg 2010/01/10 v2.4 microtype main configuration file (RS)
))
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\graphics\graphicx.sty"
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
\Gin@req@height=\dimen153
\Gin@req@width=\dimen154
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\wrapfig\wrapfig.sty
\wrapoverhang=\dimen155
\WF@size=\dimen156
\c@WF@wrappedlines=\count136
\WF@box=\box60
\WF@everypar=\toks39
Package: wrapfig 2003/01/31  v 3.6
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\floatflt\floatflt.sty
Package: floatflt 1997/07/16 v. 1.31
\c@OptionTest=\count137
\figbox=\box61
\tabbox=\box62
\pagebox=\box63
\ffigcount=\count138
\ftabcount=\count139
\fftest=\count140
\hangcount=\count141
\nosuccesstryfig=\count142
\nosuccesstrytab=\count143
\figgutter=\dimen157
\tabgutter=\dimen158
\htdone=\dimen159
\pageht=\dimen160
\startpageht=\dimen161
\tabbredd=\dimen162
\floatfltwidth=\dimen163
\fltitemwidth=\dimen164
\outputpretest=\toks40
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\rotating\rotating.sty
Package: rotating 2009/03/28 v2.16a rotated objects in LaTeX
\c@r@tfl@t=\count144
\rotFPtop=\skip76
\rotFPbot=\skip77
\rot@float@box=\box64
\rot@mess@toks=\toks41
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\listings\listings.sty
\lst@mode=\count145
\lst@gtempboxa=\box65
\lst@token=\toks42
\lst@length=\count146
\lst@currlwidth=\dimen165
\lst@column=\count147
\lst@pos=\count148
\lst@lostspace=\dimen166
\lst@width=\dimen167
\lst@newlines=\count149
\lst@lineno=\count150
\lst@maxwidth=\dimen168

(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\listings\lstmisc.sty
File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
\c@lstnumber=\count151
\lst@skipnumbers=\count152
\lst@framebox=\box66
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\listings\listings.cfg
File: listings.cfg 2007/02/22 1.4 listings configuration
))
Package: listings 2007/02/22 1.4 (Carsten Heinz)

(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\xcolor\xcolor.sty
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\00miktex\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.

(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\xcolor\svgnam.def
File: svgnam.def 2007/01/21 v2.11 Predefined colors according to SVG 1.1 (UK)
))
("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\geometry\geometry.sty"
Package: geometry 2008/12/21 v4.2 Page Geometry
\Gm@cnth=\count153
\Gm@cntv=\count154
\c@Gm@tempcnt=\count155
\Gm@bindingoffset=\dimen169
\Gm@wd@mp=\dimen170
\Gm@odd@mp=\dimen171
\Gm@even@mp=\dimen172
\Gm@dimlist=\toks43

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\geometry\geometry.cfg"))
("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Hauptdatei\mandaDef.tex")
("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Hauptdatei\userDef.tex")
("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Hauptdatei\Kniemodell.aux"
("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Vorspann\Abkuerzungen.aux"))
LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 77.
LaTeX Font Info:    ... okay on input line 77.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 77.
LaTeX Font Info:    ... okay on input line 77.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 77.
LaTeX Font Info:    ... okay on input line 77.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 77.
LaTeX Font Info:    ... okay on input line 77.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 77.
LaTeX Font Info:    ... okay on input line 77.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 77.
LaTeX Font Info:    ... okay on input line 77.
LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 77.
LaTeX Font Info:    ... okay on input line 77.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 77.
LaTeX Font Info:    ... okay on input line 77.
Package hyperref Info: Link coloring OFF on input line 77.

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\hyperref\nameref.sty"
Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\oberdiek\refcount.sty"
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
\c@section@level=\count156
)
LaTeX Info: Redefining \ref on input line 77.
LaTeX Info: Redefining \pageref on input line 77.

("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Hauptdatei\Kniemodell.out")
("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Hauptdatei\Kniemodell.out")
\@outlinefile=\write3
\AtBeginShipoutBox=\box67
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: floatflt package is loaded.
Package caption Info: listings package is loaded.
Package caption Info: longtable package is loaded.

(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\caption\ltcaption.sty
Package: ltcaption 2008/03/28 v1.2 longtable captions (AR)
)
Package caption Info: rotating package is loaded.
Package caption Info: wrapfig package is loaded.
Package caption Info: End \AtBeginDocument code.
\symgns@font=\mathgroup7
LaTeX Font Info:    Overwriting symbol font `gns@font' in version `bold'
(Font)                  TS1/cmr/m/n --> TS1/cmr/bx/n on input line 77.
Package gensymb Info: Math companion symbols declared on input line 77.
LaTeX Info: Redefining \degree on input line 77.
LaTeX Info: Redefining \celsius on input line 77.
Package gensymb Info: Using text companion symbols for \degree, \celsius and \perthousand on input line 77.
LaTeX Info: Redefining \ohm on input line 77.
Package gensymb Info: Using \textohm for \ohm on input line 77.
Package gensymb Info: Using \textmu for \micro on input line 77.

("d:\Program Files (x86)\MiKTeX 2.8\tex\context\base\supp-pdf.tex"
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count157
\scratchdimen=\dimen173
\scratchbox=\box68
\nofMPsegments=\count158
\nofMParguments=\count159
\everyMPshowfont=\toks44
\MPscratchCnt=\count160
\MPscratchDim=\dimen174
\MPnumerator=\count161
\everyMPtoPDFconversion=\toks45
)
LaTeX Info: Redefining \microtypecontext on input line 77.
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: 1, 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.
 (C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\microtype\mt-cmr.cfg
File: mt-cmr.cfg 2009/11/09 v2.0 microtype config. file: Computer Modern Roman (RS)
)
\c@lstlisting=\count162

*geometry auto-detecting driver*
*geometry detected driver: pdftex*
-------------------- Geometry parameters
paper: a4paper
landscape: --
twocolumn: --
twoside: true
asymmetric: --
h-parts: 99.58464pt, 426.79135pt, 71.13188pt
v-parts: 71.13188pt, 688.5567pt, 85.35826pt
hmarginratio: --
vmarginratio: --
lines: --
heightrounded: --
bindingoffset: 0.0pt
truedimen: --
includehead: --
includefoot: --
includemp: --
driver: pdftex
-------------------- Page layout dimensions and switches
\paperwidth  597.50787pt
\paperheight 845.04684pt
\textwidth  426.79135pt
\textheight 688.5567pt
\oddsidemargin  27.31465pt
\evensidemargin -1.1381pt
\topmargin  -38.53812pt
\headheight 28.45274pt
\headsep    20.40001pt
\footskip   47.60002pt
\marginparwidth 89.62619pt
\marginparsep   12.8401pt
\columnsep  10.0pt
\skip\footins  10.0pt plus 4.0pt minus 2.0pt
\hoffset 0.0pt
\voffset 0.0pt
\mag 1000
\@twosidetrue \@mparswitchtrue 
(1in=72.27pt, 1cm=28.45pt)
-----------------------
("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Titelblatt\titel.tex"
<../Titelblatt/tum_logo.jpg, id=6, 117.65695pt x 132.66957pt>
File: ../Titelblatt/tum_logo.jpg Graphic file (type jpg)
 <use ../Titelblatt/tum_logo.jpg>
LaTeX Font Info:    Try loading font information for U+msa on input line 12.

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\amsfonts\umsa.fd"
File: umsa.fd 2009/06/22 v3.00 AMS symbols A
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\microtype\mt-msa.cfg
File: mt-msa.cfg 2006/02/04 v1.1 microtype config. file: AMS symbols (a) (RS)
)
LaTeX Font Info:    Try loading font information for U+msb on input line 12.

("d:\Program Files (x86)\MiKTeX 2.8\tex\latex\amsfonts\umsb.fd"
File: umsb.fd 2009/06/22 v3.00 AMS symbols B
)
(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\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 U+wasy on input line 12.

(C:\Users\Hildegard\AppData\Roaming\MiKTeX\2.8\tex\latex\wasysym\uwasy.fd
File: uwasy.fd 2003/10/30 v2.0 Wasy-2 symbol font definitions
)
<../Titelblatt/spgm_logo.jpg, id=7, 228.6141pt x 114.9093pt>
File: ../Titelblatt/spgm_logo.jpg Graphic file (type jpg)
 <use ../Titelblatt/spgm_logo.jpg>
Overfull \hbox (36.55875pt too wide) in paragraph at lines 17--18
 [] 
 []

[1



{C:/Users/Hildegard/AppData/Local/MiKTeX/2.8/pdftex/config/pdftex.map} <D:/Hans/Studium/Semesterarbeit Knie/Muskelelasti
zität/Kniemodell Tex Richard/Titelblatt/tum_logo.jpg> <D:/Hans/Studium/Semesterarbeit Knie/Muskelelastizität/Kniemodell 
Tex Richard/Titelblatt/spgm_logo.jpg>]) [2


]
Package tocbasic Info: character protrusion at toc deactivated on input line 86.

("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Hauptdatei\Kniemodell.toc")
\tf@toc=\write4
 [1


]
("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Vorspann\Abkuerzungen.tex" [2



]) [3]
("D:\Hans\Studium\Semesterarbeit Knie\Muskelelastizität\Kniemodell Tex Richard\Vorspann\Erklaerung.tex") [4


! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.
\AtBegShi@Output ...ipout \box \AtBeginShipoutBox 
                                                  \fi \fi 
l.89 		\cleardoublepage
                       

 
Here is how much of TeX's memory you used:
 13942 strings out of 495285
 216507 string characters out of 3179867
 362539 words of memory out of 3000000
 16794 multiletter control sequences out of 15000+200000
 19334 words of font info for 67 fonts, out of 3000000 for 9000
 14 hyphenation exceptions out of 8191
 55i,11n,92p,409b,422s stack positions out of 5000i,500n,10000p,200000b,50000s
!  ==> Fatal error occurred, no output PDF file produced!

Danke fürs Drüberschaun!

Benutzeravatar
Stefan Kottwitz
Admin
Admin
Beiträge: 2528
Registriert: Di 8. Jul 2008, 00:39
Kontaktdaten:

pdfTeX error (font expansion)

Beitrag von Stefan Kottwitz »

Versuch mal, ob es ohne microtype geht, also kommentiere diese Zeile aus:
\usepackage{microtype}
Stefan

gro_om
Forum-Anfänger
Forum-Anfänger
Beiträge: 10
Registriert: Mo 2. Aug 2010, 15:02

Beitrag von gro_om »

Hat leider nicht geholfen.

Eine Fehlermeldung hab ich noch vergessen zu posten.

Sie tritt vor dem Kompilieren auf, sobald ich F7 drücke:
"Es trat ein Fehler beim Speichern der Datei
D:\...\Kniemodell.tex
auf.
Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist."

Benutzeravatar
Stefan Kottwitz
Admin
Admin
Beiträge: 2528
Registriert: Di 8. Jul 2008, 00:39
Kontaktdaten:

Beitrag von Stefan Kottwitz »

gro_om hat geschrieben:Hat leider nicht geholfen.
Diese Beschreibung hilf leider auch nicht! Es sagt nicht aus, ob sich etwas geändert hat, ob weniger Fehler auftreten oder andere.
Z.B. würde ich erwarten, dass der Fehler
! pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.
ohne microtype nicht mehr auftritt, da microtype die font expansion vornimmt. Da dies die letzte Fehlermeldung vor dem Abbruch ist, gehe ich davon aus, dass es geholfen hat und Du nur evtl. vor einem weiteren Problem stehst, das im Übersetzen später auftritt.

Falls das so ist, kannst Du das neue logfile posten. Wenn .log nicht als Datei-Endung erlaubt ist, benenne es eben in .txt um.

Stefan

Antworten