PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit Index oder so



klofisch
18-04-2007, 20:48
Hallo,

ich bekomme folgende Fehlermeldung beim kompilieren zum PDF(siehe Anlage).
Ich benutze hauptsächlich als Editor "LEd".

Wo ist das Problem?


Danke Peter

localghost
18-04-2007, 20:59
Du benutzt wahrscheinlich eine Dokumentklasse (article oder scrartcl), die keine Kapitel unterstützt. Da musst Du schon mindestens report (oder scrreprt) verwenden. Es könnte auch sein, dass Du versucht hast, eine Datei zu bearbeiten, die nicht mit dem Befehl \documentclass eingeleitet wird.

klofisch
18-04-2007, 21:38
Also das Dokument ist als report gekennzeichnet und es besteht aus mehreren Dateien.
Hier ist der Code der Hauptdatei, vielleicht hat ja noch jemand nen Tip.

Danke




\documentclass[12pt,a4paper]{report}


% PACKAGES:

% Define typearea
% a) Use automatic:
\usepackage[BCOR1cm]{typearea}
% b) Or use fixed:
%\usepackage{geometry}
%\geometry{left=1.5cm,textwidth=18.5cm,top=1.5cm,t extheight=26.5cm}

% Use German :
\usepackage[german, USenglish]{babel}
% Use list of tabels, etc. in table of contents:
\usepackage{tocbibind}
% German paragraph skip
\usepackage{parskip}
% Encoder:????
\usepackage[latin1]{inputenc}
% Use A4-paper efficiently:
\usepackage{a4wide}
% Index-generation
\usepackage{makeidx}
% Einbinden von URLs:
\usepackage{url}
% Include .eps-files (needed also for the LKN-logo):
\usepackage{epsf}
% Special \LaTex symbols (e.g. \BibTeX):
\usepackage{doc}
% Include Graphic-files:
%\usepackage{graphics}
% Include Graphic-files:
\usepackage{graphicx}
% Include doc++ generated tex-files:
%\usepackage{docxx}
% Include PDF links
\usepackage[pdftex, bookmarks=true]{hyperref}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%

% OTHER SETTINGS:

% Pagestyle:
\pagestyle{headings}

% Avoid 'overhang':
\sloppy

% Choose language
\newcommand{\setlang}[1]{\selectlanguage{#1}\nonfrenchspacing}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%

% TITLE:

\begin{document}

\thispagestyle{empty}
\newpage

\vspace{5cm}
\begin{center}
\includegraphics{FHTW_Logo_rgb.pdf}
\end{center}
\parbox{15cm}{\begin{center} {\sf\bf
\Large Technische Universität München
\smallskip

\Large Lehrstuhl für Kommunikationsnetze
\smallskip
}

{\sf \large Prof. Dr.-Ing. Jörg Eberspächer}
\end{center}} %&

\vspace{4cm}

\begin{center}
{\bf\Huge Diplomarbeit} % Studienarbeit, Interdisziplinäres Projekt
\end{center}

\begin{center}
\settowidth{\baselineskip}{0.4cm}
{\LARGE
Thema
}
\end{center}

\vfill
{\settowidth{\baselineskip}{0.2cm}
\large\begin{tabular}[l]{ll}
Diplomand: & Name des Autors\\
Matrikelnummer: & Matrikelnummer des Autors\\
Anschrift: & Anschrift des\\
& Autors\\
Betreuer: & Name des Betreuers\\
Beginn: & Datum des Arbeitsbeginns\\
Abgabe: & Datum des Vortrags
\end{tabular}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%

% MAIN PART:

% German abstract:
\include{Kurzfassung}
% English abstract:
\include{Abstract}
% Table of contents:
\tableofcontents
% Introduction (Einleitung):
\include{Introduction}

% Text Body (Hauptteil)
% Could have multiple chaper-files, e.g.:
\include{Body}
%\include{StateOfTheArt}
%\include{Problem}
%\include{HowTo}
%\include{Results}
% Conclusions (Zusammenfassung):
\include{Conclusions}
% Appendix (Anhänge), could have multiple chaper-files:
\appendix
\include{Appendix}
% List of figures (Abbildungsverzeichnis):
\listoffigures
% List of tables (Tabellenverzeichnis):
\listoftables
% Glossary (Glossar):
%\include{Glossary}
% List of formulae (Liste der Formelzeichen):
%\include{Formulae}
% Abbreviations (Abkürzungsverzeichnis):
%\include{Abbreviations}

% References (Literaturverzeichnis):
% a) Style (with numbers: use unsrt):
\bibliographystyle{alpha}
% b) The File:
\bibliography{Bibliography}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%
\end{document}

localghost
19-04-2007, 09:05
Dann hast Du versucht, die falsche Datei zu kompilieren. Die ausgegebene Fehlermeldung jedenfalls deutet darauf hin.

18-04-07 21:42:05: START "C:\Programme\LEd\Batches\latex.bat" "D:\Daten\LEdProjects\BTO
This is pdfetex, Version 3.141592-2.2 (MikTeX 2.5)
entering extended mode
(Body.tex
LaTeX2e <2005/12/01>
Babel <3.8g> and hyphenation patterns for english, dumylang, no hyphenation, german,
ngerman, french, loaded.
! Undefined control sequence
l.1 \chapter
{Umweltkennzahlen}
?
Der Fehler wird in der Datei Body.tex angezeigt. Und das schon in der ersten Zeile. In der Fehlermeldung ist jedoch überhaupt nicht zu erkennen, dass die Dokumentklasse report mit den entsprechenden Schriften und den von dir angegebenen Paketen geladen wird. All dies sollte ja noch vor dem Einlesen von Body.tex geschehen. Also solltest Du sicherstellen, dass nur die Hauptdatei und nicht irgendeine der ausgelagerten Dateien bearbeitet wird.

klofisch
19-04-2007, 09:15
Nein ich habe schon die Datei da oben kompiliert :)

countbela666
19-04-2007, 09:26
Nein ich habe schon die Datei da oben kompiliert :)Dann hast du uns die falsche Log-Datei geschickt. Das von dir zitierte LOG sagt eindeutig aus, dass Body.tex und NUR Body.tex kompiliert wurde. Dazu passt dann auch die Fehlermeldung, denn ohne Präambel kann der Befehl \chapter nicht definiert sein.

