Jump to content
Die besten Typografie-Links bequem per E-Mail erhalten.

Überschrift definieren aber nicht anzeigen.

Empfohlene Beiträge

TobiW

Guten Abend,

ich würde gerne in LaTeX meine Überschriften (section und subsection) nur in der Kopfzeile und im Inhaltsverzeichnis anzeigen lassen, aber nicht im Text. Geht das?

Aders gefragt: Wie kann ich mit dem \section-Befehl eine Ãœberschrift definieren, die im Text aber nicht angezeigt wird?

Viele Grüße

Tobi

Link zu diesem Kommentar
Meta

Für LaTeX solltest du in einer der verfügbaren Listen oder Foren nach einer Antwort fragen, in ConTeXt könntest du eine Überschrift im Text einfach mit

\setuphead[section,subsection][placehead=empty]

unterdrücken.

Link zu diesem Kommentar
TobiW

Ist doch ein Forum hier *fg* und LaTeX steht auch oben drauf... gegoogelt habe ich schon relativ ausführlich, allerdings ohne Erfolg bisher...

Und ich wollte mich für die Frage nicht extra noch wo anders anmelden...

viele Grüße aus dem

ausnahmsweise sehr

sonnigen Osnabrück :huhu:

Tobi

Link zu diesem Kommentar
TobiW

Ich hatte grad noch eine Idee:

Könnte man nicht die Schriftgröße der Überschriften einfach auf 0pt setzten? Wenn ja wie. oder zumindest kleiner bekommen...

Ich mache das jetzt so, dass ich die Überschriften nur für das Verzeichnis definiere \section[Überschrift]{} dadurch werden sie nur im Index und in der Kopfzeile gezeigt, aber der Platz für die Überschrift wird im Dokument dennoch reserviert...

Link zu diesem Kommentar
Gast Tipper

was ich auf die schnelle ausgegraben hatte:

\documentclass[a4paper,div12,ngerman]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[ansinew]{inputenc}
\usepackage[ngerman]{babel}

\usepackage{lmodern}

\begin{document}
\tableofcontents
\clearpage
\section{überschrift erste sektion}
\clearpage
\section{üb zweite sektion}
\clearpage
\addcontentsline{toc}{section}{dritte sektion}
a
\end{document}

werde gerade aber nicht so schlau daraus, wieso die letzte sektion unnummeriert ist ... :?

Link zu diesem Kommentar
TobiW

Danke … aber das hilft mir ja nicht wirklich... oder ich verstehe es nicht :?

Ich will ja die Überschriften nich nur ins Inhaltsverzeichnis einfügen sondern auch in der Kopfzeile stehen haben …

W

as macht denn das Paket lmodern?

Gute Nacht!

Tobi

Link zu diesem Kommentar
Gast Tipper

\documentclass[a4paper,div12,ngerman]{scrartcl}

\usepackage[ngerman]{babel}

\usepackage{mathptmx}
\usepackage{tgheros}

\usepackage[automark]{scrpage2}
\clearscrheadfoot
\chead{\leftmark}
\cfoot{\pagemark}

\begin{document}
\pagestyle{scrheadings}
\tableofcontents
\clearpage
\section{erste sektion}
\clearpage
\section{zweite sektion}
\clearpage
\addtocounter{section}{1}
%\manualmark[dritte sektion]{dritte sektion}
\addcontentsline{toc}{section}{\thesection{quad} dritte sektion}
a
\end{document}

Stolz bin ich nicht darauf, zumal es "immerhin" nicht wie von dir gewünscht funktioniert. Ich hatte es mal irgendwie geschafft, aber ich finde den Codeschnipsel partout nicht wieder...

Link zu diesem Kommentar
TobiW

Schade, aber das was mir am wichtigsten ist – Überschrift in Kopfzeile – funktioniert leider immer noch nicht...

Schönen Tag euch!

Tobi

Link zu diesem Kommentar
Joshua K.

