ich würde gerne nach meinem Dokumenttext einen Anhang dranhängen, in dem
zuerst das Literaturverzeichnis und danach ein kleiner Abbildungsteil
aufgeführt sein sollen.
Ich würde mir folgende Dokumentstruktur wünschen:
1 Einleitung
2 blablabla
3 blablabla
...
Anhang
A Bibliographie
B Abbildungen
Ich habe dabei ein paar Probleme:
1) Ich binde meinen Anhang mit \appendix ein, meine Bibliographie mit
BibTeX und über \bibliography{}, meine Abbildungen über
figure-Umgebungen und minipages.
Problem: Dies führt zu einer uneinheitlichen Überschriftenbenennung. Bei
den Abbildungen fehlt die Überschrift ganz (die Benennung über \section
brachte unbefriedigende Ergebnisse).
2) Ich habe das hyperref-Package eingebunden und möchte, daß neben den
normalen Überschriften auch alle Anhänge automatisch als Links
übernommen werden.
Problem: Ich weiß nicht, wie ich korrekt die Anhänge einbinde und welche
Referenzierungsbefehle ich benutzen muß. Die "normale" Referenzierung
mit dem \label-Befehl führt zu keinem Ergebnis.
Viele Grüße,
Simone
Ich verstehe leider nicht ganz deine Probleme.
Leider hast du kein Minimalbeispiel geliefert, dann wäre klar welche
Dokumentenklasse du nutzt. Und es wäre einfacher, dir zu helfen. Da du
\section erwähnt hast, nehme ich an, dass du (eine) article(-Variante)
nutzt.
Das Dokument hier mach alles, soweit ich dich verstanden habe.
Die Überschriften im Inhaltsverzeichnis werden automatisch als Link
erkannt; das macht hyperref von selbst, du musst dich um nichts kümmern.
Grüße,
David
\documentclass[liststotocnumbered,bibtotocnumbered]{scrartcl}
\usepackage{hyperref}
\begin{document}
\tableofcontents{}\clearpage
\section{1 Einleitung}
\begin{figure}
\caption{bla1}
\end{figure}
\begin{figure}
\caption{bla2}
\end{figure}
\section{2 blablabla}
\section{3 blablabla}
\section{...}
\appendix\addsec{Anhang}
%\bibliography{} %thebibliography macht für den Zweck des Beispiels
%das selbe wie \bibliography
\begin{thebibliography}{99}
\bibitem{bla}sakjdahös
\end{thebibliography}
\listoffigures
\end{document}
--
Ignoramus, ignorabimus (Emil du Bois-Reymond)
vielen Dank für Deine Antwort.
> \documentclass[liststotocnumbered,bibtotocnumbered]{scrartcl}
> \usepackage{hyperref}
> \begin{document}
> \tableofcontents{}\clearpage
> \section{1 Einleitung}
> \begin{figure}
> \caption{bla1}
> \end{figure}
> \begin{figure}
> \caption{bla2}
> \end{figure}
> \section{2 blablabla}
> \section{3 blablabla}
> \section{...}
> \appendix\addsec{Anhang}
> %\bibliography{} %thebibliography macht für den Zweck des Beispiels
> %das selbe wie \bibliography
> \begin{thebibliography}{99}
> \bibitem{bla}sakjdahös
> \end{thebibliography}
> \listoffigures
> \end{document}
Leider ist Deine Lösung nicht das, wonach ich gesucht habe. Das Dokument
sollte folgende Eigenschaften besitzen:
- KEIN Inhaltsverzeichnis (weil der Text nicht lang genug ist)
- Ich möchte BibTex benutzen, weil es bei der Masse an Literatur eine
deutliche Arbeitserleichterung bedeutet (bisher gab es keine Probleme).
- KEIN Abbildungsverzeichnis, sondern nur die Abbildungen selbst (ein
eigenes Verzeichnis lohnt nicht, weil Dokument nicht superlang). Am
schönsten wäre es, die Abbildungsnummern im Text würden als Links
eingebunden (vielleicht sogar im Hyperref-Verzeichnis?), so daß man sie
direkt anwählen kann.
Im Anschluss habe ich ein Minimalbeispiel und das Log der
Fehlermeldungen beigegeben.
Gruß,
Simone
+++
M I N I M A L B E I S P I E L
\documentclass[a4paper]{scrartcl}
\usepackage{german}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\parindent0em
\usepackage{soul}
\usepackage{graphicx}
\usepackage{capt-of}
\addtokomafont{caption}{\small}
\setcapwidth[l]{0.4\textwidth}
\renewcommand{\figurename}{Abb.}
\usepackage{hyperref}
\newcommand\Figlink[1]{\hyperref[#1]{Figure~\ref*{#1}} on
Page~\pageref*{#1}}
\begin{document}
% DOKUMENTTITEL
\section{Einführung}
Blablabla
\subsection{Beispiel}
Blablabla (Abb.~\ref{Abb1})
% ANHANG
\newpage
\appendix\addsec
%
% BIBLIOGRAPHIE
\begin{footnotesize} %Die Bibliographie wird mir sonst zu groß
\bibliography{Bibliographie}
\bibliographystyle{jurabib}
\end{footnotesize}
%
% ABBILDUNGEN
\newpage
\input{Abbildungen}
\end{document}
+++
F E H L E R M E L D U N G E N
+++
This is pdfeTeX, Version 3.141592-1.30.6-2.2 (MiKTeX 2.5) (preloaded
format=latex 2007.4.15) 22 JUL 2007 14:25
entering extended mode
**VortragWorkshop.tex
(VortragWorkshop.tex
LaTeX2e <2005/12/01>
Babel <v3.8g> and hyphenation patterns for english, dumylang,
nohyphenation, ge
rman, ngerman, french, loaded.
(D:\Programme\MiKTeX\tex\latex\koma-script\scrartcl.cls
Document Class: scrartcl 2006/07/30 v2.95b KOMA-Script document class
(article)
(D:\Programme\MiKTeX\tex\latex\koma-script\scrkbase.sty
Package: scrkbase 2006/07/30 v2.95b KOMA-Script package (basics and
keyval use)
(D:\Programme\MiKTeX\tex\latex\koma-script\scrlfile.sty
Package: scrlfile 2006/03/28 v2.95 KOMA-Script package (loading files)
Package scrlfile, 2006/03/28 v2.95 KOMA-Script package (loading files)
Copyright (C) Markus Kohm
) (D:\Programme\MiKTeX\tex\latex\graphics\keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
))
(D:\Programme\MiKTeX\tex\latex\base\size11.clo
File: size11.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
)
(D:\Programme\MiKTeX\tex\latex\koma-script\typearea.sty
Package: typearea 2006/07/30 v2.95b KOMA-Script package (type area)
Package typearea, 2006/07/30 v2.95b KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-2002
\ta@bcor=\skip41
\ta@div=\count79
Package scrkbase Info: You've used the obsolete option `a4paper'.
(scrkbase) \KOMAoptions{paper=a4} will be used instead.
(scrkbase) You should do this change too on input line 419.
\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/100
(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 832.
)
\c@part=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\abovecaptionskip=\skip45
\belowcaptionskip=\skip46
\c@pti@nb@sid@b@x=\box26
\c@figure=\count86
\c@table=\count87
\bibindent=\dimen102
) (D:\Programme\MiKTeX\tex\latex\german\german.sty v2.5e 1998-07-08
Package: german 1998/07/08 v2.5e Support for writing german texts (br)
\grmnU@D=\dimen103
german -- \language number for Austrian undefined, default 3 used.
)
(D:\Programme\MiKTeX\tex\latex\base\inputenc.sty
Package: inputenc 2006/05/05 v1.1b Input encoding file
\inpenc@prehook=\toks15
\inpenc@posthook=\toks16
(D:\Programme\MiKTeX\tex\latex\base\ansinew.def
File: ansinew.def 2006/05/05 v1.1b Input encoding file
))
(D:\Programme\MiKTeX\tex\latex\base\fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(D:\Programme\MiKTeX\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.
))
(D:\Programme\MiKTeX\tex\latex\mdwtools\mdwlist.sty
Package: mdwlist 1996/05/02 1.1 Various list-related things
)
\neuBreite=\skip47
\neuAbstand=\skip48
(D:\Programme\MiKTeX\tex\latex\soul\soul.sty
Package: soul 2003/11/17 v2.4 letterspacing/underlining (mf)
\SOUL@word=\toks17
\SOUL@lasttoken=\toks18
\SOUL@cmds=\toks19
\SOUL@buffer=\toks20
\SOUL@token=\toks21
\SOUL@spaceskip=\skip49
\SOUL@ttwidth=\dimen104
\SOUL@uldp=\dimen105
\SOUL@ulht=\dimen106
)
(D:\Programme\MiKTeX\tex\latex\jurabib\jurabib.sty
Package: jurabib 2004/01/25 v0.6 Extended citations
(D:\Programme\MiKTeX\tex\latex\base\ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(D:\Programme\MiKTeX\tex\latex\tools\calc.sty
Package: calc 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
\calc@Acount=\count88
\calc@Bcount=\count89
\calc@Adimen=\dimen107
\calc@Bdimen=\dimen108
\calc@Askip=\skip50
\calc@Bskip=\skip51
LaTeX Info: Redefining \setlength on input line 75.
LaTeX Info: Redefining \addtolength on input line 76.
\calc@Ccount=\count90
\calc@Cskip=\skip52
)
(D:\Programme\MiKTeX\tex\latex\ltxmisc\url.sty
\Urlmuskip=\muskip10
Package: url 2005/06/27 ver 3.2 Verb mode for urls, etc.
)
(D:\Programme\MiKTeX\tex\latex\tools\array.sty
Package: array 2005/08/23 v2.4b Tabular extension package (FMi)
\col@sep=\dimen109
\extrarowheight=\dimen110
\NC@list=\toks22
\extratabsurround=\skip53
\backup@length=\skip54
)
\c@ibidem@author=\count91
\c@multiple@author=\count92
LaTeX Info: Redefining \jbarchnameformat on input line 945.
\jb@subarchitemwidth=\skip55
\jb@subarchentrywidth=\skip56
LaTeX Info: Redefining \jbapifont on input line 1216.
\jb@urlfile=\write3
(VortragWorkshop.url)
\jb@tempfile=\read1
\c@jbbibcnt=\count93
\c@jbbibcnta=\count94
\c@idemcnt=\count95
\c@bibnamereplace=\count96
\c@citefull=\count97
\c@opcit=\count98
\c@jb@cites@in@footnote=\count99
\jbbibhang=\skip57
\bibnumberwidth=\skip58
\jb@biblaw@entry@width=\skip59
\jb@biblaw@item@width=\skip60
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <10.95> on input line 3438.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <8> on input line 3438.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <6> on input line 3438.
LaTeX Info: Redefining \cite on input line 3744.
\jb@length@i=\skip61
\jb@length@ii=\skip62
\jb@length@iii=\skip63
\jb@temptoks=\toks23
\jbedwidth=\skip64
\jb@ta=\toks24
\jb@tb=\toks25
Package jurabib Warning: unrecognized value `reducifibidem'
(jurabib) for key `authorformat' ignored.
Package jurabib Info: *** Local config file `jurabib.cfg' used ***
(D:\Programme\MiKTeX\tex\latex\jurabib\jurabib.cfg
File: jurabib.cfg jurabib local configuration file
)
Package jurabib Warning: unrecognized value `reducifibidem'
(jurabib) for key `authorformat' ignored.
) (D:\Programme\MiKTeX\tex\latex\graphics\graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(D:\Programme\MiKTeX\tex\latex\graphics\graphics.sty
Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(D:\Programme\MiKTeX\tex\latex\graphics\trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(D:\Programme\MiKTeX\tex\latex\00miktex\graphics.cfg
File: graphics.cfg 2005/12/29 v1.2 MiKTeX 'graphics' configuration
)
Package graphics Info: Driver file: dvips.def on input line 90.
(D:\Programme\MiKTeX\tex\latex\graphics\dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
\Gin@req@height=\dimen111
\Gin@req@width=\dimen112
)
(D:\Programme\MiKTeX\tex\latex\ltxmisc\capt-of.sty)
(D:\Programme\MiKTeX\tex\latex\hyperref\hyperref.sty
Package: hyperref 2006/08/16 v6.75c Hypertext links for LaTeX
\@linkdim=\dimen113
\Hy@linkcounter=\count100
\Hy@pagecounter=\count101
(D:\Programme\MiKTeX\tex\latex\hyperref\pd1enc.def
File: pd1enc.def 2006/08/16 v6.75c Hyperref: PDFDocEncoding definition (HO)
)
(D:\Programme\MiKTeX\tex\latex\00miktex\hyperref.cfg
File: hyperref.cfg 2006/02/14 v1.1 MiKTeX 'hyperref' configuration
)
(D:\Programme\MiKTeX\tex\latex\oberdiek\kvoptions.sty
Package: kvoptions 2006/06/01 v2.2 Connects package keyval with LaTeX
options (
HO)
)
Package hyperref Info: Hyper figures OFF on input line 2118.
Package hyperref Info: Link nesting OFF on input line 2123.
Package hyperref Info: Hyper index ON on input line 2126.
Package hyperref Info: Plain pages OFF on input line 2133.
Package hyperref Info: Backreferencing OFF on input line 2138.
Implicit mode ON; LaTeX internals redefined
Package hyperref Info: Bookmarks ON on input line 2268.
LaTeX Info: Redefining \url on input line 2423.
\Fld@menulength=\count102
\Field@Width=\dimen114
\Fld@charsize=\dimen115
\Choice@toks=\toks26
\Field@toks=\toks27
Package hyperref Info: Hyper figures OFF on input line 2901.
Package hyperref Info: Link nesting OFF on input line 2906.
Package hyperref Info: Hyper index ON on input line 2909.
Package hyperref Info: backreferencing OFF on input line 2916.
Package hyperref Info: Link coloring OFF on input line 2921.
\Hy@abspage=\count103
\c@Item=\count104
\c@Hfootnote=\count105
)
*hyperref using default driver hdvips*
(D:\Programme\MiKTeX\tex\latex\hyperref\hdvips.def
File: hdvips.def 2006/08/16 v6.75c Hyperref driver for dvips
(D:\Programme\MiKTeX\tex\latex\hyperref\pdfmark.def
File: pdfmark.def 2006/08/16 v6.75c Hyperref definitions for pdfmark
specials
\pdf@docset=\toks28
\pdf@box=\box27
\pdf@toks=\toks29
\pdf@defaulttoks=\toks30
\Fld@listcount=\count106
)) (VortragWorkshop.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 94.
LaTeX Font Info: ... okay on input line 94.
(D:\Programme\MiKTeX\tex\latex\jurabib\dejbbib.ldf
File: dejbbib.ldf jurabib German language definitions
)
Package hyperref Info: Link coloring OFF on input line 94.
(D:\Programme\MiKTeX\tex\latex\hyperref\nameref.sty
Package: nameref 2006/08/15 v2.26 Cross-referencing by name of section
(D:\Programme\MiKTeX\tex\latex\oberdiek\refcount.sty
Package: refcount 2006/02/20 v3.0 Data extraction from references (HO)
)
\c@section@level=\count107
)
LaTeX Info: Redefining \ref on input line 94.
LaTeX Info: Redefining \pageref on input line 94.
(VortragWorkshop.out)
(VortragWorkshop.out)
\@outlinefile=\write4
LaTeX Font Info: Try loading font information for T1+cmss on input
line 110.
(D:\Programme\MiKTeX\tex\latex\base\t1cmss.fd
File: t1cmss.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <14.4> on input line 118.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <7> on input line 118.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <9> on input line 118.
LaTeX Font Info: External font `cmex10' loaded for size
(Font) <5> on input line 118.
LaTeX Warning: Citation `scheidl2003' on page 1 undefined on input line
118.
Overfull \hbox (2.05505pt too wide) in paragraph at lines 118--118
[] []
[]
LaTeX Warning: Citation `gretzschel1989' on page 1 undefined on input
line 118
.
LaTeX Warning: Citation `hilger1981' on page 1 undefined on input line 118.
LaTeX Warning: Citation `kahle1990' on page 1 undefined on input line 118.
LaTeX Warning: Citation `kastenbein2000' on page 1 undefined on input
line 118
.
LaTeX Warning: Citation `klauser2005' on page 1 undefined on input line
118.
LaTeX Warning: Citation `langmaack1971' on page 1 undefined on input
line 118.
LaTeX Warning: Citation `mai1992' on page 1 undefined on input line 118.
LaTeX Warning: Citation `neudecker1995' on page 1 undefined on input
line 118.
LaTeX Warning: Citation `reimann2005' on page 1 undefined on input line
118.
LaTeX Warning: Citation `salge2004' on page 1 undefined on input line 118.
LaTeX Warning: Citation `schnell1973' on page 1 undefined on input line
118.
Overfull \hbox (2.05505pt too wide) in paragraph at lines 118--118
[] []
[]
LaTeX Warning: Citation `kahle1990' on page 1 undefined on input line 119.
Overfull \hbox (2.05505pt too wide) in paragraph at lines 119--119
[] []
[]
[1
]
Overfull \hbox (2.05505pt too wide) in paragraph at lines 135--135
[] []
[]
[2]
Overfull \hbox (2.05505pt too wide) in paragraph at lines 143--143
[] []
[]
Overfull \hbox (2.05505pt too wide) in paragraph at lines 146--146
[] []
[]
[3]
LaTeX Warning: Citation `saeger1988' on page 4 undefined on input line 152.
Overfull \hbox (2.05505pt too wide) in paragraph at lines 152--152
[] []
[]
LaTeX Warning: Reference `Abb-Velbert-CK-a' on page 4 undefined on input
line 1
52.
LaTeX Warning: Citation `saeger1988' on page 4 undefined on input line 154.
Overfull \hbox (2.05505pt too wide) in paragraph at lines 154--154
[] []
[]
LaTeX Warning: Reference `Abb-Velbert-CK-e' on page 4 undefined on input
line 1
54.
Overfull \hbox (2.05505pt too wide) in paragraph at lines 154--154
[] []
[]
LaTeX Warning: Reference `Abb-Velbert-CK-gr' on page 4 undefined on
input line
156.
LaTeX Warning: Reference `Abb-Velbert-CK-aa' on page 4 undefined on
input line
156.
LaTeX Warning: Reference `Abb-Velbert-CK-i' on page 4 undefined on input
line 1
58.
LaTeX Warning: Reference `Abb-Velbert-CK-ii' on page 4 undefined on
input line
158.
LaTeX Warning: Citation `schmid1909' on page 4 undefined on input line 158.
LaTeX Warning: Citation `saeger1988' on page 4 undefined on input line 158.
Overfull \hbox (2.05505pt too wide) in paragraph at lines 158--158
[] []
[]
LaTeX Warning: Citation `langmaack1971' on page 4 undefined on input
line 162.
Overfull \hbox (2.05505pt too wide) in paragraph at lines 162--162
[] []
[]
Overfull \hbox (2.54932pt too wide) in paragraph at lines 152--164
[]\T1/cmr/m/n/14.4 Zuerst zur evan-ge-li-schen \T1/cmr/m/it/14.4
Chri-stus-kir-
che \T1/cmr/m/n/14.4 im nordrhein--westfälischen Vel-
[]
[4] [5]
Overfull \hbox (3.60066pt too wide) in paragraph at lines 175--176
[][]\T1/cmr/m/n/14.4 Mehrgliedrigkeit und ma-le-ri-sche Fern-wir-kung:
Der Kir-
chen-bau prä-
[]
[6]
LaTeX Warning: Reference `Abb-Augsburg-HJ-a' on page 7 undefined on
input line
184.
LaTeX Warning: Citation `kosel1977' on page 7 undefined on input line 184.
Overfull \hbox (2.05505pt too wide) in paragraph at lines 184--184
[] []
[]
LaTeX Warning: Reference `Abb-Augsburg-HJ-gr' on page 7 undefined on
input line
188.
LaTeX Warning: Reference `Abb-Augsburg-HJ-i-o' on page 7 undefined on
input lin
e 192.
LaTeX Warning: Reference `Abb-Augsburg-HJ-i-w' on page 7 undefined on
input lin
e 194.
LaTeX Warning: Reference `Abb-Augsburg-HJ-i-o' on page 7 undefined on
input lin
e 196.
[7] [8] [9]
! Missing \endcsname inserted.
<to be read again>
\@@par
l.227 \begin
{footnotesize}
The control sequence marked <to be read again> should
not appear between \csname and \endcsname.
! Missing \endcsname inserted.
<to be read again>
\@@par
l.227 \begin
{footnotesize}
The control sequence marked <to be read again> should
not appear between \csname and \endcsname.
! Extra \endcsname.
\reserved@a ...on@line }\csname \@@par \endcsname
l.227 \begin
{footnotesize}
I'm ignoring this, since I wasn't doing a \csname.
! Extra }, or forgotten \endgroup.
\H@old@ssect ...1}\interlinepenalty \@M #5\@@par }
\endgroup \else \def
\@svs...
l.227 \begin
{footnotesize}
I've deleted a group-closing symbol because it seems to be
spurious, as in `$x}$'. But perhaps the } is legitimate and
you forgot something else, as in `\hbox{$x}'. In such cases
the way to recover is to insert both the forgotten and the
deleted material, e.g., by typing `I$}'.
! Argument of \begin has an extra }.
<inserted text>
\par
l.227 \begin
{footnotesize}
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.
! Missing \endcsname inserted.
<to be read again>
\@@par
l.227 \begin
{footnotesize}
The control sequence marked <to be read again> should
not appear between \csname and \endcsname.
Runaway argument?
|\@empty \<def>-command \reserved@a \global \<>-\let \begingroup
\<>-\let \ETC.
! Paragraph ended before \HyPsd@@ProtectSpaces was complete.
<to be read again>
\par
l.227 \begin
{footnotesize}
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.
! Undefined control sequence.
\HyPsd@ProtectSpaces ...er \@empty #1| \HyPsd@End
#1
l.227 \begin
{footnotesize}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> \Hy@tempa
l.227 \begin
{footnotesize}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Argument of \HyPsd@CheckCatcodes has an extra }.
<inserted text>
\par
l.227 \begin
{footnotesize}
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?
\global \let \Hy@tempa \HyPsd@String
! Paragraph ended before \HyPsd@CheckCatcodes was complete.
<to be read again>
\par
l.227 \begin
{footnotesize}
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.
! Undefined control sequence.
<argument> \Hy@tempa
l.227 \begin
{footnotesize}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Runaway argument?
\@empty \HyPsd@End \Hy@tempa \expandafter \HyPsd@Subst \expandafter {\ETC.
! Paragraph ended before \HyPsd@RemoveMask was complete.
<to be read again>
\par
l.241
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.
! Argument of \@checkend has an extra }.
<inserted text>
\par
l.243 \end{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.
! LaTeX Error: \begin{document}\space ended by \end{}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.243 \end{document}
Your command was ignored.
Type \space I <command> <return> \space to replace it with another command,
or \space <return> \space to continue without it.
! Illegal parameter number in definition of \reserved@a.
<to be read again>
1
l.243 \end{document}
You meant to type ## instead of #, right?
Or maybe a } was forgotten somewhere earlier, and things
are all screwed up? I'm going to assume that you meant ##.
! Illegal parameter number in definition of \reserved@a.
<to be read again>
1
l.243 \end{document}
You meant to type ## instead of #, right?
Or maybe a } was forgotten somewhere earlier, and things
are all screwed up? I'm going to assume that you meant ##.
! Illegal parameter number in definition of .
<to be read again>
1
l.243 \end{document}
You meant to type ## instead of #, right?
Or maybe a } was forgotten somewhere earlier, and things
are all screwed up? I'm going to assume that you meant ##.
! LaTeX Error: \begin{document}\space ended by \end{##1}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.243 \end{document}
Your command was ignored.
Type \space I <command> <return> \space to replace it with another command,
or \space <return> \space to continue without it.
Overfull \hbox (35.859pt too wide) has occurred while \output is active
\T1/cmr/m/n/14.4 []pdfmark=/DEST,linktype=anchor,View=/XYZ
H.V,DestAnchor=page.
10
[]
[10]
LaTeX Warning: There were undefined references.
)
(\end occurred inside a group at level 5)
### semi simple group (level 5) entered at line 227 (\begingroup)
### semi simple group (level 4) entered at line 227 (\begingroup)
### semi simple group (level 3) entered at line 227 (\begingroup)
### simple group (level 2) entered at line 227 ({)
### semi simple group (level 1) entered at line 227 (\begingroup)
### bottom level
(\end occurred when \ifx on line 227 was incomplete)
(\end occurred when \ifx on line 227 was incomplete)
(\end occurred when \ifnum on line 227 was incomplete)
(\end occurred when \ifx on line 227 was incomplete)
Here is how much of TeX's memory you used:
5592 strings out of 95420
76329 string characters out of 1187552
166711 words of memory out of 1164267
8566 multiletter control sequences out of 60000
19129 words of font info for 44 fonts, out of 1000000 for 2000
14 hyphenation exceptions out of 8191
35i,8n,40p,1613b,438s stack positions out of
5000i,500n,10000p,200000b,32768s
Output written on VortragWorkshop.dvi (10 pages, 40012 bytes).
Zudem wenn Du im Text auf die Bilder mit \ref{Bildlabel} verweist und
dem Bild das richtige Label \label{Bildlabel} gegeben hast, fügt
hyperref automatisch die Link vom Referenz zum Bild ein. Genauso wie für
Literaturstellen. Ich würde den Kram mit \Figlink weglassen.
Gruß
Sebastian
Simone Gundermann <sc...@web.de> writes:
> Leider ist Deine Lösung nicht das, wonach ich gesucht habe. Das
> Dokument sollte folgende Eigenschaften besitzen:
>
> - KEIN Inhaltsverzeichnis (weil der Text nicht lang genug ist)
dann lass den Befehl halt weg
> - Ich möchte BibTex benutzen, weil es bei der Masse an Literatur eine
> deutliche Arbeitserleichterung bedeutet (bisher gab es keine
> Probleme).
kein Problem, es ging nur darum, den Effekt von bibtotocnumbered zu
demonstrieren. Bibtex habe ich bisher auch immer genommen.
> - KEIN Abbildungsverzeichnis, sondern nur die Abbildungen selbst (ein
> eigenes Verzeichnis lohnt nicht, weil Dokument nicht superlang). Am
> schönsten wäre es, die Abbildungsnummern im Text würden als Links
> eingebunden (vielleicht sogar im Hyperref-Verzeichnis?), so daß man
> sie direkt anwählen kann.
Das geht doch automatisch mit hyperref. Was meinst du mit
Hyperref-Verzeichnis?
> Im Anschluss habe ich ein Minimalbeispiel und das Log der
> Fehlermeldungen beigegeben.
Das log-File stammt nicht vom Minimalbeispiel, zeigt aber den Fehler.
Ich habe das Beipiel etwas verändert und kommentiert
David
\documentclass[a4paper, bibtotocnumbered]{scrartcl}
\usepackage{german}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\parindent0em
%wie trennst du denn die Absätze von einander? Schau dir doch mal die
%Optionen parskip/halfparskip/usw. im koma-script-Handbuch an.
\usepackage{soul}
\usepackage{graphicx}
\usepackage{capt-of}
\addtokomafont{caption}{\small}
\setcapwidth[l]{0.4\textwidth}
\renewcommand{\figurename}{Abb.}
\usepackage{hyperref}
\newcommand\Figlink[1]{\hyperref[#1]{Figure~\ref*{#1}} on Page~\pageref*{#1}}
\begin{document}
\section{Einführung} Blablabla
\subsection{Beispiel} Blablabla (Abb.~\ref{Abb1})
\newpage
\appendix\addsec{Anhang}
% =======
%\begin{footnotesize} %Die Bibliographie wird mir sonst zu groß
% ^-- diese Umgebung gibt es nicht, stattdessen:
{\footnotesize
%\bibliography{Bibliographie} %\bibliography kannst du auch nutzen, es geht
%\bibliographystyle{jurabib} %nur darum, ohne Fehlermeldungen durchzukommen
\begin{thebibliography}{99}\bibitem{bla}sakjdahös\end{thebibliography}
\par}
%\end{footnotesize}
\newpage
%\input{Abbildungen}
% ^-- den Inhalt verschweigst du, vermutlich sowas:
\section{Abbildungen}
\captionof{figure}{caption}\label{Abb1}