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 JoshArndt1999 » So 27. Jan 2019, 13:14
von Gast » So 27. Jan 2019, 11:14
von JoshArndt1999 » So 27. Jan 2019, 01:17
von Gast » Do 24. Jan 2019, 22:47
\DeclareNameFormat{family-given:init}{% \usebibmacro{name:family-given} {\namepartfamily} {\namepartgiveni} {\namepartprefix} {\namepartsuffix}% \usebibmacro{name:andothers}} \DeclareNameAlias{default}{family-given} \DeclareNameAlias{sortname}{default} \DeclareNameAlias{labelname}{family-given:init}
von Gast » Do 24. Jan 2019, 22:36
Anonymous hat geschrieben:Einfach \DeclareNameAlias{labelname}{default} hinzufügen. Am besten direkt nach dem \DeclareNameAlias{sortname}{default}.
\DeclareNameAlias{labelname}{default}
von Gast » Do 24. Jan 2019, 22:26
von Gast » Do 24. Jan 2019, 22:07
Dane hat geschrieben:Anonymous hat geschrieben:\documentclass[ngerman]{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{babel} \usepackage{csquotes} \usepackage[backend=biber, style=ext-authoryear, maxcitenames=2, maxbibnames=999, mergedate=false, innamebeforetitle, dashed=false, autocite=footnote]{biblatex} \setlength\bibhang{1cm} \renewcommand*{\finentrypunct}{} \renewcommand*{\newunitpunct}{\addcomma\space} \DeclareDelimFormat[bib,biblist]{nametitledelim}{\addcolon\space} \DeclareDelimFormat{titleyeardelim}{\newunitpunct} \renewcommand*{\mkbibnamefamily}{\mkbibemph} \renewcommand*{\mkbibnamegiven}{\mkbibemph} \renewcommand*{\mkbibnamesuffix}{\mkbibemph} \renewcommand*{\mkbibnameprefix}{\mkbibemph} \DeclareDelimAlias{finalnamedelim}{multinamedelim} \DeclareNameAlias{default}{family-given} \DeclareNameAlias{sortname}{default} \DeclareFieldFormat{editortype}{\mkbibparens{#1}} \DeclareDelimFormat{editortypedelim}{\addspace} \DeclareFieldFormat{translatortype}{\mkbibparens{#1}} \DeclareDelimFormat{translatortypedelim}{\addspace} \DeclareDelimFormat[bib,biblist]{innametitledelim}{\addcomma\space} \DeclareFieldFormat*{citetitle}{#1} \DeclareFieldFormat*{title}{#1} \DeclareFieldFormat*{booktitle}{#1} \DeclareFieldFormat*{journaltitle}{#1} \usepackage{xpatch} \xpatchbibdriver{online} {\usebibmacro{organization+location+date}\newunit\newblock} {} {}{} \DeclareFieldFormat[online]{date}{\mkbibparens{#1}} \renewbibmacro*{url+urldate}{% \usebibmacro{url}% \ifentrytype{online} {\setunit*{\addspace}% \iffieldundef{year} {\printtext[date]{keine Datumsangabe}} {\usebibmacro{date}}}% {}% \setunit*{\addspace}% \iffieldundef{urlyear} {} {\usebibmacro{urldate}}} \renewbibmacro*{date+extradate}{% \printtext[parens]{% \printfield{usera}% \setunit{\printdelim{titleyeardelim}}% \printlabeldateextra}} \DefineBibliographyStrings{german}{ nodate = {{}o.\adddot J\adddot}, andothers = {et\addabbrvspace al\adddot} } \DeclareSourcemap{ \maps[datatype=bibtex]{ \map{ \step[notfield=translator, final] \step[notfield=editor, final] \step[fieldset=author, fieldvalue={{{o\noexpand\adddot V\noexpand\adddot}}}] } \map{ \pernottype{online} \step[fieldset=location, fieldvalue={o\noexpand\adddot O\noexpand\adddot}] } } } \renewbibmacro*{cite}{% \iffieldundef{shorthand} {\ifthenelse{\ifnameundef{labelname}\OR\iffieldundef{labelyear}} {\usebibmacro{cite:label}% \setunit{\printdelim{nonametitledelim}}} {\printnames{labelname}% \setunit{\printdelim{nametitledelim}}}% \printfield{usera}% \setunit{\printdelim{titleyeardelim}}% \usebibmacro{cite:labeldate+extradate}} {\usebibmacro{cite:shorthand}}} \renewbibmacro*{postnote}{% \setunit{\postnotedelim}% \iffieldundef{postnote} {\printtext{o.S\adddot}} {\printfield{postnote}}} \usepackage{filecontents} \begin{filecontents}{\jobname.bib} @book{seiter2017business, author = {Seiter, Mischa}, title = {Business analytics}, subtitle = {Effektive Nutzung fortschrittlicher Algorithmen in der Unternehmenssteuerung}, edition = {1}, usera = {Business Analytics}, publisher = {Vahlen}, location = {München}, date = {2017}, } @article{gluchowski2016business, author = {Gluchowski, Peter}, journal = {HMD Praxis der Wirtschaftsinformatik}, usera = {Business Analytics}, number = {3}, pages = {273-286}, title = {Business Analytics: Grundlagen, Methoden und Einsatzpotenziale}, volume = {53}, date = {2016}, doi = {10.1365/s40702-015-0206-5}, } @incollection{becker2016data, author = {Becker, Wolfgang and Ulrich, Patrick and Botzkowski, Tim}, booktitle = {Data Analytics im Mittelstand}, edition = {1}, location = {Wiesbaden}, publisher = {Springer}, usera = {Data Analytics}, editor = {Becker, Wolfgang and Ulrich, Patrick}, title = {Management und Controlling im Mittelstand}, date = {2016}, } @report{nucleus2014analyticspays, usera = {Analytics}, urldate = {2018-02-14}, title = {Analytics Pays Back \$13.01 For Every Dollar Spent}, type = {Report}, number = {O204}, url = {https://nucleusresearch.com/research/single/analytics-pays-back-13-01-for-every-dollar-spent/}, date = {2014-09}, } @online{elk, author = {Anne Elk}, title = {On the Theory of Brontosauruses}, url = {http://example.edu/~elk/bronto.pdf}, urldate = {2018-03-26}, } \end{filecontents} \addbibresource{\jobname.bib} \addbibresource{biblatex-examples.bib} \begin{document} Lorem\autocite[201]{seiter2017business} ipsum\autocite{gluchowski2016business} dolor\autocite[201]{becker2016data} sit\autocite{nucleus2014analyticspays} amet\autocite{ctan,aksin,vizedom:related,sigfridsson,markey,elk}. \printbibliography[nottype=online] \printbibliography[type=online, title={Internetquellen}] \end{document} Wenn ich dies in OVerleaf teste, wird leider über den Style: 'ext-authoryear' und 'innamebeforetitle' gemeckert. Wenn ich die Zeilen herausnehme, geht es weiter bei den nächsten Punkten z.B. mit der Zeile: \DeclareDelimAlias (undefined control sequence. Hat jemand eine Idee? Danke!
Anonymous hat geschrieben:\documentclass[ngerman]{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{babel} \usepackage{csquotes} \usepackage[backend=biber, style=ext-authoryear, maxcitenames=2, maxbibnames=999, mergedate=false, innamebeforetitle, dashed=false, autocite=footnote]{biblatex} \setlength\bibhang{1cm} \renewcommand*{\finentrypunct}{} \renewcommand*{\newunitpunct}{\addcomma\space} \DeclareDelimFormat[bib,biblist]{nametitledelim}{\addcolon\space} \DeclareDelimFormat{titleyeardelim}{\newunitpunct} \renewcommand*{\mkbibnamefamily}{\mkbibemph} \renewcommand*{\mkbibnamegiven}{\mkbibemph} \renewcommand*{\mkbibnamesuffix}{\mkbibemph} \renewcommand*{\mkbibnameprefix}{\mkbibemph} \DeclareDelimAlias{finalnamedelim}{multinamedelim} \DeclareNameAlias{default}{family-given} \DeclareNameAlias{sortname}{default} \DeclareFieldFormat{editortype}{\mkbibparens{#1}} \DeclareDelimFormat{editortypedelim}{\addspace} \DeclareFieldFormat{translatortype}{\mkbibparens{#1}} \DeclareDelimFormat{translatortypedelim}{\addspace} \DeclareDelimFormat[bib,biblist]{innametitledelim}{\addcomma\space} \DeclareFieldFormat*{citetitle}{#1} \DeclareFieldFormat*{title}{#1} \DeclareFieldFormat*{booktitle}{#1} \DeclareFieldFormat*{journaltitle}{#1} \usepackage{xpatch} \xpatchbibdriver{online} {\usebibmacro{organization+location+date}\newunit\newblock} {} {}{} \DeclareFieldFormat[online]{date}{\mkbibparens{#1}} \renewbibmacro*{url+urldate}{% \usebibmacro{url}% \ifentrytype{online} {\setunit*{\addspace}% \iffieldundef{year} {\printtext[date]{keine Datumsangabe}} {\usebibmacro{date}}}% {}% \setunit*{\addspace}% \iffieldundef{urlyear} {} {\usebibmacro{urldate}}} \renewbibmacro*{date+extradate}{% \printtext[parens]{% \printfield{usera}% \setunit{\printdelim{titleyeardelim}}% \printlabeldateextra}} \DefineBibliographyStrings{german}{ nodate = {{}o.\adddot J\adddot}, andothers = {et\addabbrvspace al\adddot} } \DeclareSourcemap{ \maps[datatype=bibtex]{ \map{ \step[notfield=translator, final] \step[notfield=editor, final] \step[fieldset=author, fieldvalue={{{o\noexpand\adddot V\noexpand\adddot}}}] } \map{ \pernottype{online} \step[fieldset=location, fieldvalue={o\noexpand\adddot O\noexpand\adddot}] } } } \renewbibmacro*{cite}{% \iffieldundef{shorthand} {\ifthenelse{\ifnameundef{labelname}\OR\iffieldundef{labelyear}} {\usebibmacro{cite:label}% \setunit{\printdelim{nonametitledelim}}} {\printnames{labelname}% \setunit{\printdelim{nametitledelim}}}% \printfield{usera}% \setunit{\printdelim{titleyeardelim}}% \usebibmacro{cite:labeldate+extradate}} {\usebibmacro{cite:shorthand}}} \renewbibmacro*{postnote}{% \setunit{\postnotedelim}% \iffieldundef{postnote} {\printtext{o.S\adddot}} {\printfield{postnote}}} \usepackage{filecontents} \begin{filecontents}{\jobname.bib} @book{seiter2017business, author = {Seiter, Mischa}, title = {Business analytics}, subtitle = {Effektive Nutzung fortschrittlicher Algorithmen in der Unternehmenssteuerung}, edition = {1}, usera = {Business Analytics}, publisher = {Vahlen}, location = {München}, date = {2017}, } @article{gluchowski2016business, author = {Gluchowski, Peter}, journal = {HMD Praxis der Wirtschaftsinformatik}, usera = {Business Analytics}, number = {3}, pages = {273-286}, title = {Business Analytics: Grundlagen, Methoden und Einsatzpotenziale}, volume = {53}, date = {2016}, doi = {10.1365/s40702-015-0206-5}, } @incollection{becker2016data, author = {Becker, Wolfgang and Ulrich, Patrick and Botzkowski, Tim}, booktitle = {Data Analytics im Mittelstand}, edition = {1}, location = {Wiesbaden}, publisher = {Springer}, usera = {Data Analytics}, editor = {Becker, Wolfgang and Ulrich, Patrick}, title = {Management und Controlling im Mittelstand}, date = {2016}, } @report{nucleus2014analyticspays, usera = {Analytics}, urldate = {2018-02-14}, title = {Analytics Pays Back \$13.01 For Every Dollar Spent}, type = {Report}, number = {O204}, url = {https://nucleusresearch.com/research/single/analytics-pays-back-13-01-for-every-dollar-spent/}, date = {2014-09}, } @online{elk, author = {Anne Elk}, title = {On the Theory of Brontosauruses}, url = {http://example.edu/~elk/bronto.pdf}, urldate = {2018-03-26}, } \end{filecontents} \addbibresource{\jobname.bib} \addbibresource{biblatex-examples.bib} \begin{document} Lorem\autocite[201]{seiter2017business} ipsum\autocite{gluchowski2016business} dolor\autocite[201]{becker2016data} sit\autocite{nucleus2014analyticspays} amet\autocite{ctan,aksin,vizedom:related,sigfridsson,markey,elk}. \printbibliography[nottype=online] \printbibliography[type=online, title={Internetquellen}] \end{document}
\documentclass[ngerman]{article} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{babel} \usepackage{csquotes} \usepackage[backend=biber, style=ext-authoryear, maxcitenames=2, maxbibnames=999, mergedate=false, innamebeforetitle, dashed=false, autocite=footnote]{biblatex} \setlength\bibhang{1cm} \renewcommand*{\finentrypunct}{} \renewcommand*{\newunitpunct}{\addcomma\space} \DeclareDelimFormat[bib,biblist]{nametitledelim}{\addcolon\space} \DeclareDelimFormat{titleyeardelim}{\newunitpunct} \renewcommand*{\mkbibnamefamily}{\mkbibemph} \renewcommand*{\mkbibnamegiven}{\mkbibemph} \renewcommand*{\mkbibnamesuffix}{\mkbibemph} \renewcommand*{\mkbibnameprefix}{\mkbibemph} \DeclareDelimAlias{finalnamedelim}{multinamedelim} \DeclareNameAlias{default}{family-given} \DeclareNameAlias{sortname}{default} \DeclareFieldFormat{editortype}{\mkbibparens{#1}} \DeclareDelimFormat{editortypedelim}{\addspace} \DeclareFieldFormat{translatortype}{\mkbibparens{#1}} \DeclareDelimFormat{translatortypedelim}{\addspace} \DeclareDelimFormat[bib,biblist]{innametitledelim}{\addcomma\space} \DeclareFieldFormat*{citetitle}{#1} \DeclareFieldFormat*{title}{#1} \DeclareFieldFormat*{booktitle}{#1} \DeclareFieldFormat*{journaltitle}{#1} \usepackage{xpatch} \xpatchbibdriver{online} {\usebibmacro{organization+location+date}\newunit\newblock} {} {}{} \DeclareFieldFormat[online]{date}{\mkbibparens{#1}} \renewbibmacro*{url+urldate}{% \usebibmacro{url}% \ifentrytype{online} {\setunit*{\addspace}% \iffieldundef{year} {\printtext[date]{keine Datumsangabe}} {\usebibmacro{date}}}% {}% \setunit*{\addspace}% \iffieldundef{urlyear} {} {\usebibmacro{urldate}}} \renewbibmacro*{date+extradate}{% \printtext[parens]{% \printfield{usera}% \setunit{\printdelim{titleyeardelim}}% \printlabeldateextra}} \DefineBibliographyStrings{german}{ nodate = {{}o.\adddot J\adddot}, andothers = {et\addabbrvspace al\adddot} } \DeclareSourcemap{ \maps[datatype=bibtex]{ \map{ \step[notfield=translator, final] \step[notfield=editor, final] \step[fieldset=author, fieldvalue={{{o\noexpand\adddot V\noexpand\adddot}}}] } \map{ \pernottype{online} \step[fieldset=location, fieldvalue={o\noexpand\adddot O\noexpand\adddot}] } } } \renewbibmacro*{cite}{% \iffieldundef{shorthand} {\ifthenelse{\ifnameundef{labelname}\OR\iffieldundef{labelyear}} {\usebibmacro{cite:label}% \setunit{\printdelim{nonametitledelim}}} {\printnames{labelname}% \setunit{\printdelim{nametitledelim}}}% \printfield{usera}% \setunit{\printdelim{titleyeardelim}}% \usebibmacro{cite:labeldate+extradate}} {\usebibmacro{cite:shorthand}}} \renewbibmacro*{postnote}{% \setunit{\postnotedelim}% \iffieldundef{postnote} {\printtext{o.S\adddot}} {\printfield{postnote}}} \usepackage{filecontents} \begin{filecontents}{\jobname.bib} @book{seiter2017business, author = {Seiter, Mischa}, title = {Business analytics}, subtitle = {Effektive Nutzung fortschrittlicher Algorithmen in der Unternehmenssteuerung}, edition = {1}, usera = {Business Analytics}, publisher = {Vahlen}, location = {München}, date = {2017}, } @article{gluchowski2016business, author = {Gluchowski, Peter}, journal = {HMD Praxis der Wirtschaftsinformatik}, usera = {Business Analytics}, number = {3}, pages = {273-286}, title = {Business Analytics: Grundlagen, Methoden und Einsatzpotenziale}, volume = {53}, date = {2016}, doi = {10.1365/s40702-015-0206-5}, } @incollection{becker2016data, author = {Becker, Wolfgang and Ulrich, Patrick and Botzkowski, Tim}, booktitle = {Data Analytics im Mittelstand}, edition = {1}, location = {Wiesbaden}, publisher = {Springer}, usera = {Data Analytics}, editor = {Becker, Wolfgang and Ulrich, Patrick}, title = {Management und Controlling im Mittelstand}, date = {2016}, } @report{nucleus2014analyticspays, usera = {Analytics}, urldate = {2018-02-14}, title = {Analytics Pays Back \$13.01 For Every Dollar Spent}, type = {Report}, number = {O204}, url = {https://nucleusresearch.com/research/single/analytics-pays-back-13-01-for-every-dollar-spent/}, date = {2014-09}, } @online{elk, author = {Anne Elk}, title = {On the Theory of Brontosauruses}, url = {http://example.edu/~elk/bronto.pdf}, urldate = {2018-03-26}, } \end{filecontents} \addbibresource{\jobname.bib} \addbibresource{biblatex-examples.bib} \begin{document} Lorem\autocite[201]{seiter2017business} ipsum\autocite{gluchowski2016business} dolor\autocite[201]{becker2016data} sit\autocite{nucleus2014analyticspays} amet\autocite{ctan,aksin,vizedom:related,sigfridsson,markey,elk}. \printbibliography[nottype=online] \printbibliography[type=online, title={Internetquellen}] \end{document}
von Dane » Mo 26. Mär 2018, 20:23
von Gast » Mo 26. Mär 2018, 19:44
von Dane » Mo 26. Mär 2018, 18:37
\DeclareDelimAlias{finalnamedelim}{multinamedelim}
Nach oben