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 6144 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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},
% }