von made90 » Do 31. Mai 2018, 03:35
Hi,
ich hätte da noch ein Problem: Leider wird ein Quellenverweis von mir nicht umgeborchen. Kann mir jemand sagen, wie ich das beheben kann?
MB:
\documentclass[a4paper, 12pt]{article}
\usepackage[utf8]{inputenc}% wird mit einer aktuellen Distribution nicht mehr benötigt
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[ngerman]{babel}
\usepackage{booktabs}
\usepackage{array}
\usepackage{xfrac}
\usepackage{siunitx}
\usepackage{caption}
\usepackage{geometry}
\usepackage{multirow}
\usepackage{showframe}
\usepackage{tabularx}
\usepackage[backend=biber,
style=authoryear,
citestyle=authoryear,
isbn=false,
doi=false,
maxcitenames=2,
mincitenames=2,
maxbibnames=50,
]{biblatex}
\addbibresource{madeBibliography.bib}
\geometry{a4paper, top=25mm,left=40mm,right=20mm,bottom=25mm,headsep=5mm,footskip=12mm}
\renewcommand*{\postnotedelim}{\addcolon\space}
\renewcommand*{\newunitpunct}{\addcomma\space} %Komma statt Punkt
\renewcommand{\labelnamepunct}{\addcolon\space} %Doppelpunkt statt Komma hinter Autoren
\DefineBibliographyStrings{ngerman}{%
andothers={et\ al\adddot},
urlfrom = {[online]},
} % aus u.a. zu et al. machen
\DeclareFieldFormat{postnote}{#1} %Seitenangabe ohne automatischen Zusatz
\DeclareFieldFormat{multipostnote}{#1} %Seitenangabe ohne automatischen Zusatz
\DeclareFieldFormat{url}{\bibstring{urlfrom}\space\url{#1}}
\DeclareFieldFormat{urldate}{\mkbibbrackets{#1}}
\DeclareFieldFormat[article]{title}{{#1}}
\DeclareFieldFormat[inbook]{title}{{#1}}
\DeclareFieldFormat[thesis]{title}{{#1}}
\renewbibmacro*{begentry}{%
\ifnameundef{shortauthor}
{\ifnameundef{shorteditor}
{}
{\printnames{shorteditor}%
\addspace\textendash\space}}
{\printnames{shortauthor}%
\addspace\textendash\space}} %Shortauthor und -editor im Literaturverzeichnis ausgeben
\renewbibmacro*{journal+issuetitle}{%
\usebibmacro{journal}%
\setunit*{\addcomma\space}%
\iffieldundef{series}
{}
{\newunit
\printfield{series}%
\setunit{\addcomma\space}}%
\printfield{volume}%
\setunit*{\addcomma\space}%
\printfield{number}%
\setunit{\addcomma\space}%
\printfield{eid}%
\setunit{\addspace}%
\usebibmacro{issue+date}%
\setunit{\addcolon\space}%
\usebibmacro{issue}%
\newunit}
\DeclareFieldFormat[article]{volume}{\bibstring{jourvol}~#1}
\DeclareFieldFormat[article]{number}{\bibstring{number}~#1} % Arikel: Jahrgang als Jg. und Nummer als Nr.
\captionsetup[table]{position=above}
\sisetup{
locale = DE,
per-mode = fraction,
fraction-function = \sfrac
}
\newcommand{\rowcaption}[1]{%
\begin{tabular}[t]{@{}l@{}}#1\end{tabular}%
}
\begin{filecontents*}{madeBibliography.bib}
@book{Enseling.2013,
author = {Enseling, Andreas and Hinz, Eberhard and Vach{\'e}, Martin},
year = {2013},
title = {Akteursbezogene Wirtschaftlichkeitsberechnungen von Energieeffizienzma{\ss}nahmen im Bestand: Berechnungen mit dem vollst{\"a}ndigen Finanzplan},
url = {http://edok01.tib.uni-hannover.de/edoks/e01fn15/823411699.pdf},
urldate = {2017-05-12},
address = {Hannover and Darmstadt},
edition = {1. Aufl.},
publisher = {{Technische Informationsbibliothek u. Universit{\"a}tsbibliothek} and IWU},
isbn = {978-3-941140-35-6},
institution = {{Institut Wohnen und Umwelt}}
}
\end{filecontents*}
\begin{document}
\begin{table}[h]
\centering
\label{tab:10}
\small
\caption{blubb}
\begin{tabularx}{\linewidth}{XXp{3.5cm}}
\toprule
\addlinespace[5pt]
\textbf{Bezeichnung}&\textbf{Berechnung bzw. Wert}&\textbf{Quelle(n) bzw. Kommentar}\\
\midrule
BBBBBBBBBB&CCCCCCCCCC&\multirow{8}{*}{\cite[24f]{Enseling.2013}}\\
& &\\
& &\\
&&\\
&&\\
&\\\
&&\\
&&\\
\addlinespace[5pt]
\midrule
\addlinespace[5pt]
CCCCCCCCCCCCCCC CCCCCC CCCCCCCCCC CCCCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCC& Jahr DDDDDDDDDDDDD&\\
\end{tabularx}
\end{table}
\end{document}
Vielen Dank

Hi,
ich hätte da noch ein Problem: Leider wird ein Quellenverweis von mir nicht umgeborchen. Kann mir jemand sagen, wie ich das beheben kann?
MB:
[code]
\documentclass[a4paper, 12pt]{article}
\usepackage[utf8]{inputenc}% wird mit einer aktuellen Distribution nicht mehr benötigt
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[ngerman]{babel}
\usepackage{booktabs}
\usepackage{array}
\usepackage{xfrac}
\usepackage{siunitx}
\usepackage{caption}
\usepackage{geometry}
\usepackage{multirow}
\usepackage{showframe}
\usepackage{tabularx}
\usepackage[backend=biber,
style=authoryear,
citestyle=authoryear,
isbn=false,
doi=false,
maxcitenames=2,
mincitenames=2,
maxbibnames=50,
]{biblatex}
\addbibresource{madeBibliography.bib}
\geometry{a4paper, top=25mm,left=40mm,right=20mm,bottom=25mm,headsep=5mm,footskip=12mm}
\renewcommand*{\postnotedelim}{\addcolon\space}
\renewcommand*{\newunitpunct}{\addcomma\space} %Komma statt Punkt
\renewcommand{\labelnamepunct}{\addcolon\space} %Doppelpunkt statt Komma hinter Autoren
\DefineBibliographyStrings{ngerman}{%
andothers={et\ al\adddot},
urlfrom = {[online]},
} % aus u.a. zu et al. machen
\DeclareFieldFormat{postnote}{#1} %Seitenangabe ohne automatischen Zusatz
\DeclareFieldFormat{multipostnote}{#1} %Seitenangabe ohne automatischen Zusatz
\DeclareFieldFormat{url}{\bibstring{urlfrom}\space\url{#1}}
\DeclareFieldFormat{urldate}{\mkbibbrackets{#1}}
\DeclareFieldFormat[article]{title}{{#1}}
\DeclareFieldFormat[inbook]{title}{{#1}}
\DeclareFieldFormat[thesis]{title}{{#1}}
\renewbibmacro*{begentry}{%
\ifnameundef{shortauthor}
{\ifnameundef{shorteditor}
{}
{\printnames{shorteditor}%
\addspace\textendash\space}}
{\printnames{shortauthor}%
\addspace\textendash\space}} %Shortauthor und -editor im Literaturverzeichnis ausgeben
\renewbibmacro*{journal+issuetitle}{%
\usebibmacro{journal}%
\setunit*{\addcomma\space}%
\iffieldundef{series}
{}
{\newunit
\printfield{series}%
\setunit{\addcomma\space}}%
\printfield{volume}%
\setunit*{\addcomma\space}%
\printfield{number}%
\setunit{\addcomma\space}%
\printfield{eid}%
\setunit{\addspace}%
\usebibmacro{issue+date}%
\setunit{\addcolon\space}%
\usebibmacro{issue}%
\newunit}
\DeclareFieldFormat[article]{volume}{\bibstring{jourvol}~#1}
\DeclareFieldFormat[article]{number}{\bibstring{number}~#1} % Arikel: Jahrgang als Jg. und Nummer als Nr.
\captionsetup[table]{position=above}
\sisetup{
locale = DE,
per-mode = fraction,
fraction-function = \sfrac
}
\newcommand{\rowcaption}[1]{%
\begin{tabular}[t]{@{}l@{}}#1\end{tabular}%
}
\begin{filecontents*}{madeBibliography.bib}
@book{Enseling.2013,
author = {Enseling, Andreas and Hinz, Eberhard and Vach{\'e}, Martin},
year = {2013},
title = {Akteursbezogene Wirtschaftlichkeitsberechnungen von Energieeffizienzma{\ss}nahmen im Bestand: Berechnungen mit dem vollst{\"a}ndigen Finanzplan},
url = {http://edok01.tib.uni-hannover.de/edoks/e01fn15/823411699.pdf},
urldate = {2017-05-12},
address = {Hannover and Darmstadt},
edition = {1. Aufl.},
publisher = {{Technische Informationsbibliothek u. Universit{\"a}tsbibliothek} and IWU},
isbn = {978-3-941140-35-6},
institution = {{Institut Wohnen und Umwelt}}
}
\end{filecontents*}
\begin{document}
\begin{table}[h]
\centering
\label{tab:10}
\small
\caption{blubb}
\begin{tabularx}{\linewidth}{XXp{3.5cm}}
\toprule
\addlinespace[5pt]
\textbf{Bezeichnung}&\textbf{Berechnung bzw. Wert}&\textbf{Quelle(n) bzw. Kommentar}\\
\midrule
BBBBBBBBBB&CCCCCCCCCC&\multirow{8}{*}{\cite[24f]{Enseling.2013}}\\
& &\\
& &\\
&&\\
&&\\
&\\\
&&\\
&&\\
\addlinespace[5pt]
\midrule
\addlinespace[5pt]
CCCCCCCCCCCCCCC CCCCCC CCCCCCCCCC CCCCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCC& Jahr DDDDDDDDDDDDD&\\
\end{tabularx}
\end{table}
\end{document}
[/code]
Vielen Dank ;)