Grüße
Marcel

klofisch
19-04-2007, 09:31
Log-Datei der Hauptdatei




entering extended mode
**d:/Daten/LEdProjects/BT01/DiplomarbeitLkn.tex
(d:\Daten\LEdProjects\BT01\DiplomarbeitLkn.tex
LaTeX2e <2005/12/01>
Babel <v3.8g> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, french, loaded.
("C:\Programme\MiKTeX 2.5\tex\latex\base\report.cls"
Document Class: report 2005/09/16 v1.4f Standard LaTeX document class
("C:\Programme\MiKTeX 2.5\tex\latex\base\size12.clo"
File: size12.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
)
\c@part=\count79
\c@chapter=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
("C:\Programme\MiKTeX 2.5\tex\latex\koma-script\typearea.sty"
Package: typearea 2007/03/07 v2.97a KOMA-Script package (type area)

Package typearea, 2007/03/07 v2.97a KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-

("C:\Programme\MiKTeX 2.5\tex\latex\koma-script\scrkbase.sty"
Package: scrkbase 2007/03/07 v2.97a KOMA-Script package (basics and keyval use)


("C:\Programme\MiKTeX 2.5\tex\latex\graphics\keyval.sty"
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
("C:\Programme\MiKTeX 2.5\tex\latex\koma-script\scrlfile.sty"
Package: scrlfile 2007/03/07 v2.97a KOMA-Script package (loading files)

Package scrlfile, 2007/03/07 v2.97a KOMA-Script package (loading files)
Copyright (C) Markus Kohm

))
\ta@bcor=\skip43
\ta@div=\count88
Package scrkbase Info: You've used the obsolete option `a4paper'.
(scrkbase) \KOMAoptions{paper=a4} will be used instead.
(scrkbase) You should do this change too on input line 425.
\ta@hblk=\skip44
\ta@vblk=\skip45
\ta@temp=\skip46
Package typearea Info: These are the values describing the layout:
(typearea) DIV = 12
(typearea) BCOR = 28.45274pt
(typearea) \paperwidth = 597.50793pt
(typearea) \textwidth = 426.7914pt
(typearea) DIV-departure = -1/100
(typearea) \evensidemargin = 27.31465pt
(typearea) \oddsidemargin = 27.31465pt
(typearea) \paperheight = 845.04694pt
(typearea) \textheight = 635.5pt
(typearea) \topmargin = -41.72441pt
(typearea) \headheight = 18.125pt
(typearea) \headsep = 21.75pt
(typearea) \topskip = 12.0pt
(typearea) \footskip = 50.75pt
(typearea) \baselineskip = 14.5pt
(typearea) on input line 879.
) ("C:\Programme\MiKTeX 2.5\tex\generic\babel\babel.sty"
Package: babel 2005/05/21 v3.8g The Babel package

*************************************
* Local config file bblopts.cfg used
*
("C:\Programme\MiKTeX 2.5\tex\latex\00miktex\bblopts.cfg"
File: bblopts.cfg 2006/07/31 v1.0 MiKTeX 'babel' configuration
)
("C:\Programme\MiKTeX 2.5\tex\generic\babel\germanb.ldf"
Language: germanb 2004/02/19 v2.6k German support from the babel system

("C:\Programme\MiKTeX 2.5\tex\generic\babel\babel.def"
File: babel.def 2005/05/21 v3.8g Babel common definitions
\babel@savecnt=\count89
\U@D=\dimen103
)
\l@austrian = a dialect from \language\l@german
Package babel Info: Making " an active character on input line 91.
)
("C:\Programme\MiKTeX 2.5\tex\generic\babel\english.ldf"
Language: english 2005/03/30 v3.3o English support from the babel system
\l@british = a dialect from \language\l@english
\l@UKenglish = a dialect from \language\l@english
\l@canadian = a dialect from \language\l@american
\l@australian = a dialect from \language\l@british
\l@newzealand = a dialect from \language\l@british
))
("C:\Programme\MiKTeX 2.5\tex\latex\tocbibind\tocbibind.sty"
Package: tocbibind 2003/03/13 v1.5g extra ToC listings


Package tocbibind Note: The document has chapter divisions.


Package tocbibind Note: Using chapter style headings, unless overridden.

) ("C:\Programme\MiKTeX 2.5\tex\latex\ltxmisc\parskip.sty"
Package: parskip 2001/04/09 non-zero parskip adjustments
)
("C:\Programme\MiKTeX 2.5\tex\latex\base\inputenc.sty"
Package: inputenc 2006/05/05 v1.1b Input encoding file
\inpenc@prehook=\toks15
\inpenc@posthook=\toks16

("C:\Programme\MiKTeX 2.5\tex\latex\base\latin1.def"
File: latin1.def 2006/05/05 v1.1b Input encoding file
))
("C:\Programme\MiKTeX 2.5\tex\latex\ltxmisc\a4wide.sty"
Package: a4wide 1994/08/30

("C:\Programme\MiKTeX 2.5\tex\latex\ntgclass\a4.sty"
Package: a4 2004/04/15 v1.2g A4 based page layout
))
("C:\Programme\MiKTeX 2.5\tex\latex\base\makeidx.sty"
Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
)
("C:\Programme\MiKTeX 2.5\tex\latex\ltxmisc\url.sty"
\Urlmuskip=\muskip10
Package: url 2005/06/27 ver 3.2 Verb mode for urls, etc.
)
("C:\Programme\MiKTeX 2.5\tex\latex\epsf\epsf.sty"
This is `epsf.tex' v2.7.3 <23 July 2005>
\epsffilein=\read1
\epsfframemargin=\dimen104
\epsfframethickness=\dimen105
\epsfrsize=\dimen106
\epsftmp=\dimen107
\epsftsize=\dimen108
\epsfxsize=\dimen109
\epsfysize=\dimen110
\pspoints=\dimen111
) ("C:\Programme\MiKTeX 2.5\tex\latex\base\doc.sty"
Package: doc 2006/02/02 v2.1d Standard LaTeX documentation package (FMi)
\c@StandardModuleDepth=\count90
\guard@level=\count91
\MacrocodeTopsep=\skip47
\MacroIndent=\dimen112
\macro@cnt=\count92
\MacroTopsep=\skip48
\index@excludelist=\toks17

("C:\Programme\MiKTeX 2.5\tex\latex\tools\multicol.sty"
Package: multicol 2006/05/18 v1.6g multicolumn formatting (FMi)
\c@tracingmulticols=\count93
\mult@box=\box26
\multicol@leftmargin=\dimen113
\c@unbalance=\count94
\c@collectmore=\count95
\doublecol@number=\count96
\multicoltolerance=\count97
\multicolpretolerance=\count98
\full@width=\dimen114
\page@free=\dimen115
\premulticols=\dimen116
\postmulticols=\dimen117
\multicolsep=\skip49
\multicolbaselineskip=\skip50
\partial@page=\box27
\last@line=\box28
\mult@rightbox=\box29
\mult@grightbox=\box30
\mult@gfirstbox=\box31
\mult@firstbox=\box32
\@tempa=\box33
\@tempa=\box34
\@tempa=\box35
\@tempa=\box36
\@tempa=\box37
\@tempa=\box38
\@tempa=\box39
\@tempa=\box40
\@tempa=\box41
\@tempa=\box42
\@tempa=\box43
\@tempa=\box44
\@tempa=\box45
\@tempa=\box46
\@tempa=\box47
\@tempa=\box48
\@tempa=\box49
\c@columnbadness=\count99
\c@finalcolumnbadness=\count100
\last@try=\dimen118
\multicolovershoot=\dimen119
\multicolundershoot=\dimen120
\mult@nat@firstbox=\box50
\colbreak@box=\box51
)
\IndexMin=\dimen121
\c@IndexColumns=\count101
\GlossaryMin=\dimen122
\c@GlossaryColumns=\count102
\check@sum=\count103
\bslash@cnt=\count104
\wrong@table=\toks18
\c@CodelineNo=\count105
)
("C:\Programme\MiKTeX 2.5\tex\latex\graphics\graphicx.sty"
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

("C:\Programme\MiKTeX 2.5\tex\latex\graphics\graphics.sty"
Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)

("C:\Programme\MiKTeX 2.5\tex\latex\graphics\trig.sty"
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
("C:\Programme\MiKTeX 2.5\tex\latex\00miktex\graphics.cfg"
File: graphics.cfg 2005/12/29 v1.2 MiKTeX 'graphics' configuration
)
Package graphics Info: Driver file: pdftex.def on input line 90.

("C:\Programme\MiKTeX 2.5\tex\latex\graphics\pdftex.def"
File: pdftex.def 2007/03/15 v0.04e Graphics/color for pdfTeX
\Gread@gobject=\count106
))
\Gin@req@height=\dimen123
\Gin@req@width=\dimen124
)
("C:\Programme\MiKTeX 2.5\tex\latex\hyperref\hyperref.sty"
Package: hyperref 2007/02/27 v6.75t Hypertext links for LaTeX
\@linkdim=\dimen125
\Hy@linkcounter=\count107
\Hy@pagecounter=\count108

("C:\Programme\MiKTeX 2.5\tex\latex\hyperref\pd1enc.def"
File: pd1enc.def 2007/02/27 v6.75t Hyperref: PDFDocEncoding definition (HO)
)
("C:\Programme\MiKTeX 2.5\tex\latex\00miktex\hyperref.cfg"
File: hyperref.cfg 2006/02/14 v1.1 MiKTeX 'hyperref' configuration
)
("C:\Programme\MiKTeX 2.5\tex\latex\oberdiek\kvoptions.sty"
Package: kvoptions 2006/08/22 v2.4 Connects package keyval with LaTeX options (
HO)
)
Package hyperref Info: Option `bookmarks' set `true' on input line 2252.
Package hyperref Info: Hyper figures OFF on input line 2302.
Package hyperref Info: Link nesting OFF on input line 2307.
Package hyperref Info: Hyper index ON on input line 2310.
Package hyperref Info: Plain pages OFF on input line 2317.
Package hyperref Info: Backreferencing OFF on input line 2322.

Implicit mode ON; LaTeX internals redefined
Package hyperref Info: Bookmarks ON on input line 2458.
LaTeX Info: Redefining \url on input line 2613.
\Fld@menulength=\count109
\Field@Width=\dimen126
\Fld@charsize=\dimen127
\Choice@toks=\toks19
\Field@toks=\toks20
Package hyperref Info: Hyper figures OFF on input line 3121.
Package hyperref Info: Link nesting OFF on input line 3126.
Package hyperref Info: Hyper index ON on input line 3129.
Package hyperref Info: backreferencing OFF on input line 3136.
Package hyperref Info: Link coloring OFF on input line 3141.
\Hy@abspage=\count110
\c@Item=\count111
\c@Hfootnote=\count112
)
*hyperref using driver hpdftex*
("C:\Programme\MiKTeX 2.5\tex\latex\hyperref\hpdftex.def"
File: hpdftex.def 2007/02/27 v6.75t Hyperref driver for pdfTeX
\Fld@listcount=\count113
) (DiplomarbeitLkn.aux (Kurzfassung.aux) (Abstract.aux) (Introduction.aux) (Bod
y.aux)
(Conclusions.aux) (Appendix.aux))
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 66.
LaTeX Font Info: ... okay on input line 66.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 66.
LaTeX Font Info: ... okay on input line 66.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 66.
LaTeX Font Info: ... okay on input line 66.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 66.
LaTeX Font Info: ... okay on input line 66.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 66.
LaTeX Font Info: ... okay on input line 66.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 66.
LaTeX Font Info: ... okay on input line 66.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 66.
LaTeX Font Info: ... okay on input line 66.

("C:\Programme\MiKTeX 2.5\tex\context\base\supp-pdf.tex"
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count114
\scratchdimen=\dimen128
\scratchbox=\box52
\nofMPsegments=\count115
\nofMParguments=\count116
\MPscratchCnt=\count117
\MPscratchDim=\dimen129
\MPnumerator=\count118
\everyMPtoPDFconversion=\toks21
)
Package hyperref Info: Link coloring OFF on input line 66.
("C:\Programme\MiKTeX 2.5\tex\latex\hyperref\nameref.sty"
Package: nameref 2006/12/27 v2.28 Cross-referencing by name of section

("C:\Programme\MiKTeX 2.5\tex\latex\oberdiek\refcount.sty"
Package: refcount 2006/02/20 v3.0 Data extraction from references (HO)
)
\c@section@level=\count119
)
LaTeX Info: Redefining \ref on input line 66.
LaTeX Info: Redefining \pageref on input line 66.

(DiplomarbeitLkn.out) (DiplomarbeitLkn.out)
\@outlinefile=\write3

Warning: (file FHTW_Logo_rgb.pdf): pdf inclusion: found pdf version <1.6>, but
at most version <1.4> allowed
<FHTW_Logo_rgb.pdf, id=107, 142.61281pt x 72.27pt>
File: FHTW_Logo_rgb.pdf Graphic file (type pdf)
<use FHTW_Logo_rgb.pdf>

! LaTeX Error: There's no line here to end.

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

l.75 \parbox
{15cm}{\begin{center} {\sf\bf
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.

LaTeX Font Info: External font `cmex10' loaded for size
(Font) <12> on input line 84.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 84.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 84.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <14.4> on input line 101.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <7> on input line 101.
[1

{psfonts.map} <FHTW_Logo_rgb.pdf>] (Kurzfassung.tex) [2

] (Abstract.tex)
[3


] (DiplomarbeitLkn.toc [4


])
\tf@toc=\write4
[5] (Introduction.tex
Kapitel 1.
) [6


] (Body.tex
Kapitel 2.
[7



]
LaTeX Font Info: Try loading font information for OMS+cmr on input line 21.
("C:\Programme\MiKTeX 2.5\tex\latex\base\omscmr.fd"
File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <12> not available
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 21.
[8] [9] [10] [11]
Kapitel 3.
[12

] [13] [14]
Kapitel 4.
[15

] [16] [17]
Kapitel 5.
[18

]) [19

] (Conclusions.tex
Kapitel 6.
) [20



] (Appendix.tex
Anhang A.
) [21



] (DiplomarbeitLkn.lof)
\tf@lof=\write5
[22


] (DiplomarbeitLkn.lot)
\tf@lot=\write6
(DiplomarbeitLkn.bbl
[23

]

LaTeX Warning: Empty `thebibliography' environment on input line 3.

) [24

] (DiplomarbeitLkn.aux (Kurzfassung.aux) (Abstract.aux) (Introduction.aux) (Bod
y.aux) (Conclusions.aux) (Appendix.aux)) )
Here is how much of TeX's memory you used:
4332 strings out of 95419
57076 string characters out of 1187407
130268 words of memory out of 1125776
7109 multiletter control sequences out of 60000
10542 words of font info for 37 fonts, out of 1000000 for 2000
14 hyphenation exceptions out of 8191
31i,7n,38p,1017b,440s stack positions out of 5000i,500n,10000p,200000b,32768s
PDF statistics:
270 PDF objects out of 300000
57 named destinations out of 300000
222 words of extra memory for PDF output out of 10000
<C:/Programme/MiKTeX 2.5/fonts/type1/
bluesky/cm/cmtt10.pfb><C:/Programme/MiKTeX 2.5/fonts/type1/bluesky/cm/cmcsc10.p
fb><C:/Programme/MiKTeX 2.5/fonts/type1/bluesky/cm/cmmi12.pfb><C:/Programme/MiK
TeX 2.5/fonts/type1/bluesky/cm/cmsy10.pfb><C:/Programme/MiKTeX 2.5/fonts/type1/
bluesky/cm/cmsl12.pfb><C:/Programme/MiKTeX 2.5/fonts/type1/bluesky/cm/cmr12.pfb
><C:/Programme/MiKTeX 2.5/fonts/type1/bluesky/cm/cmr17.pfb><C:/Programme/MiKTeX
2.5/fonts/type1/bluesky/cm/cmss12.pfb><C:/Programme/MiKTeX 2.5/fonts/type1/blu
esky/cm/cmbx12.pfb>
Output written on DiplomarbeitLkn.pdf (24 pages, 220358 bytes).

klofisch
19-04-2007, 12:17
Ich habs...der LEd hat fälschlicherweise die Body.tex als Main markiert,....somit hat sich der Fehler gefunden.