publist biblatex problem

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: publist biblatex problem

von Gast » Mi 13. Nov 2019, 14:18

This is a German-speaking forum.

Modern editors support UTF-8. Please make copies of your files before you change the encoding.

A warning is different from an error message. If you want to avoid the warning, you have to define an author.

\date{\today} is not needed.

publist biblatex problem

von fritz » Mi 13. Nov 2019, 10:17

Hello,

I used the package "publist-biblatex" to run the following Code. The reason was to construct a separate publication list in the file myarticles.bib.

However the Errors were

LaTeX Warning: No \author given.
LaTeX Warning: Empty bibliography on input line 26.
LaTeX Warning: There were undefined references.

Can anyone help me? I tried to fix it already for a long time...

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{csquotes}% not required, but recommended
\usepackage[style=publist]{biblatex}
\plauthorname[Friedrich]{Fritzer}
\addbibresource{myarticles.bib}

\begin{document}
\title{Friedrich Fritzer's publications}
\date{\today}
\maketitle
\section{Articles}
\newrefsection[myarticles]
\nocite{*}
\printbibliography[heading=none]
\end{document}

Nach oben