publist biblatex problem Thema ist als GELÖST markiert

Erstellung eines Literaturverzeichnisses mit BibTeX, Biber, BibLaTeX und Co.


fritz

publist biblatex problem

Beitrag von fritz »

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}

Gast

Beitrag von Gast »

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.

Antworten