Man könnte natürlich die section-Anweisung so umdefinieren, daß weder der eigentliche Text noch Abstände eingefügt werden. Daß das keine Probleme mit sich bringt, scheint mir aber unwahrscheinlich. Frage am besten mal in de.comp.text.tex nach, da kann man Dir bestimmt weiterhelfen.

Link zu diesem Kommentar
TobiW

Danke für den Link. Ich habe mich jetzt erst mal bei goLaTeX angemeldet und dort gefragt... mal sehen, was das ergibt, andernfalls wende ich mich mal an deine Adresse...

Sag mal, kann jemand auf die Schnelle sagen, wie ich die Ränder einer einzelnen Seite verändern kann?

Tobi

Link zu diesem Kommentar
TobiW

JAp, den tip hab ich schon bekommen... aber das führt zu einer Fehlermeldung. Könntest du dir die evtl. mal ansehen? Ich werde nicht schlau drauß... :?

Ich arbeite mit der article-Klasse.

This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009) (format=pdflatex 2010.4.7)  20 APR 2010 12:20
entering extended mode
 %&-line parsing enabled.
**Karteikarten1.2.tex
(./Karteikarten1.2.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, german-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, ar
abic, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutc
h, esperanto, estonian, farsi, finnish, french, galician, german, ngerman, mono
greek, greek, hungarian, icelandic, indonesian, interlingua, irish, italian, ku
rmanji, latin, latvian, lithuanian, mongolian, mongolian2a, bokmal, nynorsk, po
lish, portuguese, romanian, russian, sanskrit, serbian, slovak, slovenian, span
ish, swedish, turkish, ukenglish, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/size10.clo
File: size10.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/2009/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2008/12/21 v4.2 Page Geometry

(/usr/local/texlive/2009/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
(/usr/local/texlive/2009/texmf-dist/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.
)
(/usr/local/texlive/2009/texmf-dist/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.
)
\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@dimlist=\toks15

(/usr/local/texlive/2009/texmf-dist/tex/xelatex/xetexconfig/geometry.cfg))
(/usr/local/texlive/2009/texmf-dist/tex/latex/gmeometric/gmeometric.sty
Package: gmeometric 2008/11/22 v0.73 to allow the `geometry' macro in the docum
ent (GM)

(/usr/local/texlive/2009/texmf-dist/tex/latex/gmutils/gmutils.sty
Package: gmutils 2008/11/22 v0.97 some rather TeXnical macros, some of them tri
cky (GM)
\@temptokenb=\toks16
\xparsed@args=\toks17
\c@gm@PronounGender=\count90

(/usr/local/texlive/2009/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count91
\calc@Bcount=\count92
\calc@Adimen=\dimen107
\calc@Bdimen=\dimen108
\calc@Askip=\skip43
\calc@Bskip=\skip44
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\calc@Ccount=\count93
\calc@Cskip=\skip45
)
\gmu@luzniej=\count94
\whernskip=\skip46
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/local/texlive/2009/texmf-dist/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.
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks18
\inpenc@posthook=\toks19

(/usr/local/texlive/2009/texmf-dist/tex/latex/base/latin1.def
File: latin1.def 2008/03/30 v1.1d Input encoding file
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2009/10/09 v6.79a Hypertext links for LaTeX

(/usr/local/texlive/2009/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2009/01/23 v0.5 Provides ifxetex conditional
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/oberdiek/hycolor.sty
Package: hycolor 2009/10/02 v1.5 Code for color options of hyperref/bookmark (H
O)

(/usr/local/texlive/2009/texmf-dist/tex/latex/oberdiek/xcolor-patch.sty
Package: xcolor-patch 2009/10/02 xcolor patch
))
\@linkdim=\dimen109
\Hy@linkcounter=\count95
\Hy@pagecounter=\count96

(/usr/local/texlive/2009/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2009/10/09 v6.79a Hyperref: PDFDocEncoding definition (HO)
)
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2007/12/12 v1.2 Prefix for e-TeX command names (HO)

(/usr/local/texlive/2009/texmf-dist/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.
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2009/08/13 v3.4 Keyval support for LaTeX options (HO)

(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2009/07/30 v1.5 Key value parser with default handler suppor
t (HO)
))
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.
(/usr/local/texlive/2009/texmf-dist/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.

(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/bitset.sty
Package: bitset 2007/09/28 v1.0 Data type bit set (HO)

(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/intcalc.sty
Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
)
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/bigintcalc.sty
Package: bigintcalc 2007/11/11 v1.1 Expandable big integer calculations (HO)

(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2009/09/23 v0.6 LuaTeX support for pdfTeX utility functions
 (HO)

(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2009/04/17 v1.2 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2009/08/05 v1.0 Some LaTeX kernel commands for general use (HO
)
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
)))
\Fld@menulength=\count97
\Field@Width=\dimen110
\Fld@charsize=\dimen111
\Field@toks=\toks20
Package hyperref Info: Hyper figures OFF on input line 4377.
Package hyperref Info: Link nesting OFF on input line 4382.
Package hyperref Info: Hyper index ON on input line 4385.
Package hyperref Info: backreferencing OFF on input line 4392.
Package hyperref Info: Link coloring OFF on input line 4397.
Package hyperref Info: Link coloring with OCG OFF on input line 4402.
Package hyperref Info: PDF/A mode OFF on input line 4407.

(/usr/local/texlive/2009/texmf-dist/tex/generic/oberdiek/atbegshi.sty
Package: atbegshi 2008/07/31 v1.9 At begin shipout hook (HO)
)
\Hy@abspage=\count98
\c@Item=\count99
\c@Hfootnote=\count100
)
*hyperref using default driver hpdftex*
(/usr/local/texlive/2009/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2009/10/09 v6.79a Hyperref driver for pdfTeX
\Fld@listcount=\count101
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty
\fancy@headwidth=\skip47
\f@ncyO@elh=\skip48
\f@ncyO@erh=\skip49
\f@ncyO@olh=\skip50
\f@ncyO@orh=\skip51
\f@ncyO@elf=\skip52
\f@ncyO@erf=\skip53
\f@ncyO@olf=\skip54
\f@ncyO@orf=\skip55
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/blindtext/blindtext.sty
Package: blindtext 2009/06/14 V1.9b blindtext-Package

(/usr/local/texlive/2009/texmf-dist/tex/latex/tools/xspace.sty
Package: xspace 2006/05/08 v1.12 Space after command names (DPC,MH)
)
\c@blindtext=\count102
\c@Blindtext=\count103
\blind@countxx=\count104
\blindtext@numBlindtext=\count105
\blind@countyy=\count106
\c@blindlist=\count107
\c@blindlistlevel=\count108
\c@blindlist@level=\count109
\blind@listitem=\count110
\c@blind@listcount=\count111
\c@blind@levelcount=\count112
\blind@mathformula=\count113
\blind@Mathformula=\count114
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip56

For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2009/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01

(/usr/local/texlive/2009/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks21
\ex@=\dimen112
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen113
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count115
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count116
\leftroot@=\count117
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count118
\DOTSCASE@=\count119
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=\dimen114
LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
\macc@depth=\count120
\c@MaxMatrixCols=\count121
\dotsspace@=\muskip11
\c@parentequation=\count122
\dspbrk@lvl=\count123
\tag@help=\toks22
\row@=\count124
\column@=\count125
\maxfields@=\count126
\andhelp@=\toks23
\eqnshift@=\dimen115
\alignsep@=\dimen116
\tagshift@=\dimen117
\tagwidth@=\dimen118
\totwidth@=\dimen119
\lineht@=\dimen120
\@envbody=\toks24
\multlinegap=\skip57
\multlinetaggap=\skip58
\mathdisplay@stack=\toks25
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
(/usr/local/texlive/2009/texmf-dist/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.
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2009/06/22 v3.00
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/tools/multicol.sty
Package: multicol 2008/12/05 v1.6h multicolumn formatting (FMi)
\c@tracingmulticols=\count127
\mult@box=\box28
\multicol@leftmargin=\dimen121
\c@unbalance=\count128
\c@collectmore=\count129
\doublecol@number=\count130
\multicoltolerance=\count131
\multicolpretolerance=\count132
\full@width=\dimen122
\page@free=\dimen123
\premulticols=\dimen124
\postmulticols=\dimen125
\multicolsep=\skip59
\multicolbaselineskip=\skip60
\partial@page=\box29
\last@line=\box30
\mult@rightbox=\box31
\mult@grightbox=\box32
\mult@gfirstbox=\box33
\mult@firstbox=\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
\@tempa=\box51
\c@columnbadness=\count133
\c@finalcolumnbadness=\count134
\last@try=\dimen126
\multicolovershoot=\dimen127
\multicolundershoot=\dimen128
\mult@nat@firstbox=\box52
\colbreak@box=\box53
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/fancybox/fancybox.sty
Package: fancybox 2000/09/19 1.3

Style option: `fancybox' v1.3 <2000/09/19> (tvz)
\@fancybox=\box54
\shadowsize=\dimen129
\@Sbox=\box55
\do@VerbBox=\toks26
\the@fancyput=\toks27
\this@fancyput=\toks28
\EndVerbatimTokens=\toks29
\Verbatim@Outfile=\write3
\Verbatim@Infile=\read1
) (/usr/local/texlive/2009/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/fixltx2e.sty
Package: fixltx2e 2006/09/13 v1.1m fixes to LaTeX
LaTeX Info: Redefining \em on input line 420.
LaTeX Info: The control sequence `\[' is already robust on input line 471.
LaTeX Info: The control sequence `\]' is already robust on input line 472.
)
(/usr/local/texlive/2009/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2008/07/06 v3.8l The Babel package

(/usr/local/texlive/2009/texmf-dist/tex/generic/babel/ngermanb.ldf
Language: ngermanb 2008/07/06 v2.6n new German support from the babel system

(/usr/local/texlive/2009/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2008/07/06 v3.8l Babel common definitions
\babel@savecnt=\count135
\U@D=\dimen130
)
\l@naustrian = a dialect from \language\l@ngerman 
Package babel Info: Making " an active character on input line 92.
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/ellipsis/ellipsis.sty
Package: ellipsis 2004/9/28 v1.6 ellipsis: fixes spacing around \protect \globa
l \let \T1\textellipsis .\kern \fontdimen 3\font .\kern \fontdimen 3\font .\ker
n \fontdimen 3\font \T1\textellipsis 
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/ms/ragged2e.sty
Package: ragged2e 2009/05/21 v2.1 ragged2e Package (MS)

(/usr/local/texlive/2009/texmf-dist/tex/latex/ms/everysel.sty
Package: everysel 1999/06/08 v1.03 EverySelectfont Package (MS)
)
\CenteringLeftskip=\skip61
\RaggedLeftLeftskip=\skip62
\RaggedRightLeftskip=\skip63
\CenteringRightskip=\skip64
\RaggedLeftRightskip=\skip65
\RaggedRightRightskip=\skip66
\CenteringParfillskip=\skip67
\RaggedLeftParfillskip=\skip68
\RaggedRightParfillskip=\skip69
\JustifyingParfillskip=\skip70
\CenteringParindent=\skip71
\RaggedLeftParindent=\skip72
\RaggedRightParindent=\skip73
\JustifyingParindent=\skip74
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/microtype/microtype.sty
Package: microtype 2009/03/27 v2.3d Micro-typography with pdfTeX (RS)
\MT@toks=\toks30
\MT@count=\count136
LaTeX Info: Redefining \lsstyle on input line 1608.
LaTeX Info: Redefining \lslig on input line 1608.
\MT@outer@space=\skip75
LaTeX Info: Redefining \textls on input line 1616.
\MT@outer@kern=\dimen131
LaTeX Info: Redefining \textmicrotypecontext on input line 2167.
Package microtype Info: Loading configuration file microtype.cfg.

(/usr/local/texlive/2009/texmf-dist/tex/latex/microtype/microtype.cfg
File: microtype.cfg 2009/03/27 v2.3d microtype main configuration file (RS)
))
(/usr/local/texlive/2009/texmf-dist/tex/latex/base/makeidx.sty
Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
)
\@indexfile=\write4
\openout4 = `Karteikarten1.2.idx'.


Writing index file Karteikarten1.2.idx

LaTeX Warning: Unused global option(s):
    [pagesize,smallheadings].

No file Karteikarten1.2.aux.
\openout1 = `Karteikarten1.2.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 188.
LaTeX Font Info:    ... okay on input line 188.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 188.
LaTeX Font Info:    ... okay on input line 188.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 188.
LaTeX Font Info:    ... okay on input line 188.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 188.
LaTeX Font Info:    ... okay on input line 188.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 188.
LaTeX Font Info:    ... okay on input line 188.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 188.
LaTeX Font Info:    ... okay on input line 188.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 188.
LaTeX Font Info:    ... okay on input line 188.
*geometry auto-detecting driver*
*geometry detected driver: pdftex*
-------------------- Geometry parameters
paper: a6paper
landscape: true
twocolumn: --
twoside: --
asymmetric: --
h-parts: 28.45274pt, 364.1953pt, 28.45274pt
v-parts: 56.9055pt, 207.70514pt, 34.1433pt
hmarginratio: --
vmarginratio: --
lines: --
heightrounded: --
bindingoffset: 0.0pt
truedimen: --
includehead: --
includefoot: --
includemp: --
driver: pdftex
-------------------- Page layout dimensions and switches
\paperwidth  421.10078pt
\paperheight 298.75394pt
\textwidth  364.1953pt
\textheight 207.70514pt
\oddsidemargin  -43.81725pt
\evensidemargin -43.81725pt
\topmargin  -52.36449pt
\headheight 12.0pt
\headsep    25.0pt
\footskip   30.0pt
\marginparwidth 65.0pt
\marginparsep   11.0pt
\columnsep  10.0pt
\skip\footins  9.0pt plus 4.0pt minus 2.0pt
\hoffset 0.0pt
\voffset 0.0pt
\mag 1000

(1in=72.27pt, 1cm=28.45pt)
-----------------------
! Argument of \gmu@tempd has an extra }.
<inserted text> 
                \par 
