PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme mit input stack size



Steineklopfer
27-03-2009, 14:19
Hallo

beim erstellen des dokumentes mit Miktex erscheint bei mir folgende fehlermeldung:

"! TeX capacity exceeded, sorry [input stack size=5000]. \@makeother #1->\catcode `#1"

wenn ich dann auf -->! klicke um zu der Stelle zu gelangen wo der fehler ist springt er in das *.bbl file.

dort steht folgendes


\begin{thebibliography}{xx}

\harvarditem[Andreoli et~al.]{Andreoli, Smith, Watkeys, Moore, Ashwal
\harvardand\ Hart}{1994}{Andreolietal1994}
Andreoli, M. A.~G., Smith, C.~B., Watkeys, M., Moore, J.~M., Ashwal, L.~D.
\harvardand\ Hart, R.~J. \harvardyearleft 1994\harvardyearright , `The
geology of the steenkampskraal monazite deposit, south africa; implications
for ree-th-cu mineralization in charnockite-granulite terranes', {\em
Economic Geology} {\bf 89}(5),~994--1016.
\newline\harvardurl{http://econgeol.geoscienceworld.org/cgi/content/abstract/8%
9/5/994}

\end{thebibliography}



hier noch die Hauptdatei



\begin{document}

\cite{Andreolietal1994}

\bibliographystyle{agsm}
\bibliography{Literaturdatenbank}

\end{document}


und der Header



\documentclass[pdftex,a4paper,oneside]{scrbook}
%\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{makeidx}
\usepackage{currvita}
\usepackage{cite}
\usepackage{harvard}
\usepackage{etex}

\makeindex
\pagestyle{headings}


kann mir jemand sagen woran ich hier scheitere???

Glück Auf

mechanicus
27-03-2009, 14:21
Hallo,

kannst du vielleicht noch dein bib-Eintrag mit reinstellen, so dass wir es alle testen können. etex brauchst du nicht laden.

Gruß
Marco

Steineklopfer
27-03-2009, 14:28
kein Problem...




@ARTICLE{Andreolietal1994,
author = {Andreoli, M. A. G., and Smith, C. B., and Watkeys, M., and Moore,
J. M., and Ashwal, L. D., and Hart, R. J.},
title = {The geology of the Steenkampskraal monazite deposit, South Africa;
implications for REE-Th-Cu mineralization in charnockite-granulite
terranes},
journal = {Economic Geology},
year = {1994},
volume = {89},
pages = {994--1016},
number = {5},
month = aug,
abstract = {The ... southeastern United States.},
comment = {10.2113/gsecongeo.89.5.994},
file = {:D\:\\Diplomarbeit\\Literatur\\Andreolie et al., 1994.pdf:PDF},
owner = {Administrator},
timestamp = {2009.03.12},
url = {http://econgeol.geoscienceworld.org/cgi/content/abstract/89/5/994}
}


das abstract hab ich mal etwas kondensiert

das mit den etex hab ich in einen anderen forum gefunden wo ein ähnliches problem beschrieben wurde, hat aber nichts gebracht

mechanicus
27-03-2009, 17:06
Hallo,

habe mal ein komplettes Beispiel erstellt. Hierbei habe ich die bib-Datei geändert.


\listfiles
\documentclass[a4paper,oneside]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{makeidx}
\usepackage{currvita}
\usepackage{cite}
\usepackage{harvard}
\usepackage{etex}

\makeindex
\pagestyle{headings}

\usepackage{filecontents}

\begin{filecontents}{Literaturdatenbank.bib}
@article{Andreolietal1994,
author = {Andreoli, {M. A. G.} and Smith, {C. B.} and Watkeys, M. and Moore, {J. M.} and Ashwal, {L. D.} and Hart, {R. J.}},
title = {The geology of the Steenkampskraal monazite deposit, South Africa; implications for REE-Th-Cu mineralization in charnockite-granulite
terranes},
journal = {Economic Geology},
year = {1994},
volume = {89},
pages = {994--1016},
number = {5},
month = {aug},
abstract = {The ... southeastern United States.},
comment = {10.2113/gsecongeo.89.5.994},
file = {:D\:\\Diplomarbeit\\Literatur\\Andreolie et al., 1994.pdf:PDF},
owner = {Administrator},
timestamp = {2009.03.12},
url = {http://econgeol.geoscienceworld.org/cgi/content/abstract/89/5/994}
}
\end{filecontents}
\begin{document}

\cite{Andreolietal1994}

\bibliographystyle{agsm}
\bibliography{Literaturdatenbank}

\end{document}

Gruß
Marco

Steineklopfer
27-03-2009, 17:48
Hallo,

hab ich eben mal ausgeführt, sprich 1zu1 in leere Tex file in TeXnicCenter kopiert, dann das fehlende package <filecontents> installiert und ausgeführt

allerdings wieder der selbe fehler

hier mal das komplette log-file




This is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7) (preloaded format=pdflatex 2009.3.27) 27 MAR 2009 17:41
entering extended mode
**D:/Diplomarbeit/latex/komplett/test.tex
(D:/Diplomarbeit/latex/komplett/test.tex
LaTeX2e <2005/12/01>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2008-06-18, ngerman-x-2008-06-18, french, loaded.
("C:\Programme\MiKTeX 2.7\tex\latex\koma-script\scrbook.cls"
Document Class: scrbook 2009/01/24 v3.02b KOMA-Script document class (book)
("C:\Programme\MiKTeX 2.7\tex\latex\koma-script\scrkbase.sty"
Package: scrkbase 2009/01/24 v3.02b KOMA-Script package (KOMA-Script-dependent
basics and keyval usage)

("C:\Programme\MiKTeX 2.7\tex\latex\koma-script\scrbase.sty"
Package: scrbase 2009/01/24 v3.02b KOMA-Script package (KOMA-Script-independent
basics and keyval usage)

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

Package scrlfile, 2008/07/09 v3.00 KOMA-Script package (loading files)
Copyright (C) Markus Kohm

))) ("C:\Programme\MiKTeX 2.7\tex\latex\koma-script\tocbasic.sty"
Package: tocbasic 2009/01/20 v3.02a(package)
)
Package tocbasic Info: omitting babel extension for `toc'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `toc' on input line 114.
Package tocbasic Info: omitting babel extension for `lof'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lof' on input line 115.
Package tocbasic Info: omitting babel extension for `lot'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lot' on input line 116.
Class scrbook Info: You've used standard option `oneside'.
(scrbook) This is correct!
(scrbook) Internaly I'm using `twoside=false'.
(scrbook) If you'd like to set the option with \KOMAoptions,
(scrbook) you'd have to use `twoside=false' there
(scrbook) instead of `oneside', too.
Class scrbook Info: File `scrsize11pt.clo' used instead of
(scrbook) file `scrsize11.clo' to setup font sizes on input line 1261
.

("C:\Programme\MiKTeX 2.7\tex\latex\koma-script\scrsize11pt.clo"
File: scrsize11pt.clo 2009/01/24 v3.02b KOMA-Script font size class option (11p
t)
)
("C:\Programme\MiKTeX 2.7\tex\latex\koma-script\typearea.sty"
Package: typearea 2009/01/24 v3.02b KOMA-Script package (type area)

Package typearea, 2009/01/24 v3.02b 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) Internaly 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.
Package typearea Info: You've used standard option `oneside'.
(typearea) This is correct!
(typearea) Internaly I'm using `twoside=false'.
(typearea) If you'd like to set the option with \KOMAoptions,
(typearea) you'd have to use `twoside=false' there
(typearea) instead of `oneside', 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 = 17.3562pt
(typearea) \oddsidemargin = 17.3562pt
(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 1042.
)
\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
) ("C:\Programme\MiKTeX 2.7\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.7\tex\latex\base\utf8.def"
File: utf8.def 2006/03/30 v1.1i UTF-8 support for inputenc
Now handling font encoding OML ...
... no UTF-8 mapping file for font encoding OML
Now handling font encoding T1 ...
... processing UTF-8 mapping file for font encodingT1

("C:\Programme\MiKTeX 2.7\tex\latex\base\t1enc.dfu"
File: t1enc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00AB (decimal 171)
defining Unicode char U+00BB (decimal 187)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C0 (decimal 192)
defining Unicode char U+00C1 (decimal 193)
defining Unicode char U+00C2 (decimal 194)
defining Unicode char U+00C3 (decimal 195)
defining Unicode char U+00C4 (decimal 196)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00C7 (decimal 199)
defining Unicode char U+00C8 (decimal 200)
defining Unicode char U+00C9 (decimal 201)
defining Unicode char U+00CA (decimal 202)
defining Unicode char U+00CB (decimal 203)
defining Unicode char U+00CC (decimal 204)
defining Unicode char U+00CD (decimal 205)
defining Unicode char U+00CE (decimal 206)
defining Unicode char U+00CF (decimal 207)
defining Unicode char U+00D0 (decimal 208)
defining Unicode char U+00D1 (decimal 209)
defining Unicode char U+00D2 (decimal 210)
defining Unicode char U+00D3 (decimal 211)
defining Unicode char U+00D4 (decimal 212)
defining Unicode char U+00D5 (decimal 213)
defining Unicode char U+00D6 (decimal 214)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00D9 (decimal 217)
defining Unicode char U+00DA (decimal 218)
defining Unicode char U+00DB (decimal 219)
defining Unicode char U+00DC (decimal 220)
defining Unicode char U+00DD (decimal 221)
defining Unicode char U+00DE (decimal 222)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E0 (decimal 224)
defining Unicode char U+00E1 (decimal 225)
defining Unicode char U+00E2 (decimal 226)
defining Unicode char U+00E3 (decimal 227)
defining Unicode char U+00E4 (decimal 228)
defining Unicode char U+00E5 (decimal 229)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00E7 (decimal 231)
defining Unicode char U+00E8 (decimal 232)
defining Unicode char U+00E9 (decimal 233)
defining Unicode char U+00EA (decimal 234)
defining Unicode char U+00EB (decimal 235)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F0 (decimal 240)
defining Unicode char U+00F1 (decimal 241)
defining Unicode char U+00F2 (decimal 242)
defining Unicode char U+00F3 (decimal 243)
defining Unicode char U+00F4 (decimal 244)
defining Unicode char U+00F5 (decimal 245)
defining Unicode char U+00F6 (decimal 246)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+00F9 (decimal 249)
defining Unicode char U+00FA (decimal 250)
defining Unicode char U+00FB (decimal 251)
defining Unicode char U+00FC (decimal 252)
defining Unicode char U+00FD (decimal 253)
defining Unicode char U+00FE (decimal 254)
defining Unicode char U+00FF (decimal 255)
defining Unicode char U+0102 (decimal 258)
defining Unicode char U+0103 (decimal 259)
defining Unicode char U+0104 (decimal 260)
defining Unicode char U+0105 (decimal 261)
defining Unicode char U+0106 (decimal 262)
defining Unicode char U+0107 (decimal 263)
defining Unicode char U+010C (decimal 268)
defining Unicode char U+010D (decimal 269)
defining Unicode char U+010E (decimal 270)
defining Unicode char U+010F (decimal 271)
defining Unicode char U+0110 (decimal 272)
defining Unicode char U+0111 (decimal 273)
defining Unicode char U+0118 (decimal 280)
defining Unicode char U+0119 (decimal 281)
defining Unicode char U+011A (decimal 282)
defining Unicode char U+011B (decimal 283)
defining Unicode char U+011E (decimal 286)
defining Unicode char U+011F (decimal 287)
defining Unicode char U+0130 (decimal 304)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0132 (decimal 306)
defining Unicode char U+0133 (decimal 307)
defining Unicode char U+0139 (decimal 313)
defining Unicode char U+013A (decimal 314)
defining Unicode char U+013D (decimal 317)
defining Unicode char U+013E (decimal 318)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0143 (decimal 323)
defining Unicode char U+0144 (decimal 324)
defining Unicode char U+0147 (decimal 327)
defining Unicode char U+0148 (decimal 328)
defining Unicode char U+014A (decimal 330)
defining Unicode char U+014B (decimal 331)
defining Unicode char U+0150 (decimal 336)
defining Unicode char U+0151 (decimal 337)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+0154 (decimal 340)
defining Unicode char U+0155 (decimal 341)
defining Unicode char U+0158 (decimal 344)
defining Unicode char U+0159 (decimal 345)
defining Unicode char U+015A (decimal 346)
defining Unicode char U+015B (decimal 347)
defining Unicode char U+015E (decimal 350)
defining Unicode char U+015F (decimal 351)
defining Unicode char U+0160 (decimal 352)
defining Unicode char U+0161 (decimal 353)
defining Unicode char U+0162 (decimal 354)
defining Unicode char U+0163 (decimal 355)
defining Unicode char U+0164 (decimal 356)
defining Unicode char U+0165 (decimal 357)
defining Unicode char U+016E (decimal 366)
defining Unicode char U+016F (decimal 367)
defining Unicode char U+0170 (decimal 368)
defining Unicode char U+0171 (decimal 369)
defining Unicode char U+0178 (decimal 376)
defining Unicode char U+0179 (decimal 377)
defining Unicode char U+017A (decimal 378)
defining Unicode char U+017B (decimal 379)
defining Unicode char U+017C (decimal 380)
defining Unicode char U+017D (decimal 381)
defining Unicode char U+017E (decimal 382)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201A (decimal 8218)
defining Unicode char U+201C (decimal 8220)
defining Unicode char U+201D (decimal 8221)
defining Unicode char U+201E (decimal 8222)
defining Unicode char U+2030 (decimal 8240)
defining Unicode char U+2031 (decimal 8241)
defining Unicode char U+2039 (decimal 8249)
defining Unicode char U+203A (decimal 8250)
defining Unicode char U+2423 (decimal 9251)
)

Steineklopfer
27-03-2009, 17:49
und der 2.teile davon



Now handling font encoding OT1 ...
... processing UTF-8 mapping file for font encodingOT1

("C:\Programme\MiKTeX 2.7\tex\latex\base\ot1enc.dfu"
File: ot1enc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00B8 (decimal 184)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201C (decimal 8220)
defining Unicode char U+201D (decimal 8221)
)
Now handling font encoding OMS ...
... processing UTF-8 mapping file for font encodingOMS

("C:\Programme\MiKTeX 2.7\tex\latex\base\omsenc.dfu"
File: omsenc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A7 (decimal 167)
defining Unicode char U+00B6 (decimal 182)
defining Unicode char U+00B7 (decimal 183)
defining Unicode char U+2020 (decimal 8224)
defining Unicode char U+2021 (decimal 8225)
defining Unicode char U+2022 (decimal 8226)
)
Now handling font encoding OMX ...
... no UTF-8 mapping file for font encoding OMX
Now handling font encoding U ...
... no UTF-8 mapping file for font encoding U
defining Unicode char U+00A9 (decimal 169)
defining Unicode char U+00AA (decimal 170)
defining Unicode char U+00AE (decimal 174)
defining Unicode char U+00BA (decimal 186)
defining Unicode char U+02C6 (decimal 710)
defining Unicode char U+02DC (decimal 732)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2026 (decimal 8230)
defining Unicode char U+2122 (decimal 8482)
defining Unicode char U+2423 (decimal 9251)
))
("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\base\makeidx.sty"
Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
)
("C:\Programme\MiKTeX 2.7\tex\latex\currvita\currvita.sty"
Package: currvita 1999/09/13 v0.9i Typesetting a Curriculum Vitae

("C:\Programme\MiKTeX 2.7\tex\latex\base\ifthen.sty"
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
\@cvlistheading=\box27
\cvlabelsep=\skip47
\cvlabelskip=\skip48
\cvlabelwidth=\skip49
)
("C:\Programme\MiKTeX 2.7\tex\latex\cite\cite.sty"
LaTeX Info: Redefining \cite on input line 149.
LaTeX Info: Redefining \nocite on input line 214.
Package: cite 2003/11/04 v 4.01
)
("C:\Programme\MiKTeX 2.7\tex\latex\harvard\harvard.sty"
Package: harvard

("C:\Programme\MiKTeX 2.7\tex\latex\latex2html\html.sty"
("C:\Programme\MiKTeX 2.7\tex\latex\hyperref\hyperref.sty"
Package: hyperref 2009/02/22 v6.78p Hypertext links for LaTeX

("C:\Programme\MiKTeX 2.7\tex\generic\oberdiek\ifpdf.sty"
Package: ifpdf 2007/12/12 v1.6 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
)
("C:\Programme\MiKTeX 2.7\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.
)
("C:\Programme\MiKTeX 2.7\tex\latex\ifxetex\ifxetex.sty"
Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
)
("C:\Programme\MiKTeX 2.7\tex\latex\oberdiek\hycolor.sty"
Package: hycolor 2008/09/08 v1.4 Code for color options of hyperref/bookmark (H
O)

("C:\Programme\MiKTeX 2.7\tex\latex\oberdiek\xcolor-patch.sty"
Package: xcolor-patch 2008/09/08 xcolor patch
))
\@linkdim=\dimen103
\Hy@linkcounter=\count89
\Hy@pagecounter=\count90

("C:\Programme\MiKTeX 2.7\tex\latex\hyperref\pd1enc.def"
File: pd1enc.def 2009/02/22 v6.78p Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
)
("C:\Programme\MiKTeX 2.7\tex\generic\oberdiek\etexcmds.sty"
Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)

("C:\Programme\MiKTeX 2.7\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.
)
("C:\Programme\MiKTeX 2.7\tex\latex\00miktex\hyperref.cfg"
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
("C:\Programme\MiKTeX 2.7\tex\latex\oberdiek\kvoptions.sty"
Package: kvoptions 2007/10/18 v3.0 Keyval support for LaTeX options (HO)
)
Package hyperref Info: Hyper figures OFF on input line 2935.
Package hyperref Info: Link nesting OFF on input line 2940.
Package hyperref Info: Hyper index ON on input line 2943.
Package hyperref Info: Plain pages OFF on input line 2950.
Package hyperref Info: Backreferencing OFF on input line 2955.

Implicit mode ON; LaTeX internals redefined
Package hyperref Info: Bookmarks ON on input line 3145.
("C:\Programme\MiKTeX 2.7\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 3382.

("C:\Programme\MiKTeX 2.7\tex\generic\oberdiek\bitset.sty"
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

("C:\Programme\MiKTeX 2.7\tex\generic\oberdiek\intcalc.sty"
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
("C:\Programme\MiKTeX 2.7\tex\generic\oberdiek\bigintcalc.sty"
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)

("C:\Programme\MiKTeX 2.7\tex\generic\oberdiek\pdftexcmds.sty"
Package: pdftexcmds 2007/12/12 v0.3 LuaTeX support for pdfTeX utility functions
(HO)
Package pdftexcmds Info: LuaTeX not detected on input line 139.
)))
("C:\Programme\MiKTeX 2.7\tex\generic\oberdiek\kvsetkeys.sty"
Package: kvsetkeys 2007/09/29 v1.3 Key value parser with default handler suppor
t (HO)
)
\Fld@menulength=\count91
\Field@Width=\dimen104
\Fld@charsize=\dimen105
\Field@toks=\toks17
Package hyperref Info: Hyper figures OFF on input line 4299.
Package hyperref Info: Link nesting OFF on input line 4304.
Package hyperref Info: Hyper index ON on input line 4307.
Package hyperref Info: backreferencing OFF on input line 4314.
Package hyperref Info: Link coloring OFF on input line 4319.
Package hyperref Info: Link coloring with OCG OFF on input line 4324.
Package hyperref Info: PDF/A mode OFF on input line 4329.

("C:\Programme\MiKTeX 2.7\tex\generic\oberdiek\atbegshi.sty"
Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO)
)
\Hy@abspage=\count92
\c@Item=\count93
\c@Hfootnote=\count94
)
*hyperref using default driver hpdftex*
("C:\Programme\MiKTeX 2.7\tex\latex\hyperref\hpdftex.def"
File: hpdftex.def 2009/02/22 v6.78p Hyperref driver for pdfTeX
\Fld@listcount=\count95
)
Package: html 1999/07/19 v1.38 hypertext commands for latex2html (nd, hws, rrm)

\c@lpart=\count96
\c@lchapter=\count97
\c@lsection=\count98
\c@lsubsection=\count99
\c@lsubsubsection=\count100
\c@lparagraph=\count101
\c@lsubparagraph=\count102
\c@lsubsubparagraph=\count103
\ptrfile=\write3
))
("C:\Programme\MiKTeX 2.7\tex\latex\misc\etex.sty"
Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
\et@xins=\count104
)
\@indexfile=\write4

Writing index file test.idx
("C:\Programme\MiKTeX 2.7\tex\latex\filecontents\filecontents.sty"
Package: filecontents 2009/03/17 v1.2 Create an external file from within a LaT
eX document
)

LaTeX Warning: Overwriting file `./Literaturdatenbank.bib'.


