PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme mit Bibtex bei @article



Sebastian_82
17-06-2008, 08:50
Hallo ich benutze Bibtex für mein Literaturverzeichnis und habe das Problem das ich nur @Book benutzen kann andere Formate wie @article, oder so funktionieren nicht??????...muss man da noch was einstellen???

Ich benutze:



\bibliographystyle{alpha}

und füge die Einträge mit einer bib-Datei ein:



\bibliography{dok}

Ein Buch Eintrag der funktioniert sieht so aus:



@Book{bartels,
author = "Bartelsen and Janßen and Rockendorf",
title = "Heat transfer by Natural Convection in the Air Gap of Flat Plate Collectors",
edition = "Proc.ISES World Congress, pp267 ff",
publisher = "Budapest",
year = "1993",
keywords = "latex scglib",
}

wenn ich jetzt aber einen Artikel daraus machen möchte der so aussieht



@article{bartels,
author ="Bartelsen and Janßen and Rockendorf",
title = "Heat transfer by Natural Convection in the Air Gap of Flat Plate Collectors",
journal = "Proc.ISES World Congress",
volume = 21,
year = 1993,
pages = "pp267 ff"
}

funktioniert er nicht.....woran kann das liegen

vielen Dank im Voraus

Sabrina.Dankers
17-06-2008, 08:58
Korrigiere mal deinen Eintrag:



@article{bartels,
author ="Bartelsen and Janßen and Rockendorf",
title = "Heat transfer by Natural Convection in the Air Gap of Flat Plate Collectors",
journal = "Proc.ISES World Congress",
volume = "21",
year = "1993",
pages = "pp267 ff"
}


Du kannst nicht zweimal den gleichen Key verwenden. Tausche also bei article bartels gegen etwas anderes aus. Die übliche Variante ist eigentlich immer den Namen des ersten Autors plus das Jahr für die Kürzel zu verwenden, so weiß man eigentlich immer welches Buch gemeint ist. Und wenn es mehrere Bücher/Artikel aus dem gleichen Jahr gibt, dann hängt man noch kleine Buchstaben an.

Für den ersten Eintrag würde ich dann z.B. Bartelsen93a und für den zweiten Bartelsen93b nehmen.

