Hallo & Danke erstmal für die schnellen Antworten!
Da es sich bei mir um eine sehr sehr umfangreiche Vorlage von Matthias Pospiech handelt, poste ich die gesamte preamble, auch wenn ich teilwiese nicht weiß, wofür alle Funktionen sind. Aber so funktioniert die Ausgabe als pdf-File sehr gut.
Also ich habe den meiner Meinung nach unwichtigen Teil weggelassen. Trotzdem sind es immernoch etliche Zeilen, da die Datei sehr gut kommentiert ist.
Die Preambel:
\input{preambel/preambel-commands}
\usepackage{calc}
\usepackage[ngerman,]{babel}
\usepackage[table]{xcolor}
\usepackage[]{graphicx}
\usepackage{epstopdf}
\usepackage[centertags, sumlimits, intlimits, namelimits]{amsmath}
\IfPackageLoaded{pst-pdf}{
\providecommand\makeindex{}
\providecommand\makeglossary{}
}{}
\usepackage{marginnote}
\usepackage{relsize}
\usepackage{ragged2e}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\input{preambel/Fonts}
%%% Fussnoten/Endnoten ===================================================
%
%%% Doc: ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf
%
\usepackage[
bottom, % Footnotes appear always on bottom. This is necessary
% especially when floats are used
stable, % Make footnotes stable in section titles
perpage, % Reset on each page
%para, % Place footnotes side by side of in one paragraph.
%side, % Place footnotes in the margin
ragged, % Use RaggedRight
%norule, % suppress rule above footnotes
multiple, % rearrange multiple footnotes intelligent in the text.
%symbol, % use symbols instead of numbers
]{footmisc}
%% Einruecken der Fussnote einstellen
%\setlength\footnotemargin{10pt}
%--- footnote counter documentweit durchlaufend ------------------------------
%\usepackage{chngcntr}
%\counterwithout{footnote}{chapter}
%-----------------------------------------------------------------------------
%%% Doc: ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/misc/endnotes.sty
%\usepackage{endnotes}
% From the Documentation:
% To turn all the footnotes in your documents into endnotes, say
%
% \let\footnote=\endnote
%
% in your preamble, and then add something like
%
% \newpage
% \begingroup
% \parindent 0pt
% \parskip 2ex
% \def\enotesize{\normalsize}
% \theendnotes
% \endgroup
%
% as the last thing in your document. (But \theendnotes all
% by itself will work.)
%%% Verweise =============================================================
%
%%% Doc: Documentation inside dtx File
\usepackage[ngerman]{varioref} % Intelligente Querverweise
%%% Listen ===============================================================
\IfPackageNotLoaded{enumerate}{
\usepackage{enumitem}
}
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Pakete zum Zitieren
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Quotes =================================================================
%% Doc: ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/csquotes/csquotes.pdf
% Advanced features for clever quotations
\usepackage[%
babel, % the style of all quotation marks will be adapted
% to the document language as chosen by 'babel'
german=quotes, % Styles of quotes in each language
english=british,
french=guillemets
]{csquotes}
% All facilities which take a 'cite' argument will not insert
% it directly. They pass it to an auxiliary command called \mkcitation
% which may be redefined to format the citation.
\renewcommand*{\mkcitation}[1]{{\,}#1}
\renewcommand*{\mkccitation}[1]{ #1}
\SetBlockThreshold{2} % Anzahl von Zeilen
\newenvironment{myquote}%
{\begin{quote}\small}%
{\end{quote}}%
\SetBlockEnvironment{myquote}
%\SetCiteCommand{} % Changes citation command
% -------- Reference by author -------------------------------------------
% Doc: http://www.berger-on.net/jurabib/
% \usepackage{jurabib}
% \jurabibsetup{
% authorformat={
% %abbrv,% First names will be abbreviated
% %allreversed,% Names will be printed reversed ('first surname' in text and bibliography)
% %citationreversed,% Names will be printed reversed ('first surname' only in text)
% and,% Author separation with ',' and ', and' instead of the default slashes
% %dynamic,% Font of author depends on existence of coauthor
% %firstnotreversed, %All author names (except the first) will be printed reversed (in text only)
% %indexed,% All author names are indexed separately (makeidx or index have to be loaded appropriately)
% %italic,% Author will appear in italics
% %reducedifibidem,% Author names are reduced to the surname for subsequent
% %citations,% (for the ibidem=name options)
% smallcaps,% Author will appear in small caps
% year,% Emulates author-year citations
% },
% bibformat={
% %compress,% Reduces the vertical space between the items in the bibliography
% %ibidem,% Replaces repeated authors in the bibliography
% %ibidemalt,% Special format for German law students
% %nohang,% No hanging indent for bibliography
% numbered,% Numbered items in bibliography
% %raggedright,% Flushleft for bibliography
% %tabular,% Tabular-like bibliography format
% },
% titleformat={
% all,% Prints out all titles, doesn't care about multiple works
% %colonsep,% Separation between author and title with colon
% comma,% Separation between author and title with comma
% italic,% Title will appear in italics
% },
% %biblikecite=true,% Formatting of bibliography follows formatting of citations (as far as possible)
% %coauthorformat={
% % normal,% No special format for coauthors
% % %italic,% Coauthor will appear in italics
% %},
% %colastsep=divis,% Coauthor after author, separation with divis, Standard is a slash
% %cofirstsep={
% %% in,% Author after coauthor, separation with 'in'
% % comma,% Author after coauthor, separation with comma
% %},
% commabeforerest, % Nach allen Angaben und vor den zusaetzlichen
% % (z.B. Seitenanzahl) wird ein Komma gesetzt
% citefull={
% %all,% All citations are full citations
% first,% First citation is printed full
% %chapter,% citefull=first, resetted each chapter (book and report classes)
% %section,% citefull=first, resetted each section (article classes)
% },
% %chicago=true, %chicago-like format of citation and bibliography
% %oxford=true, %Emulates oxford-like format of citation and bibliography
% %crossref={
% % dynamic,% Long crossref's if they are used first time, shorter for all further citations
% % long,% Always long crossref's
% % short,% Always short crossref's (short as possible, longer if citations are ambiguous)
% %},
% %edby=true,% Switches from '(ed.)' to 'edited by' for incollections
% %endnote=true,% The note field is printed at the end of the entry, after the closing period
% %footnotes=marginal,% Another footnote format
% %human=true, % Common humanities option, make authorformat=and the default
% %howcited={
% % all,% The howcited remark is printed for all entries
% % compare,% The howcited remark is printed for works, where title and shorttitle differ
% % normal,% The howcited remark is printed for entries containing a non-empty howcited field
% % multiple,% The howcited remark is printed if more than one work of the author is cited
% %},
% ibidem={
% %name,% Ibidem with authors name
% %name&title,% Ibidem with authors name and title
% %nostrict,% Ibidem is allowed for every footnote
% strict,% Ibidem is not allowed for first footnote on each page
% %strictdoublepage,% Ibidem is not allowed for first footnote on left (even) pages
% },
% idem={
% %nostrict,% Idem is allowed for every footnote
% strict,% Idem is not allowed for first footnote on each page
% %strictdoublepage,% Idem is not allowed for first footnote on left (even) pages
% },
% %lookat=true,% Enables crossref to full (first) footnote citation
% %natoptargorder=true,% Reversed optional arguments
% %opcit={
% % true,% Enables op. cit. for already cited, but not subsequent works
% % chapter,% Resets opcit each chapter (book and report classes)
% % section,% Resets opcit each section (article classes)
% %},
% pages={
% %always,% Page(ranges)s given via the pages-field are always printed in the citation
% format,% Pages given via the optional argument and page(ranges)s given via the pages-field are formatted automatically
% %test,% Page(ranges)s given via the pages-field are printed in the citation, if no pages are given by the optional argument
% },
% %see=true,% The second optional argument can be used to add sequences like 'see' before the citation
% %superscriptedition={
% % all,% Superscripted edition number for all citations
% % bib,% Superscripted edition number for the bibliography
% % commented,% Superscripted edition number only for type @COMMENTED
% % switch,% Superscripted edition number for works with field ssedition=1
% %},
% super, % alle \cite werden zu footcite
% }
%
% \bibliographystyle{jurabib} %
% %\bibliographystyle{jureco}
% %\bibliographystyle{jurunsrt}
% %\bibliographystyle{jox}
%
% \renewcommand{\biblnfont}{\bfseries\scshape\RaggedRight} % Autoren
% \renewcommand{\bibfnfont}{} % Autoren Vornamen
% \renewcommand{\bibelnfont}{\normalfont} % Herausgeber
% \renewcommand{\bibefnfont}{\normalfont} % Herausgeber Vornamen
% % Anpassung der Titel von Buechern
% \renewcommand{\bibtfont}{\normalfont\textit} % Titel
% % % Modifizierung des Zeitschriftentitels bei Artikeln.
% \renewcommand{\bibjtfont}{\normalfont}
% % % Titel eines Artikels, eines Beitrages in einem Sammelwerk oder aehnliches zu formatieren.
% \renewcommand{\bibapifont}{\normalfont\textit} % Periodical-Titel
% % % Aussehen des series Feldes bestimmen
% \renewcommand{\bibsnfont}{\textbf}
% %
% \renewcommand{\biburlprefix}{Webseite:{ }}
% \renewcommand{\biburlsuffix}{}
%
% % Ausgabe des Jahres
% \renewcommand{\jbcitationyearformat}[1]{(#1)}
%
% \renewcommand{\bibleftcolumnadjust}{\RaggedRight}
% \renewcommand{\bibrightcolumnadjust}{\RaggedRight}
% %
% -------- Reference by number (author) ----------------------------------
% %%% Doc: ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/natbib/natbib.pdf
\usepackage[%
%round, %(default) for round parentheses;
square, % for square brackets;
%curly, % for curly braces;
%angle, % for angle brackets;
%colon, % (default) to separate multiple citations with colons;
comma, % to use commas as separaters;
%authoryear,% (default) for author-year citations;
numbers, % for numerical citations;
%super, % for superscripted numerical citations, as in Nature;
sort, % orders multiple citations into the sequence in which they appear in the list of references;
sort&compress, % as sort but in addition multiple numerical citations
% are compressed if possible (as 3-6, 15);
%longnamesfirst, % makes the first citation of any reference the equivalent of
% the starred variant (full author list) and subsequent citations
%normal (abbreviated list);
%sectionbib, % redefines \thebibliography to issue \section* instead of \chapter*;
% valid only for classes with a \chapter command;
% to be used with the chapterbib package;
%nonamebreak, % keeps all the authors names in a citation on one line;
%causes overfull hboxes but helps with some hyperref problems.
]{natbib}
%%% Bibliography styles with natbib support
%\bibliographystyle{plainnat} % Numeric Labels, alphabatical order
%\bibliographystyle{abbrvnat} % same as plain, but shorter names
%\bibliographystyle{unsrtnat} % same as plain, but appeariance in order of citation
%\bibliographystyle{alpha} % labels are formed by author and year
%%% Bibliography styles according to DIN
%%% get from: http://www.ctan.org/tex-archive/biblio/bibtex/contrib/german/din1505/
%\bibliographystyle{alphadin}
%\bibliographystyle{abbrvdin}
%\bibliographystyle{plaindin}
%\bibliographystyle{unsrtdin}
%\bibliographystyle{bib/bst/alphadin-mod} % Modifiziert: Kleinere Abstaende vor ";" und kein "+" bei etal.
%%% Bibliography styles created with custombib
%%% Doc: ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/custom-bib/makebst.pdf
\bibliographystyle{bib/bst/AlphaDINFirstName}
\IfPackageLoaded{hyperref}{%
\usepackage[figure]{hypcap}
}
\providecommand*{\abbvrefname}{Abbildung}
\newcommand*{\abbvref}[1]{%
\hyperref[#1]{\abbvrefname}\vref{#1}%
}
%%% Doc: ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf
\usepackage{pdfpages} % Include pages from external PDF documents in LaTeX documents
% Pakete Laden die nach Hyperref geladen werden sollen
\LoadPackagesNow % (ltxtable, tabularx)
%% Fussnoten =============================================================
% Keine hochgestellten Ziffern in der Fussnote (KOMA-Script-spezifisch):
\deffootnote{1.5em}{1em}{\makebox[1.5em][l]{\thefootnotemark}}
\addtolength{\skip\footins}{\baselineskip} % Abstand Text <-> Fussnote
\setlength{\dimen\footins}{10\baselineskip} % Beschraenkt den Platz von Fussnoten auf 10 Zeilen
\interfootnotelinepenalty=10000 % Verhindert das Fortsetzen von
% Fussnoten auf der gegenüberligenden Seite
% Auszufuehrende Befehle ------------------------------------------------
\IfDefined{makeindex}{\makeindex}
\IfDefined{makenomenclature}{\makenomenclature}
% \IfPackageLoaded{minitoc}{\IfElseUnDefined{chapter}{\dosecttoc}{\dominitoc}}
\IfPackageLoaded{minitoc}{\IfElseUnDefined{chapter}{\dosecttoc}{\dominitoc}}
\listfiles
%------------------------------------------------------------------------
Die eigentliche Datei:
%% Dokumentenklasse (Koma Script) -----------------------------------------
\documentclass[%
%draft, % Entwurfsstadium
final, % fertiges Dokument
%%%% --- Schriftgröße ---
12pt,
%smallheadings, % kleine Überschriften
%normalheadings, % normale Überschriften
bigheadings, % große Überschriften
%%%% --- Sprache ---
ngerman, % wird an andere Pakete weitergereicht
%%%% === Seitengröße ===
% letterpaper,
% legalpaper,
% executivepaper,
a4paper,
% a5paper,
% landscap,
%%%% === Optionen für den Satzspiegel ===
BCOR5mm, % Zusaetzlicher Rand auf der Innenseite
DIV11, % Seitengroesse (siehe Koma Skript Dokumentation !)
%DIVcalc, % automatische Berechnung einer guten Zeilenlaenge
1.1headlines, % Zeilenanzahl der Kopfzeilen
%headinclude, % Kopf einbeziehen
headexclude, % Kopf nicht einbeziehen
%footinclude, % Fuss einbeziehen
footexclude, % Fuss nicht einbeziehen
%mpinclude, % Margin einbeziehen
mpexclude, % Margin nicht einbeziehen
pagesize, % Schreibt die Papiergroesse in die Datei.
% Wichtig fuer Konvertierungen
%%%% === Layout ===
oneside, % einseitiges Layout
%twoside, % Seitenraender für zweiseitiges Layout
%onecolumn, % Einspaltig
%twocolumn, % Zweispaltig
openany, % Kapitel beginnen auf jeder Seite
%openright, % Kapitel beginnen immer auf der rechten Seite
% (macht nur bei 'twoside' Sinn)
%cleardoubleplain, % leere, linke Seite mit Seitenstil 'plain'
%cleardoubleempty, % leere, linke Seite mit Seitenstil 'empty'
titlepage, % Titel als einzelne Seite ('titlepage' Umgebung)
%notitlepage, % Titel in Seite integriert
%%%% --- Absatzeinzug ---
% % Absatzabstand: Einzeilig,
%parskip, % Freiraum in letzter Zeile: 1em
%parskip*, % Freiraum in letzter Zeile: Viertel einer Zeile
%parskip+, % Freiraum in letzter Zeile: Drittel einer Zeile
%parskip-, % Freiraum in letzter Zeile: keine Vorkehrungen
% % Absatzabstand: Halbzeilig
%halfparskip, % Freiraum in letzter Zeile: 1em
%halfparskip*, % Freiraum in letzter Zeile: Viertel einer Zeile
%halfparskip+, % Freiraum in letzter Zeile: Drittel einer Zeile
%halfparskip, % Freiraum in letzter Zeile: keine Vorkehrungen
% % Absatzabstand: keiner
parindent, % Eingerückt (Standard)
%%%% --- Kolumnentitel ---
headsepline, % Linie unter Kolumnentitel
%headnosepline, % keine Linie unter Kolumnentitel
%footsepline, % Linie unter Fussnote
%footnosepline, % keine Linie unter Fussnote
%%%% --- Kapitel ---
%chapterprefix, % Ausgabe von 'Kapitel:'
nochapterprefix, % keine Ausgabe von 'Kapitel:'
%%%% === Verzeichnisse (TOC, LOF, LOT, BIB) ===
%liststotoc, % Tabellen & Abbildungsverzeichnis ins TOC
%idxtotoc, % Index ins TOC
bibtotoc, % Bibliographie ins TOC
%bibtotocnumbered, % Bibliographie im TOC nummeriert
%liststotocnumbered, % Alle Verzeichnisse im TOC nummeriert
tocindent, % eingereuckte Gliederung
%tocleft, % Tabellenartige TOC
listsindent, % eingereuckte LOT, LOF
%listsleft, % Tabellenartige LOT, LOF
%pointednumbers, % Überschriftnummerierung mit Punkt, siehe DUDEN !
pointlessnumbers, % Überschriftnummerierung ohne Punkt, siehe DUDEN !
%openbib, % alternative Formatierung des Literaturverzeichnisses
%%%% === Matheformeln ===
%leqno, % Formelnummern links
fleqn, % Formeln werden linksbuendig angezeigt
]{scrbook}% Klassen: scrartcl, scrreprt, scrbook
% -------------------------------------------------------------------------
% Empfohlen latin1, da einige Pakete mit utf8 Zeichen nicht
% funktionieren, z.B: listings, soul.
\usepackage[ansinew]{inputenc}
%%% Preambel
\input{preambel/preambel}
%
%%%% Neue Befehle
\input{macros/newcommands}
\input{macros/TableCommands}
%%% Silbentrennung
\input{preambel/Hyphenation}
\begin{document}
% Deckblatt
\input{content/Titel}
\frontmatter
\tableofcontents
% Hauptteil
\mainmatter
\input{content/0-Einleitung}
%...
\bibliography{bib/BibtexDatabase}
\bibliographystyle{plain}
\clearpage
\listoffigures %Abbildungsverzeichnis
\IfDefined{printindex}{\printindex}
\IfDefined{printnomenclature}{\printnomenclature}
\end{document}
Und die bib.Datei:
@ARTICLE{Abraham1985,
author = {N.B. Abraham and I.A. Lugiato and L.M. Narducci},
title = {Overview of instabilities in laser systems},
journal = {Journal of the Optical Society of America B},
year = {1985},
volume = {2},
pages = {7-14},
number = {1}
}
@ARTICLE{Agarwal88,
author = {G. S. Agarwal and Robert W. Boyd},
title = {Quantum theory of Rabi sideband generation by forward four-wave mixing},
journal = {Physical Review A},
year = {1988},
volume = {38},
pages = {4019?4027},
number = {8}
}
Wäre super dankbar, wenn sich jemand durch den Code kämpfen würde.
@Land.EI: Vielen Dank für den Hinweis; Die gleiche Idee hab ich schon probiert mit "\footnote{\cite{123}}. Problem ist, dass dann in der Fußnote auf der Seite nur noch die hochgestellte^1 mit [123] (als Link) dort steht.
Es soll aber die gesamte Literaturangabe sein.
Vielen, vielen Dank.
Es wäre echt schade, wenn es noch an den Fußnoten scheitern würde...