BibTeX, biblatex and biber ⇒ Shortauthor introduction
Shortauthor introduction
I am using biblatex with APA style and got the following issue (see attachment). For references related to company names I use the shortauthor field. But biblatex introduces the shortauthor by writing the full author together with the shortauthor (like its common for abbreviations) when it appears for the first time.
Therefore I have a lot of these introductions in my list of figures and also some in my text (I dont rly wanna have them at all since the shortauthors I use are rather self-explaining).
Does anybody have an idea how to suppress the introduction. I couldnt find anything in the documentation.
- Attachments
-
- shortauthor introduction
- shortauthor.JPG (14.1 KiB) Viewed 5908 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Shortauthor introduction
Shortauthor introduction
Code: Select all
\documentclass[]{scrartcl}
\usepackage[backend=biber, style=apa, babel=other, doi=false]{biblatex}
\addbibresource{Masterarbeit.bib}
\begin{document}
\parencite{kas2016}\newline
\end{document}
%@Online{kas2016,
% author = {{KASTO Maschinenbau GmbH \& Co. KG}},
% shortauthor = {Kasto},
% title = {Unitower C Langgut},
% }