0

Daniel Valencia C. did the following in 2017:

\citep[\textit{apud} \citep{Key2}]{Key1}

There is a better way to do apud than this one?

This blog post by Juliana Fajardini from 2013 mentions an \apud command:

\apud{autor_indireto}{autor_direto}

But I could not reproduce it on Overleaf. It gives me an error for command not recognized.

  • The blog post you've linked talks about using the abntex2cite package to do citations in the ABNT format. The \apud macro comes from this package, that's why it won't work unless you \usepackage{abntex2cite}. Nowadays though it's probably better to use \usepackage[backend = biber, style = abnt]{biblatex} for citations in the ABNT style. – Daniel Diniz Jan 30 '24 at 20:42
  • @DanielDiniz I don't care much about using ABNT-style citations, I just want to apud easily in a way that is semantically and syntatically correct. – BsAxUbx5KoQDEpCAqSffwGy554PSah Jan 30 '24 at 20:50
  • 1
    There are a number of other questions on the cite about using 'apud', see https://tex.stackexchange.com/search?q=apud. Some of them indeed define commands similar to the one you found in the blog post. It depends on your setup (as always, so it would be helpful if you provide a full MWE), but for example a BibLaTeX approach is https://tex.stackexchange.com/questions/308113/declare-multicite-command-with-just-part-of-the-citation-in-parentheses. – Marijn Jan 31 '24 at 11:29

0 Answers0