von Fabian » Sa 6. Aug 2011, 17:25
Hallo Forum
Ich bin gerade dabei meine Wissenschaftliche Arbeit zu schrieben. Jetzt Versuche ich daraus unter Texmaker (v3.0.2 unter Mac OS X) eine Pdf zu bauen (Schnelles Übersetzten -> PDF anzeigen)
Leider bekomme ich 3 Fehlermeldungen. hier die Log Datei:
LOG FILE :
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (format=pdflatex 2011.1.4) 6 AUG 2011 17:16
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**facharb-riblet.tex
(./facharb-riblet.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, arabic, armenian
, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutch, u
kenglish, usenglishmax, esperanto, estonian, farsi, finnish, french, galician,
german, ngerman, swissgerman, monogreek, greek, hungarian, icelandic, assamese,
bengali, gujarati, hindi, kannada, malayalam, marathi, oriya, panjabi, tamil,
telugu, indonesian, interlingua, irish, italian, kurmanji, lao, latin, latvian,
lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, polish, portuguese, roma
nian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, turkish,
turkmen, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/07/13 v5.5 Page Geometry
(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2010/01/28 v2.1 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
\Gm@cnth=\count87
\Gm@cntv=\count88
\c@Gm@tempcnt=\count89
\Gm@bindingoffset=\dimen103
\Gm@wd@mp=\dimen104
\Gm@odd@mp=\dimen105
\Gm@even@mp=\dimen106
\Gm@layoutwidth=\dimen107
\Gm@layoutheight=\dimen108
\Gm@layouthoffset=\dimen109
\Gm@layoutvoffset=\dimen110
\Gm@dimlist=\toks15
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks16
\inpenc@posthook=\toks17
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/latin1.def
File: latin1.def 2008/03/30 v1.1d Input encoding file
))
(/usr/local/texlive/2010/texmf-dist/tex/generic/german/ngerman.sty
v2.5e 1998-07-08
Package: ngerman 1998/07/08 v2.5e Support for writing german texts (br)
\grmnU@D=\dimen111
ngerman -- \language number for naustrian undefined, default 27 used.
)
! LaTeX Error: Unknown option `babel' for package `ngerman'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.5 \usepackage
[T1]{iputenc}
The option `babel' was not declared in package `ngerman', perhaps you
misspelled its name. Try typing <return> to proceed.
! LaTeX Error: File `iputenc.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
<read *>
l.6 \usepackage
{graphicx}^^M
*** (cannot \read from terminal in nonstop modes)
Here is how much of TeX's memory you used:
931 strings out of 493747
12516 string characters out of 3143547
64520 words of memory out of 3000000
4287 multiletter control sequences out of 15000+200000
3938 words of font info for 15 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
23i,0n,19p,213b,36s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
Hier mal die facharb-riblet.tex
\documentclass[12pt]{article}
\usepackage[a4paper,left=3cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage[latin1]{inputenc}
\usepackage[babel]{ngerman}
\usepackage[T1]{iputenc}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
%FRAGESTELLUNG: Ist die Haifischhaut als Vorbild eine Zukunftstechnologie?
\begin{document}
\include{titelseite}
\include{index}
\include{kapitel1}
\include{kapitel2}
\include{kapitel3}
\include{kapitel4}
\include{kapitel5}
\include{kapitel6}
\end{document}
Das Paket (graphicx) steht zwar in der Masterdatei, aber ich habe diesen Befehl bis jetzt noch nicht im Dokument verwendet. Ist das ein Problem? Ich bin jetzt noch ein ziemlicher Anfänger was Latex angeht. ich hoffe ihr könnt mir weiterhelfen?
gruß fabian
Hallo Forum
Ich bin gerade dabei meine Wissenschaftliche Arbeit zu schrieben. Jetzt Versuche ich daraus unter Texmaker (v3.0.2 unter Mac OS X) eine Pdf zu bauen (Schnelles Übersetzten -> PDF anzeigen)
Leider bekomme ich 3 Fehlermeldungen. hier die Log Datei:
[code]
LOG FILE :
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (format=pdflatex 2011.1.4) 6 AUG 2011 17:16
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**facharb-riblet.tex
(./facharb-riblet.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, arabic, armenian
, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutch, u
kenglish, usenglishmax, esperanto, estonian, farsi, finnish, french, galician,
german, ngerman, swissgerman, monogreek, greek, hungarian, icelandic, assamese,
bengali, gujarati, hindi, kannada, malayalam, marathi, oriya, panjabi, tamil,
telugu, indonesian, interlingua, irish, italian, kurmanji, lao, latin, latvian,
lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, polish, portuguese, roma
nian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, turkish,
turkmen, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/07/13 v5.5 Page Geometry
(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2010/01/28 v2.1 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
)
\Gm@cnth=\count87
\Gm@cntv=\count88
\c@Gm@tempcnt=\count89
\Gm@bindingoffset=\dimen103
\Gm@wd@mp=\dimen104
\Gm@odd@mp=\dimen105
\Gm@even@mp=\dimen106
\Gm@layoutwidth=\dimen107
\Gm@layoutheight=\dimen108
\Gm@layouthoffset=\dimen109
\Gm@layoutvoffset=\dimen110
\Gm@dimlist=\toks15
)
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks16
\inpenc@posthook=\toks17
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/latin1.def
File: latin1.def 2008/03/30 v1.1d Input encoding file
))
(/usr/local/texlive/2010/texmf-dist/tex/generic/german/ngerman.sty
v2.5e 1998-07-08
Package: ngerman 1998/07/08 v2.5e Support for writing german texts (br)
\grmnU@D=\dimen111
ngerman -- \language number for naustrian undefined, default 27 used.
)
! LaTeX Error: Unknown option `babel' for package `ngerman'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.5 \usepackage
[T1]{iputenc}
The option `babel' was not declared in package `ngerman', perhaps you
misspelled its name. Try typing <return> to proceed.
! LaTeX Error: File `iputenc.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
<read *>
l.6 \usepackage
{graphicx}^^M
*** (cannot \read from terminal in nonstop modes)
Here is how much of TeX's memory you used:
931 strings out of 493747
12516 string characters out of 3143547
64520 words of memory out of 3000000
4287 multiletter control sequences out of 15000+200000
3938 words of font info for 15 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
23i,0n,19p,213b,36s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
[/code]
Hier mal die facharb-riblet.tex
[code]
\documentclass[12pt]{article}
\usepackage[a4paper,left=3cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage[latin1]{inputenc}
\usepackage[babel]{ngerman}
\usepackage[T1]{iputenc}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
%FRAGESTELLUNG: Ist die Haifischhaut als Vorbild eine Zukunftstechnologie?
\begin{document}
\include{titelseite}
\include{index}
\include{kapitel1}
\include{kapitel2}
\include{kapitel3}
\include{kapitel4}
\include{kapitel5}
\include{kapitel6}
\end{document}
[/code]
Das Paket (graphicx) steht zwar in der Masterdatei, aber ich habe diesen Befehl bis jetzt noch nicht im Dokument verwendet. Ist das ein Problem? Ich bin jetzt noch ein ziemlicher Anfänger was Latex angeht. ich hoffe ihr könnt mir weiterhelfen?
gruß fabian