I am looking for a certain kind of citing in my thesis. Unfortunality there is no option in biblatex for my needs. Is the best thing to declare an new "short journal"-field in the bib file or does LaTex recognice the initials of the Journal?
I added a full minimal example to show what i am actually working wiht:
\begin{filecontents}{min.bib}
@article{boisson2003unexpected,
title={Unexpected protein families including cell defense components feature in the N-myristoylome of a higher eukaryote},
author={Boisson, B. and Giglione, Carmela and Meinnel, Thierry},
journal={Journal of Biological Chemistry},
year={2003},
publisher={ASBMB}
}
\end{filecontents}
\documentclass[fontsize=11pt, paper=a4, ngerman, DIV=calc]{scrartcl}
\usepackage[scaled]{helvet}
\renewcommand*\familydefault{\sfdefault}
\usepackage{fixltx2e}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{babel}
\usepackage[babel, german=quotes]{csquotes}
\usepackage[%style=authoryear-comp,sortcites=true,sorting=nyt,isbn=false,natbib=true, citestyle=authoryear,bibstyle=authoryear,backend=biber,maxnames=1,maxcitenames=1]
{biblatex}
\addbibresource{min.bib}
\DefineBibliographyStrings{ngerman}{
andothers = {{et\,al\adddot}} }
\begin{document}
\citep{boisson2003unexpected}
\[1em]
How it should look like:
\[1em]
(Boisson et al., JBC, 2003)
\printbibliography
\end{document}<code>
bibersolution there is quite old, maybe use the one from the next link), Show journal abbreviation in reference list with biblatex/biber, Is there a transparent way to automatically abbreviate journal names?. – moewe Jul 25 '14 at 04:45.bibstring method, this will require you to rework your database extensively though. (2) Letbiblatex/biberre-map journal names, you'll have feedbiblatexthe long and short versions, it will do the rest. (3) Create a new entry field and add the names yourself (or letbiblatexmap them). – moewe Jul 25 '14 at 04:49