(test.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 35.
LaTeX Font Info: ... okay on input line 35.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 35.
LaTeX Font Info: ... okay on input line 35.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 35.
LaTeX Font Info: ... okay on input line 35.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 35.
LaTeX Font Info: ... okay on input line 35.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 35.
LaTeX Font Info: ... okay on input line 35.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 35.
LaTeX Font Info: ... okay on input line 35.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 35.
LaTeX Font Info: ... okay on input line 35.
Package hyperref Info: Link coloring OFF on input line 35.
("C:\Programme\MiKTeX 2.7\tex\latex\hyperref\nameref.sty"
Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section

("C:\Programme\MiKTeX 2.7\tex\latex\oberdiek\refcount.sty"
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
\c@section@level=\count105
)
LaTeX Info: Redefining \ref on input line 35.
LaTeX Info: Redefining \pageref on input line 35.
(test.out)
(test.out)
\@outlinefile=\write5
\AtBeginShipoutBox=\box28
Package hyperref Info: *** compatibility with harvard **** on input line 35.
(test.bbl [1

{C:/Dokumente und Einstellungen/All Users/Anwendungsdaten/MiKTeX/2.7/pdftex/con
fig/pdftex.map}]
LaTeX Font Info: Try loading font information for T1+cmss on input line 1.

("C:\Programme\MiKTeX 2.7\tex\latex\base\t1cmss.fd"
File: t1cmss.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
! TeX capacity exceeded, sorry [input stack size=5000].
\@makeother #1->\catcode `#1
12\relax
l.12

If you really absolutely need more capacity,
you can ask a wizard to enlarge me.


Here is how much of TeX's memory you used:
5428 strings out of 95304
76636 string characters out of 1183180
271195 words of memory out of 1500000
8569 multiletter control sequences out of 110000
9329 words of font info for 22 fonts, out of 3000000 for 5000
14 hyphenation exceptions out of 8191
5000i,7n,4999p,316b,312s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!

mechanicus
27-03-2009, 17:52
Hallo,

bei dir muss es auch latin1 sein. Ich habe utf8 verwendet.
\usepackage[utf8]{inputenc}
in
\usepackage[latin1]{inputenc}
ändern.

Gruß
Marco

Steineklopfer
27-03-2009, 19:47
Hallo,

funktioniert leider auch nicht, kommt wieder zu den selben ergebniss:confused:

mechanicus
27-03-2009, 20:16
Hallo,

kann mal bitte jemand mein Beispiel probieren. Bei mir funktioniert es. Ich weiß leider auch nicht, woher der Fehler bei Steineklopfer kommen kann?

Gruß
Marco

voss
27-03-2009, 20:59
kann mal bitte jemand mein Beispiel probieren. Bei mir funktioniert es. Ich weiß leider auch nicht, woher der Fehler bei Steineklopfer kommen kann?


sieht so aus, als hätte er sehr lange Zeilen, d.h. nur sporadisch einen Zeilenumbruch.
Er müsste sein Dokument mit der Bib irgendwo zum Download hinstellen.

Herbert

mechanicus
27-03-2009, 21:10
Hallo,

Ergänzung: Bin eben unter Windows gewesen: Hier habe ich den Fehler auch :eek: . Wenn ich die Zeile file in der bib-Datei auskommentiere, funktioniert es.

Gruß
Marco

EDIT: file als letztes in der bib-hat schon gereicht:

\listfiles
\documentclass[a4paper,oneside]{scrbook}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{makeidx}
\usepackage{currvita}
\usepackage{url}
\usepackage{cite}
\usepackage{harvard}


\makeindex
\pagestyle{headings}

\usepackage{filecontents}

\begin{filecontents}{Literaturdatenbank.bib}
@article{Andreolietal1994,
author = {Andreoli, {M. A. G.} and Smith, {C. B.} and Watkeys, M. and Moore, {J. M.} and Ashwal, {L. D.} and Hart, {R. J.}},
title = {The geology of the Steenkampskraal monazite deposit, South Africa; implications for REE-Th-Cu mineralization in charnockite-granulite
terranes},
journal = {Economic Geology},
year = {1994},
volume = {89},
pages = {994--1016},
number = {5},
month = {aug},
abstract = {The ... southeastern United States.},
comment = {10.2113/gsecongeo.89.5.994},
%%file = {D: Diplomarbeit Literatur Andreolie et al., 1994.pdf:PDF},
owner = {Administrator},
timestamp = {2009.03.12},
url = {http://econgeol.geoscienceworld.org/cgi/content/abstract/89/5/994},
file={:D\:\\Diplomarbeit\\Literatur\\Andreolie et al., 1994.pdf:PDF},
}
\end{filecontents}
\begin{document}

\cite{Andreolietal1994}

\bibliographystyle{agsm}
\bibliography{Literaturdatenbank}

\end{document}

Gruß
Marco

voss
27-03-2009, 21:22
Ergänzung: Bin eben unter Windows gewesen: Hier habe ich den Fehler auch :eek: . Wenn ich die Zeile file in der bib-Datei auskommentiere, funktioniert es.


was passiert, wenn du file= {\path{...}} machst?

Herbert

mechanicus
27-03-2009, 21:42
was passiert, wenn du file= {\path{...}} machst?

Herbert

Das funktioniert. Komisch. Normalerweise dürfte es ja keinen Unterschied zwischen Windows (Miktex) und Linux(Texlive) geben.

Gruß
Marco

voss
27-03-2009, 22:29
Das funktioniert. Komisch. Normalerweise dürfte es ja keinen Unterschied zwischen Windows (Miktex) und Linux(Texlive) geben.


Bei den Zeilenumbrüchen schon, denn da ist ein kleiner aber feiner Unterschied.
Wie auch immer, es geht ja jetzt :D

Herbert

mechanicus
27-03-2009, 22:35
Bei den Zeilenumbrüchen schon, denn da ist ein kleiner aber feiner Unterschied.
Jetzt bin ich neugierig :D

Gruß
Marco

voss
27-03-2009, 22:54
Jetzt bin ich neugierig :D


Windows hat zwei Byte, Linux/Unix nur eines und da kommt es manchmal zu Problemen,
wenn man seinen Editor anweist, diese in Unix-Manier zu erzeugen, obwohl der
Editor die Windows-Syntax hat.

Und wenn TeX endlos lange Zeilen vorgesetzt bekommt, verschluckt er sich :D
Genaueres kann man aber nur sagen, wenn man die Originaldateien zu den
obigen Beispielen hat.

Herbert

Steineklopfer
30-03-2009, 20:02
Hallo,

hab beides ausprobiert
zuerst das mit dem ausklammern über %
--> ging nicht, fehleranzeige an selber stelle

und dann das mit dem file = {/path{...}} gemacht.
sprich:



\begin{filecontents}{Literaturdatenbank.bib}
@article{Andreolietal1994,
author = {Andreoli, {M. A. G.} and Smith, {C. B.} and Watkeys, M. and Moore, {J. M.} and Ashwal, {L. D.} and Hart, {R. J.}},
title = {The geology of the Steenkampskraal monazite deposit, South Africa; implications for REE-Th-Cu mineralization in charnockite-granulite
terranes},
journal = {Economic Geology},
year = {1994},
volume = {89},
pages = {994--1016},
number = {5},
month = {aug},
abstract = {The ... southeastern United States.},
comment = {10.2113/gsecongeo.89.5.994},
file = {\path{\:D\:\\Diplomarbeit\\Literatur\\Andreolie et al., 1994.pdf:PDF}},
owner = {Administrator},
timestamp = {2009.03.12},
url = {http://econgeol.geoscienceworld.org/cgi/content/abstract/89/5/994}
}
\end{filecontents}



und dort hat es mir wieder den selben fehler ausgespuckt!!!

Glück Auf!

Steineklopfer

mechanicus
30-03-2009, 20:44
Hallo,

hast du genau das Beispiel von uns genommen und in einem leeren Ordner ausprobiert?
Was es dürfte doch eigentlich nicht sein. Falls noch ein Windows-Anwender hier ist, kann er es bitte prüfen. Ich selbst habe Vista 64 bit mit Miktex 2.7 (neusten Pakete) verwendet?

Gruß
Marco

Steineklopfer
31-03-2009, 08:55
ja, hab das in einen neun Ordner gemacht,

kommt nur immer wieder der selbe fehler

weiß echt nicht mehr weiter

voss
31-03-2009, 09:19
ja, hab das in einen neun Ordner gemacht,

kommt nur immer wieder der selbe fehler

weiß echt nicht mehr weiter

dann musst du dein ganzes Projekt einmal als zip zusammenpacken und
mir als private Mail schicken, wenn du willst.

Herbert

mechanicus
31-03-2009, 09:26
dann musst du dein ganzes Projekt einmal als zip zusammenpacken und
mir als private Mail schicken, wenn du willst.

Herbert

Habe ihm aus dem selben Grund eine PM geschicht.;)

Gruß
Marco

voss
31-03-2009, 09:30
Habe ihm aus dem selben Grund eine PM geschicht.;)


gut, dann hast du die Arbeit :D

Herbert

Steineklopfer
31-03-2009, 09:40
Hallo,

danke für die angebote, werde sie auch annehmen,
Hab das Problem aber vorerst mal gelöst, oder besser gesagt umgangen.

hab mal in Jabref die URLs und die Pfadangaben entfernt, jetzt funktioniert es ohne probleme.
Aber ist halt auch keine endgültige Lösung...

Glück Auf!

Steineklopfer

Dommel
05-04-2009, 17:38
Hallo liebe Leut,

vorweg: ich bin blutiger Anfänger in der Materie. Verzeiht, wenn ich mich nicht präzise genug ausdrücke.

ich habe das selbe Problem unter LyX, sprich, wenn ich meine Datei in ein PDF oder dvi oder ps umwandeln lassen will, kommt entsprechende Fehlermeldung mit Verweis auf die Bibliographie.

Das Problem kommt bei mir sowohl bei BibTex-Literaturverzeichnissen als auch bei manuell erzeugten Literaturverzeichnissen vor, aber nur, wenn auch mindestens ein Literaturverweis im Text besteht.

Ich habe das ganze schon öfters mit unterschiedlichen Dateien versucht, auch wenn ich einen neuen Text schreibe, der nur einen Satz mit Literaturverweis sowie das Literaturverzeichnis enthält, habe ich das Problem.

Interessanterweise besteht das Problem nicht bei den in LyX eingebauten Handbüchern, die auch Literaturverweise enthalten.

Außerdem kommt jene Fehlermeldung nur, wenn ich auf NatBib oder JuraBib gestellt habe. Wenn ich auf Standard (nummerisch) stelle, kommt ein ganzer Rattenschwanz anderer Fehlermeldungen des Typs:

Undefined controll sequence

mit Bezug auf u.A.
\backrefparscanfalse
und diverse Abschnitte der Literaturangabe (Autor, Jahr, Seitenzahlen,...)

Würde mich freuen, wenn jemand weiß, wie das Problem zu lösen ist, da ich leider keine Ahnung habe und meine Diplomarbeit wegen so etwas nur ungern mit Word schreiben möchte... :(