Wir helfen bei LaTeX-Fragen
Zum Inhalt
Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.
Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein. Du kannst Dateien auch anhängen, indem du sie mit der Maus in den Beitragseditor ziehst.
von Thieon » Do 24. Mär 2016, 09:45
Anonymous hat geschrieben:Das wiederum geht dann mit \setlength{\bibhang}{0pt} \setlength{\bibitemsep}{\parsep} und schon sieht es etwas weniger breiig aus.
\setlength{\bibhang}{0pt} \setlength{\bibitemsep}{\parsep}
\setlength{\bibhang}{0pt} \setlength{\bibitemsep}{0.5cm}
von Thieon » Do 24. Mär 2016, 09:29
Beinschuss hat geschrieben:Und noch eine andere Sache, weiß Du zufällig woran es liegen kann, dass ein Beleg, welcher in einer Caption benannt wird nicht in der Fußnote angezeigt wird? http://projekte.dante.de/DanteFAQ/Fussnote#56
Und noch eine andere Sache, weiß Du zufällig woran es liegen kann, dass ein Beleg, welcher in einer Caption benannt wird nicht in der Fußnote angezeigt wird?
\stepcounter{footnote} % Fußnotenzähler weitersetzen \footnotetext{Text der Fußnote} \begin{figure} \includegraphics{bild} \caption[Beschriftung ohne Fußnote]{Bildbeschriftung.\footnotemark} \end{figure}
\footcite[Vgl.][22\psq]{Bibtexkey}
\begin{figure} \begin{minipage}{\linewidth} \renewcommand{\footnoterule}{} ... Abbildung mit \footnote{...} ... \end{minipage} \caption{ ... } \end{figure}
von Gast » Do 24. Mär 2016, 09:14
von Thieon » Do 24. Mär 2016, 09:11
Anonymous hat geschrieben:Du kannst \setlength{\bibhang}{0pt} nutzen, um den Einzug für folgende Zeilen wegzubekommen. Ich hatte erwartet, dass das nicht so gut aussieht, habe es gerade getestet und wurde nicht enttäuscht: die Literaturliste wird zu einem undurchdringlichen Brei aus Zeilen, sämtliche Orientierung geht verloren.
\setlength{\bibhang}{0pt}
von Gast » Do 24. Mär 2016, 08:33
von Besserwisser » Do 24. Mär 2016, 08:07
von Beinschuss » Do 24. Mär 2016, 07:22
von Thieon » Mi 23. Mär 2016, 19:51
Anonymous hat geschrieben:Nee, das geht einfach. Unterstreichungen gehört schon zu den sehr schlimmen Dingen bei TeX.
\addsec{Anlage I: Folgeseite 2} \begin{figure}[htbp] \centering \fbox{\includegraphics[width=0.80\textwidth]{Grafiken/nachweis_literatur_koma3}} \caption{Quellennachweis Markus Kohm; 1. Seite\footcite[Vgl.][55]{Artc1}} \end{figure}
von Gast » Mi 23. Mär 2016, 15:36
\renewcommand*{\multinamedelim}{\addspace\slash\space}
\documentclass[ngerman]{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{babel} \usepackage{csquotes} \usepackage[citestyle=authoryear,bibstyle=authortitle,giveninits=true,backend=biber]{biblatex} \usepackage{xpatch} \addbibresource{biblatex-examples.bib} \DeclareNameAlias{default}{family-given} \DeclareNameAlias{sortname}{family-given} \DeclareFieldFormat{editortype}{\mkbibparens{#1}} \renewbibmacro*{editor}{% \ifboolexpr{ test \ifuseeditor and not test {\ifnameundef{editor}} } {\printnames{editor}% \setunit{\addspace}% \usebibmacro{editorstrg}% \clearname{editor}} {}} \renewbibmacro*{editor+others}{% \ifboolexpr{ test \ifuseeditor and not test {\ifnameundef{editor}} } {\printnames{editor}% \setunit{\addspace}% \usebibmacro{editor+othersstrg}% \clearname{editor}} {}} \renewcommand*{\nameyeardelim}{\addcomma\space} \renewcommand*{\labelnamepunct}{\addcolon\space} \renewcommand*{\subtitlepunct}{\addcomma\space} \renewcommand*{\newunitpunct}{\addcomma\space} \renewcommand*{\multinamedelim}{\addspace\slash\space} \renewcommand*{\finalnamedelim}{\multinamedelim} \renewcommand*{\finentrypunct}{} \DeclareFieldFormat*{citetitle}{#1} \DeclareFieldFormat*{title}{#1} \DeclareFieldFormat*{journaltitle}{#1} \DeclareFieldFormat*{issuetitle}{#1} \DeclareFieldFormat*{maintitle}{#1} \DeclareFieldFormat*{booktitle}{#1} \DeclareFieldFormat[article,periodical]{volume}{\mkbibordinal{#1}\addnbspace\bibstring{jourvol}}% volume of a journal \DeclareFieldFormat[article,periodical]{number}{Heft\addnbspace#1}% number of a journal \DeclareFieldFormat{url}{\url{#1}} \DeclareFieldFormat{urldate}{\mkbibbrackets{#1}} \renewbibmacro*{journal+issuetitle}{% \usebibmacro{journal}% \newunit \iffieldundef{series} {} {\newunit \printfield{series}% \setunit{\addspace}}% \printfield{volume}% \newunit \usebibmacro{date}% \setunit{\addcolon\space}% \usebibmacro{issue}% \newunit \printfield{number}% \newunit} \newbibmacro*{puborginst+location+date}{% \printlist{location}% \setunit*{\space}% \usebibmacro{date}% \newunit} \renewbibmacro*{publisher+location+date}{\usebibmacro{puborginst+location+date}} \renewbibmacro*{institution+location+date}{\usebibmacro{puborginst+location+date}} \renewbibmacro*{organization+location+date}{\usebibmacro{puborginst+location+date}} \xpatchbibdriver{inbook} {\usebibmacro{bybookauthor}% \newunit\newblock} {\usebibmacro{bybookauthor}% \newunit\newblock \usebibmacro{editor+others}% \setunit{\labelnamepunct}\newblock} {\typeout{biblatex: successfully patched @inbook driver}} {\typeout{biblatex: failed to patch @inbook driver, stuff might not work as expected}} \xpatchbibdriver{incollection} {\usebibmacro{in:}% \usebibmacro{maintitle+booktitle}} {\usebibmacro{in:}% \usebibmacro{editor+others}% \setunit{\labelnamepunct}\newblock \usebibmacro{maintitle+booktitle}} {\typeout{biblatex: successfully patched @incollection driver}} {\typeout{biblatex: failed to patch @incollection driver, stuff might not work as expected}} \begin{document} \cite{sigfridsson,knuth:ct:a,knuth:ct:b,knuth:ct:c,knuth:ct:d,wassenberg, companion,worman,geer,aristotle:anima,ctan,itzhaki,markey,kant:ku, westfahl:frontier,gaonkar,gaonkar:in,brandt,hyman,westfahl:space} \printbibliography \end{document}
von Thieon » Mi 23. Mär 2016, 15:25
Anonymous hat geschrieben:Wunderbar, dann sollte der Code von oben eigentlich funktionieren.
Nach oben