Sebastian_82
17-06-2008, 09:06
Wenn ich das so änder, dann schreibt er schon ein kürzel hin, aber leider mit klein Buchstaben und auch keinen Eintrag:(

so sieht es aus(mittlerer Eintrag):

[AW75] Aalami and Williams. Thin Plate Design for Transverse Loading.Halsted
Press Book. New York, wiley edition, 1975.

[bar]

[BS04] Baehr and K. Stephan. Wärme- und Stoffübertragung. Springer Verlag, 4
edition, 2004.

mit so einer Formatierung:


@article{bartels,
author ="Bartelsen and Janßen and Rockendorf",
title = "Heat transfer by Natural Convection in the Air Gap of Flat Plate Collectors",
journal = "Proc.ISES World Congress",
volume = "21",
year = "1993",
pages = "pp267 ff"
}

Sabrina.Dankers
17-06-2008, 09:22
Hallo,

binde mal \usepackage{natbib} ein.

Sebastian_82
17-06-2008, 09:40
...hat leider nichts geholfen immer noch wie oben:( ...

matzemc
17-06-2008, 11:04
Also ich nutze keine " " sondern { }, Dann änder sich dein Code in:



@article{bartels,
author ={Bartelsen and Janßen and Rockendorf},
title = {Heat transfer by Natural Convection in the Air Gap of Flat Plate Collectors},
journal = {Proc.ISES World Congress},
volume = {21},
year = {1993},
pages = {pp267 ff},
}

Sabrina.Dankers
17-06-2008, 11:19
Das geht beides. Daran dürfte es nicht liegen. Häng doch mal dein log-File hier an.

Sebastian_82
17-06-2008, 17:08
Hier die log-datei...bisschen lang:)



This is pdfTeX, Version 3.141592-1.40.4 (MiKTeX 2.7) (preloaded format=pdflatex 2007.12.17) 17 JUN 2008 17:04
entering extended mode
**C:/Dokumente*und*Einstellungen/SJ/Desktop/Diplom/02_06/Latex/Diplomarbeit.tex

("C:/Dokumente und Einstellungen/SJ/Desktop/Diplom/02_06/Latex/Diplomarbeit.tex
"
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, french, loaded.
("C:\Programme\MiKTeX 2.7\tex\latex\base\report.cls"
Document Class: report 2005/09/16 v1.4f Standard LaTeX document class
("C:\Programme\MiKTeX 2.7\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.7\tex\generic\babel\babel.sty"
Package: babel 2005/11/23 v3.8h The Babel package

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

("C:\Programme\MiKTeX 2.7\tex\generic\babel\babel.def"
File: babel.def 2005/11/23 v3.8h Babel common definitions
\babel@savecnt=\count88
\U@D=\dimen103
)
\l@naustrian = a dialect from \language\l@ngerman
Package babel Info: Making " an active character on input line 92.
))
("C:\Programme\MiKTeX 2.7\tex\latex\base\inputenc.sty"
Package: inputenc 2006/05/05 v1.1b Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15

("C:\Programme\MiKTeX 2.7\tex\latex\base\latin1.def"
File: latin1.def 2006/05/05 v1.1b Input encoding file
))
("C:\Programme\MiKTeX 2.7\tex\latex\base\fontenc.sty"
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

("C:\Programme\MiKTeX 2.7\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.
))
("C:\Programme\MiKTeX 2.7\tex\latex\graphics\graphicx.sty"
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

("C:\Programme\MiKTeX 2.7\tex\latex\graphics\keyval.sty"
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks16
)
("C:\Programme\MiKTeX 2.7\tex\latex\graphics\graphics.sty"
Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)

("C:\Programme\MiKTeX 2.7\tex\latex\graphics\trig.sty"
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
("C:\Programme\MiKTeX 2.7\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.

("C:\Programme\MiKTeX 2.7\tex\latex\graphics\pdftex.def"
File: pdftex.def 2007/06/12 v0.04h Graphics/color for pdfTeX
\Gread@gobject=\count89
))
\Gin@req@height=\dimen104
\Gin@req@width=\dimen105
)
("C:\Programme\MiKTeX 2.7\tex\latex\tools\array.sty"
Package: array 2005/08/23 v2.4b Tabular extension package (FMi)
\col@sep=\dimen106
\extrarowheight=\dimen107
\NC@list=\toks17
\extratabsurround=\skip43
\backup@length=\skip44
)
("C:\Programme\MiKTeX 2.7\tex\latex\amsfonts\amssymb.sty"
Package: amssymb 2002/01/22 v2.2d

("C:\Programme\MiKTeX 2.7\tex\latex\amsfonts\amsfonts.sty"
Package: amsfonts 2001/10/25 v2.2f
\@emptytoks=\toks18
\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 132.
))
("C:\Programme\MiKTeX 2.7\tex\latex\amsmath\amsmath.sty"
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip45

For additional information on amsmath, use the `?' option.
("C:\Programme\MiKTeX 2.7\tex\latex\amsmath\amstext.sty"
Package: amstext 2000/06/29 v2.01

("C:\Programme\MiKTeX 2.7\tex\latex\amsmath\amsgen.sty"
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks19
\ex@=\dimen108
))
("C:\Programme\MiKTeX 2.7\tex\latex\amsmath\amsbsy.sty"
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen109
)
("C:\Programme\MiKTeX 2.7\tex\latex\amsmath\amsopn.sty"
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count90
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count91
\leftroot@=\count92
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count93
\DOTSCASE@=\count94
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@=\box26
\strutbox@=\box27
\big@size=\dimen110
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
\macc@depth=\count95
\c@MaxMatrixCols=\count96
\dotsspace@=\muskip10
\c@parentequation=\count97
\dspbrk@lvl=\count98
\tag@help=\toks20
\row@=\count99
\column@=\count100
\maxfields@=\count101
\andhelp@=\toks21
\eqnshift@=\dimen111
\alignsep@=\dimen112
\tagshift@=\dimen113
\tagwidth@=\dimen114
\totwidth@=\dimen115
\lineht@=\dimen116
\@envbody=\toks22
\multlinegap=\skip46
\multlinetaggap=\skip47
\mathdisplay@stack=\toks23
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
("C:\Programme\MiKTeX 2.7\tex\latex\ltxmisc\url.sty"
\Urlmuskip=\muskip11
Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
)
("C:\Programme\MiKTeX 2.7\tex\latex\booktabs\booktabs.sty"
Package: booktabs 2005/04/14 v1.61803 publication quality tables
\heavyrulewidth=\dimen117
\lightrulewidth=\dimen118
\cmidrulewidth=\dimen119
\belowrulesep=\dimen120
\belowbottomsep=\dimen121
\aboverulesep=\dimen122
\abovetopsep=\dimen123
\cmidrulesep=\dimen124
\cmidrulekern=\dimen125
\defaultaddspace=\dimen126
\@cmidla=\count102
\@cmidlb=\count103
\@aboverulesep=\dimen127
\@belowrulesep=\dimen128
\@thisruleclass=\count104
\@lastruleclass=\count105
\@thisrulewidth=\dimen129
)
("C:\Programme\MiKTeX 2.7\tex\latex\tools\tabularx.sty"
Package: tabularx 1999/01/07 v2.07 `tabularx' package (DPC)
\TX@col@width=\dimen130
\TX@old@table=\dimen131
\TX@old@col=\dimen132
\TX@target=\dimen133
\TX@delta=\dimen134
\TX@cols=\count106
\TX@ftn=\toks24
)
("C:\Programme\MiKTeX 2.7\tex\latex\xcolor\xcolor.sty"
Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

("C:\Programme\MiKTeX 2.7\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.

("C:\Programme\MiKTeX 2.7\tex\latex\colortbl\colortbl.sty"
Package: colortbl 2001/02/13 v0.1j Color table columns (DPC)
\everycr=\toks25
\minrowclearance=\skip48
)
\rownum=\count107
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:\Programme\MiKTeX 2.7\tex\latex\slashbox\slashbox.sty"
slashbox style by K.Yasuoka, May 1993.
\@slashboxa=\box28
\@slashboxb=\box29
\@slashboxc=\box30
\@slashboxwd=\count108
\@slashboxht=\count109
\@slashsepl=\dimen135
\@slashsepr=\dimen136
) ("C:\Programme\MiKTeX 2.7\tex\latex\tools\longtable.sty"
Package: longtable 2004/02/01 v4.11 Multi-page Table package (DPC)
\LTleft=\skip49
\LTright=\skip50
\LTpre=\skip51
\LTpost=\skip52
\LTchunksize=\count110
\LTcapwidth=\dimen137
\LT@head=\box31
\LT@firsthead=\box32
\LT@foot=\box33
\LT@lastfoot=\box34
\LT@cols=\count111
\LT@rows=\count112
\c@LT@tables=\count113
\c@LT@chunks=\count114
\LT@p@ftn=\toks26
)
("C:\Programme\MiKTeX 2.7\tex\latex\carlisle\ltxtable.sty"
Package: ltxtable 1995/12/11 v0.2 longtable/tabularx merge (DPC)
)
("C:\Programme\MiKTeX 2.7\tex\latex\ms\ragged2e.sty"
Package: ragged2e 2003/03/25 v2.04 ragged2e Package (MS)

("C:\Programme\MiKTeX 2.7\tex\latex\ms\everysel.sty"
Package: everysel 1999/06/08 v1.03 EverySelectfont Package (MS)
)
\CenteringLeftskip=\skip53
\RaggedLeftLeftskip=\skip54
\RaggedRightLeftskip=\skip55
\CenteringRightskip=\skip56
\RaggedLeftRightskip=\skip57
\RaggedRightRightskip=\skip58
\CenteringParfillskip=\skip59
\RaggedLeftParfillskip=\skip60
\RaggedRightParfillskip=\skip61
\JustifyingParfillskip=\skip62
\CenteringParindent=\skip63
\RaggedLeftParindent=\skip64
\RaggedRightParindent=\skip65
\JustifyingParindent=\skip66
)
("C:\Programme\MiKTeX 2.7\tex\latex\tools\calc.sty"
Package: calc 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
\calc@Acount=\count115
\calc@Bcount=\count116
\calc@Adimen=\dimen138
\calc@Bdimen=\dimen139
\calc@Askip=\skip67
\calc@Bskip=\skip68
LaTeX Info: Redefining \setlength on input line 75.
LaTeX Info: Redefining \addtolength on input line 76.
\calc@Ccount=\count117
\calc@Cskip=\skip69
)
("C:\Programme\MiKTeX 2.7\tex\latex\caption\caption.sty"
Package: caption 2007/11/04 v3.1e Customising captions (AR)

("C:\Programme\MiKTeX 2.7\tex\latex\caption\caption3.sty"
Package: caption3 2007/11/04 v3.1e caption3 kernel (AR)
\captionmargin=\dimen140
\captionmargin@=\dimen141
\captionwidth=\dimen142
\caption@indent=\dimen143
\caption@parindent=\dimen144
\caption@hangindent=\dimen145
)
\c@ContinuedFloat=\count118
Package caption Info: longtable package is loaded.

("C:\Programme\MiKTeX 2.7\tex\latex\caption\ltcaption.sty"
Package: ltcaption 2007/09/01 v1.1 longtable captions (AR)
))
("C:\Programme\MiKTeX 2.7\tex\latex\natbib\natbib.sty"
Package: natbib 2007/10/30 8.1 (PWD)
\bibhang=\skip70
\bibsep=\skip71
LaTeX Info: Redefining \cite on input line 602.
\c@NAT@ctr=\count119
)
("C:\Programme\MiKTeX 2.7\tex\latex\geometry\geometry.sty"
Package: geometry 2002/07/08 v3.2 Page Geometry
\Gm@cnth=\count120
\Gm@cntv=\count121
\c@Gm@tempcnt=\count122
\Gm@bindingoffset=\dimen146
\Gm@wd@mp=\dimen147
\Gm@odd@mp=\dimen148
\Gm@even@mp=\dimen149
\Gm@dimlist=\toks27

("C:\Programme\MiKTeX 2.7\tex\latex\geometry\geometry.cfg"))
("C:\Programme\MiKTeX 2.7\tex\latex\nomentbl\nomentbl.sty"
Package: nomentbl 2006/04/14 v0.4 Nomenclature in a longtable environment

("C:\Programme\MiKTeX 2.7\tex\latex\nomencl\nomencl.sty"
Package: nomencl 2005/09/22 v4.2 Nomenclature package (LN)
\nomlabelwidth=\dimen150
\nom@tempdim=\dimen151
\nomitemsep=\skip72
)
("C:\Programme\MiKTeX 2.7\tex\latex\base\ifthen.sty"
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
))
("C:\Programme\MiKTeX 2.7\tex\latex\setspace\setspace.sty"
Package: setspace 2000/12/01 6.7 Contributed and Supported LaTeX2e package

Package: `setspace' 6.7 <2000/12/01>
)
\@nomenclaturefile=\write3

Writing nomenclature file Diplomarbeit.nlo
("C:\Programme\MiKTeX 2.7\tex\latex\fancyhdr\fancyhdr.sty"
\fancy@headwidth=\skip73
\f@ncyO@elh=\skip74
\f@ncyO@erh=\skip75
\f@ncyO@olh=\skip76
\f@ncyO@orh=\skip77
\f@ncyO@elf=\skip78
\f@ncyO@erf=\skip79
\f@ncyO@olf=\skip80
\f@ncyO@orf=\skip81
) (Diplomarbeit.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 116.
LaTeX Font Info: ... okay on input line 116.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 116.
LaTeX Font Info: ... okay on input line 116.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 116.
LaTeX Font Info: ... okay on input line 116.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 116.
LaTeX Font Info: ... okay on input line 116.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 116.
LaTeX Font Info: ... okay on input line 116.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 116.
LaTeX Font Info: ... okay on input line 116.

("C:\Programme\MiKTeX 2.7\tex\context\base\supp-pdf.tex"
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count123
\scratchdimen=\dimen152
\scratchbox=\box35
\nofMPsegments=\count124
\nofMParguments=\count125
\MPscratchCnt=\count126
\MPscratchDim=\dimen153
\MPnumerator=\count127
\everyMPtoPDFconversion=\toks28
)
LaTeX Info: Redefining \selectfont on input line 116.
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: End \AtBeginDocument code.
-------------------- Geometry parameters
paper: a4paper
landscape: --
twocolumn: --
twoside: true
asymmetric: --
h-parts: 85.35826pt, 441.01773pt, 71.13188pt
v-parts: 71.13188pt, 674.33032pt, 99.58464pt
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 441.01773pt
\textheight 674.33032pt
\oddsidemargin 13.08827pt
\evensidemargin -1.1381pt
\topmargin -38.1381pt
\headheight 12.0pt
\headsep 25.0pt
\footskip 30.0pt
\marginparwidth 85.0pt
\marginparsep 10.0pt
\columnsep 10.0pt
\skip\footins 10.8pt plus 4.0pt minus 2.0pt
\hoffset 0.0pt
\voffset 0.0pt
\mag 1000
\@twosidetrue \@mparswitchtrue
(1in=72.27pt, 1cm=28.45pt)
-----------------------

Sebastian_82
17-06-2008, 17:09
und hier geht es weiter ...ich weiß nicht genau was du da brauchst ich verstehe da nur Bahnhof:)



(TableCommands.tex) (Titelseite.tex
LaTeX Font Info: Try loading font information for T1+cmss on input line 9.

("C:\Programme\MiKTeX 2.7\tex\latex\base\t1cmss.fd"
File: t1cmss.fd 1999/05/25 v2.5h Standard LaTeX font definitions
) [1

{C:/Dokumente und Einstellungen/All Users/Anwendungsdaten/MiKTeX/2.7/pdftex/con
fig/pdftex.map}])
[2

] (Diplomarbeit.toc
LaTeX Font Info: Try loading font information for U+msa on input line 8.
("C:\Programme\MiKTeX 2.7\tex\latex\amsfonts\umsa.fd"
File: umsa.fd 2002/01/19 v2.2g AMS font definitions
)
LaTeX Font Info: Try loading font information for U+msb on input line 8.

("C:\Programme\MiKTeX 2.7\tex\latex\amsfonts\umsb.fd"
File: umsb.fd 2002/01/19 v2.2g AMS font definitions
))
\tf@toc=\write4
[1

] (Diplomarbeit.lof)
\tf@lof=\write5

[2

] (Diplomarbeit.lot)
\tf@lot=\write6
(Diplomarbeit.nls [3

]

LaTeX Warning: Command \textdegree invalid in math mode on input line 64.

[4

]

LaTeX Warning: Command \textdegree invalid in math mode on input line 69.


LaTeX Warning: Command \textdegree invalid in math mode on input line 70.


Underfull \hbox (badness 2057) in paragraph at lines 80--80
[]|\T1/cmr/m/n/12 zum Ab-sor-ber zu-ge-wand-te trans-pa-ren-te
[]


Underfull \hbox (badness 10000) in paragraph at lines 87--87
[]|\T1/cmr/m/n/12 Anfangsbedingungen (Her-stel-lungs-be-din-
[]

[5])
Underfull \vbox (badness 10000) has occurred while \output is active []



Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.

[1]
Kapitel 1.
(Grundlagen/konvektion.tex
Underfull \vbox (badness 2393) has occurred while \output is active []



Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.

[2

]

LaTeX Warning: Reference `leitung' on page 3 undefined on input line 29.


Underfull \vbox (badness 10000) has occurred while \output is active []



Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.

[3]
LaTeX Font Info: Try loading font information for OMS+cmr on input line 51.
("C:\Programme\MiKTeX 2.7\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 51.


Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.

[4]) (nomenklatur_Dipl.tex)

Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.

[5] (Diplomarbeit.bbl

Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.

[6

])

Package caption Warning: Unused \captionsetup[table] on input line 117.


Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.

[7

] (Diplomarbeit.aux)

LaTeX Warning: There were undefined references.

)
Here is how much of TeX's memory you used:
5137 strings out of 95340
64817 string characters out of 1184278
144334 words of memory out of 1500000
8203 multiletter control sequences out of 110000
18050 words of font info for 45 fonts, out of 1200000 for 2000
14 hyphenation exceptions out of 8191
41i,19n,43p,1112b,363s stack positions out of 5000i,500n,10000p,200000b,5000s
{C:/Programme/MiKTeX 2.7/dvips/cm-super/cm-super-t1.enc}<C:/Programme/MiKTeX
2.7/fonts/type1/bluesky/cm/cmex10.pfb><C:/Programme/MiKTeX 2.7/fonts/type1/blue
sky/cm/cmmi12.pfb><C:/Programme/MiKTeX 2.7/fonts/type1/bluesky/cm/cmmi8.pfb><C:
/Programme/MiKTeX 2.7/fonts/type1/bluesky/cm/cmr12.pfb><C:/Programme/MiKTeX 2.7
/fonts/type1/bluesky/cm/cmr6.pfb><C:/Programme/MiKTeX 2.7/fonts/type1/bluesky/c
m/cmr8.pfb><C:/Programme/MiKTeX 2.7/fonts/type1/bluesky/cm/cmsy10.pfb><C:/Progr
amme/MiKTeX 2.7/fonts/type1/bluesky/cm/cmsy6.pfb><C:/Programme/MiKTeX 2.7/fonts
/type1/bluesky/cm/cmsy8.pfb><C:/Programme/MiKTeX 2.7/fonts/type1/public/cm-supe
r/sfbx1200.pfb><C:/Programme/MiKTeX 2.7/fonts/type1/public/cm-super/sfbx1440.pf
b><C:/Programme/MiKTeX 2.7/fonts/type1/public/cm-super/sfbx2488.pfb><C:/Program
me/MiKTeX 2.7/fonts/type1/public/cm-super/sfrm1200.pfb><C:/Programme/MiKTeX 2.7
/fonts/type1/public/cm-super/sfrm1440.pfb><C:/Programme/MiKTeX 2.7/fonts/type1/
public/cm-super/sfss2488.pfb><C:/Programme/MiKTeX 2.7/fonts/type1/public/cm-sup
er/sfti1200.pfb>
Output written on Diplomarbeit.pdf (14 pages, 205621 bytes).
PDF statistics:
113 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 131072)
1 words of extra memory for PDF output out of 10000 (max. 10000000)

Sebastian_82
19-06-2008, 11:34
Ist es die falsche log-datei????

Sabrina.Dankers
19-06-2008, 11:44
Ich hab bloß einfach keine Idee mehr. Vielleicht findet sich noch jemand, der dir helfen kann.

erazor
19-06-2008, 11:54
Hi,

wann und wo wird denn bibtex aufgerufen? machst du das manuell oder macht das dein editor automatisch?
versuch einfach mal manuell einen bibtex durchlauf zu machen und schau, ob dann was besseres rauskommt.

in deinen log files habe ich auf die schnelle nichts gefunden

grüße

Sebastian_82
19-06-2008, 14:55
Ja ich lass ihn automatische durchlaufen....wie kann ich das manuell machen??? Ich benutze den TexnicCenter

rais
19-06-2008, 21:13
Ja ich lass ihn automatische durchlaufen....wie kann ich das manuell machen???
Eingabeaufforderung öffnen, per `cd' in den Ordner stellen, in dem Deine .tex residiert, dann


pdflatex foo.tex
bibtex foo
pdflatex foo.tex
pdflatex foo.tex

`foo' ersetzt Du durch den Basisnamen Deiner (Haupt).tex-Datei, hier also `Diplomarbeit'.

MfG