Skip to content

Instantly share code, notes, and snippets.

@moewew
Created October 1, 2021 06:09
Show Gist options
  • Save moewew/b1acc005108dc5befbecfcc14904f3f2 to your computer and use it in GitHub Desktop.
Save moewew/b1acc005108dc5befbecfcc14904f3f2 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage[style=abnt,ittitles]{biblatex}
\addbibresource{biblatex-examples.bib}
\begin{document}
\cite{companion}
\cite*{companion}
\citetitle{companion}
\citetitle*{companion}
\citeyear{companion}
\citeyear*{companion}
\citeauthor{companion}
\citeauthor*{companion}
\textcite{companion}
\textcite*{companion}
\end{document}
@moewew
Copy link
Author

moewew commented Oct 1, 2021

@ammagalhaes As mentioned over on TeX.SX (https://tex.stackexchange.com/questions/617356/undefined-control-sequence-xpretobibmacrotextcite-after-updating-miktex-data#comment1541909_617356) you have an outdated version of xpatch: Your log shows xpatch 2012/10/02 v0.3, but the current version in MikTeX is xpatch 2020/03/25 v0.3a. Update all your packages via the MikTeX Console (in Admin mode). If that does not help, try uninstalling the xpatch package in the Console and then re-install it.

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