l.188 \begin{document}

I've run across a `}' that doesn't seem to match anything.
For example, `\def\a#1{...}' and `\a}' would produce
this error. If you simply proceed now, the `\par' that
I've just inserted will cause me to report a runaway
argument that might be the root of the problem. But if
your `}' was spurious, just type `2' and it will go away.

Runaway argument?
\@safe@activestrue \org@nocite {##1}\@safe@activesfalse \ampulexdef 
! Paragraph ended before \gmu@tempd was complete.
<to be read again> 
                   \par 
l.188 \begin{document}

I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

\c@NoNumSecs=\count137
Package hyperref Info: Link coloring OFF on input line 188.
(/usr/local/texlive/2009/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2007/05/29 v2.31 Cross-referencing by name of section

(/usr/local/texlive/2009/texmf-dist/tex/latex/oberdiek/refcount.sty
Package: refcount 2008/08/11 v3.1 Data extraction from references (HO)
)
\c@section@level=\count138
)
LaTeX Info: Redefining \ref on input line 188.
LaTeX Info: Redefining \pageref on input line 188.

(./Karteikarten1.2.out) (./Karteikarten1.2.out)
\@outlinefile=\write5
\openout5 = `Karteikarten1.2.out'.

\AtBeginShipoutBox=\box56
LaTeX Info: Redefining \dots on input line 188.
LaTeX Info: Redefining \selectfont on input line 188.
LaTeX Info: Redefining \microtypecontext on input line 188.
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: Tracking enabled.
Package microtype Info: Using tracking set `my'.
Package microtype Info: No adjustment of interword spacing.
Package microtype Info: No adjustment of character kerning.

(/usr/local/texlive/2009/texmf-dist/tex/latex/microtype/mt-cmr.cfg
File: mt-cmr.cfg 2008/02/29 v1.9a microtype config. file: Computer Modern Roman
 (RS)
)
LaTeX Font Info:    Try loading font information for U+msa on input line 191.

(/usr/local/texlive/2009/texmf-dist/tex/latex/amsfonts/umsa.fd
File: umsa.fd 2009/06/22 v3.00 AMS symbols A
)
(/usr/local/texlive/2009/texmf-dist/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 191.

(/usr/local/texlive/2009/texmf-dist/tex/latex/amsfonts/umsb.fd
File: umsb.fd 2009/06/22 v3.00 AMS symbols B
)
(/usr/local/texlive/2009/texmf-dist/tex/latex/microtype/mt-msb.cfg
File: mt-msb.cfg 2005/06/01 v1.0 microtype config. file: AMS symbols (b) (RS)
) [1

{/usr/local/texlive/2009/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
\tf@toc=\write6
\openout6 = `Karteikarten1.2.toc'.

 [2


]pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has
 been already used, duplicate ignored
<to be read again> 
                   \relax 
l.224 }{Masse}
               [1

]
Underfull \hbox (badness 10000) in paragraph at lines 224--224

 []


Underfull \hbox (badness 10000) in paragraph at lines 224--224

 []


LaTeX Warning: Reference `Newton1' on page 2 undefined on input line 224.


LaTeX Warning: Reference `Newton3' on page 2 undefined on input line 224.


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

pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has 
been already used, duplicate ignored
<to be read again> 
                   \relax 
l.224 }{Masse}
               [1]pdfTeX warning (ext4): destination with the same identifier (
name{page.2}) has been already used, duplicate ignored
<to be read again> 
                   \relax 
l.239 }{Arbeit}
                [2]

LaTeX Warning: Reference `Kraft' on page 3 undefined on input line 239.


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

pdfTeX warning (ext4): destination with the same identifier (name{page.2}) has 
been already used, duplicate ignored
<to be read again> 
                   \relax 
l.239 }{Arbeit}
                [2] [3]

LaTeX Warning: Reference `Newton1' on page 4 undefined on input line 252.


LaTeX Warning: Reference `Newton3' on page 4 undefined on input line 252.


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

pdfTeX warning (ext4): destination with the same identifier (name{page.3}) has 
been already used, duplicate ignored
<to be read again> 
                   \relax 
l.252 }{Kraft}
               [3] [4]

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

pdfTeX warning (ext4): destination with the same identifier (name{page.4}) has 
been already used, duplicate ignored
<to be read again> 
                   \relax 
l.261 }{BewGlTransl}
                     [4] [5]
LaTeX Font Info:    Try loading font information for OMS+cmr on input line 274.


(/usr/local/texlive/2009/texmf-dist/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 <10> not available
(Font)              Font shape `OMS/cmsy/m/n' tried instead on input line 274.


LaTeX Warning: Reference `Newton1' on page 6 undefined on input line 274.


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

pdfTeX warning (ext4): destination with the same identifier (name{page.5}) has 
been already used, duplicate ignored
<to be read again> 
                   \relax 
l.274 }{InSys}
               [5] [6]

LaTeX Warning: Reference `Newton2' on page 7 undefined on input line 287.


LaTeX Warning: Reference `Newton3' on page 7 undefined on input line 287.


LaTeX Warning: Reference `InSys' on page 7 undefined on input line 287.


LaTeX Warning: Reference `Masse' on page 7 undefined on input line 287.


LaTeX Warning: Reference `Kraft' on page 7 undefined on input line 287.


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

pdfTeX warning (ext4): destination with the same identifier (name{page.6}) has 
been already used, duplicate ignored
<to be read again> 
                   \relax 
l.287 }{Newton1}
                 [6] [7]

LaTeX Warning: Reference `Newton1' on page 8 undefined on input line 304.


LaTeX Warning: Reference `Newton3' on page 8 undefined on input line 304.


LaTeX Warning: Reference `Masse' on page 8 undefined on input line 304.


LaTeX Warning: Reference `Kraft' on page 8 undefined on input line 304.


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

pdfTeX warning (ext4): destination with the same identifier (name{page.7}) has 
been already used, duplicate ignored
<to be read again> 
                   \relax 
l.304 }{Newton2}
                 [7] [8]
Overfull \hbox (1.20712pt too wide) in paragraph at lines 316--316
[]\T1/cmr/m/n/10 (-20) Reaktionsprinzip
 []


LaTeX Warning: Reference `Newton1' on page 9 undefined on input line 316.


LaTeX Warning: Reference `Newton2' on page 9 undefined on input line 316.


LaTeX Warning: Reference `Masse' on page 9 undefined on input line 316.


LaTeX Warning: Reference `Kraft' on page 9 undefined on input line 316.


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

pdfTeX warning (ext4): destination with the same identifier (name{page.8}) has 
been already used, duplicate ignored
<to be read again> 
                   \relax 
l.316 }{Newton3}
                 [8]
No file Karteikarten1.2.ind.
(./Karteikarten1.2.aux)

LaTeX Warning: There were undefined references.


LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.

 ) 
Here is how much of TeX's memory you used:
 8166 strings out of 493848
 119640 string characters out of 3149208
 228539 words of memory out of 3000000
 11238 multiletter control sequences out of 15000+200000
 21140 words of font info for 74 fonts, out of 3000000 for 9000
 714 hyphenation exceptions out of 8191
 38i,10n,43p,281b,323s stack positions out of 5000i,500n,10000p,200000b,50000s
{/usr/local/texlive/2009/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.enc}
</usr/local/texlive/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb><
/usr/local/texlive/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></
usr/local/texlive/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></u
sr/local/texlive/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr
/local/texlive/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/l
ocal/texlive/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/loc
al/texlive/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmr5.pfb></usr/local/
texlive/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/local/tex
live/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/local/texl
ive/2009/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb></usr/local/texliv
e/2009/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb></usr/local/te
xlive/2009/texmf-dist/fonts/type1/public/cm-super/sfbx0800.pfb></usr/local/texl
ive/2009/texmf-dist/fonts/type1/public/cm-super/sfbx1000.pfb></usr/local/texliv
e/2009/texmf-dist/fonts/type1/public/cm-super/sfbx1440.pfb></usr/local/texlive/
2009/texmf-dist/fonts/type1/public/cm-super/sfrm0800.pfb></usr/local/texlive/20
09/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb></usr/local/texlive/2009
/texmf-dist/fonts/type1/public/cm-super/sfrm1200.pfb></usr/local/texlive/2009/t
exmf-dist/fonts/type1/public/cm-super/sfrm1728.pfb></usr/local/texlive/2009/tex
mf-dist/fonts/type1/public/cm-super/sfsl1000.pfb></usr/local/texlive/2009/texmf
-dist/fonts/type1/public/cm-super/sfti1000.pfb>
Output written on Karteikarten1.2.pdf (18 pages, 266462 bytes).
PDF statistics:
 195 PDF objects out of 1000 (max. 8388607)
 19 named destinations out of 1000 (max. 500000)
 21577 words of extra memory for PDF output out of 24883 (max. 10000000)

Link zu diesem Kommentar

Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren

Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können

Benutzerkonto erstellen

Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!

Neues Benutzerkonto erstellen

Einloggen

Du hast bereits ein Benutzerkonto? Melde dich hier an.

Jetzt anmelden

Unsere Partner

Entdecke hunderte Font-Sonderangebote.
FDI Type Foundry besuchen
Hier beginnt deine kreative Reise.
Mit über 130.000 Fonts der größte Schriften-Shop im Internet.
Elfen-Fraktur: Eine Schnurzug-Fraktur.
×
×
  • Neu erstellen...

🍪 Hinweis:

Wir benutzen funktionale Cookies.