Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\citereset für \citeauthor #122

Closed
LukasCBossert opened this issue Dec 5, 2017 · 1 comment
Closed

\citereset für \citeauthor #122

LukasCBossert opened this issue Dec 5, 2017 · 1 comment

Comments

@LukasCBossert
Copy link
Owner

Folgendes MWE:

\documentclass[ngerman]{scrartcl}
\usepackage{filecontents,babel}
\begin{filecontents}{\jobname.bib}
@mvBook{MOR-0,
  author        = {Ohnefalsch-Richter, Max},
  year          = {1893},
  title     = {Kypros, die Bibel und Homer},
  volumes        = {2},
  publisher     = {A. Asher und Co.},
  location      = {Berlin},
  related = {MOR-1,MOR-2},
  relatedtype = {multivolume},
}
@book{Reinach,
author = {Reinach, Salomon},
options ={skipbib}
}
\end{filecontents}

\usepackage[           
  backend=biber,
  style=archaeologie,
  citeauthorformat=firstfull,
]{biblatex}	
\addbibresource{\jobname.bib}


\begin{document}
\newrefsegment 
\citereset
\section{eins}
  \citeauthor{MOR-0}\par
  \citeauthor{Reinach}\par
  \citeauthor{Reinach}\par
  \footnote{\citeauthor{Reinach}}
  \footnote{\citeauthor{Reinach}}
  \printbibliography[%
    segment=\therefsegment,
    heading=subbibliography]

\section{zwei}
\newrefsegment 
\citereset
  \citeauthor{MOR-0}\par
  \citeauthor{Reinach}\par
  \citeauthor{Reinach}\par
  \footnote{\citeauthor{Reinach}}
  \footnote{\citeauthor{Reinach}}
  \printbibliography[%
    segment=\therefsegment,
    heading=subbibliography]
\end{document}

Obwohl ich \citereset gesetzt habe, werden die Autorennamen im zweiten Abschnitt weiterhin abgekürzt.
Liegt es an einer fehlenden \InitializeCitationStyle{⟨code⟩}-Definition in der .cbx?
Hast du eine Idee, @moewew ?

@LukasCBossert LukasCBossert self-assigned this Dec 5, 2017
moewew added a commit to moewew/biblatex-archaeologie that referenced this issue Dec 6, 2017
 - Add new 'nametracker' option, possible values are 'true', 'false',
 'context'
 - Make the tracker aware of refsections
 - The tracker can now be reset with \citereset
@LukasCBossert
Copy link
Owner Author

Super Vielen Dank!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant