https://bugs.kde.org/show_bug.cgi?id=403793

Thomas Fischer <fisc...@unix-ag.uni-kl.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|REPORTED                    |NEEDSINFO

--- Comment #1 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> ---
I tried to reproduce this problem, but for me there is no problem. Both bibtex
and biblatex/biber work and I get a PDF with the name spelled correctly.

LaTeX file for use with BibTeX:
\documentclass{article}
\begin{document}
\nocite{*}
\bibliographystyle{plain}
\bibliography{bug403793-ruzicka}
\end{document}

LaTeX file for use with Biber/BibLaTeX:
\documentclass{article}
\usepackage[backend=biber,style=apa]{biblatex}
\DeclareLanguageMapping{english}{english-apa}
\addbibresource{bug403793-ruzicka.bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}


Used .bib file as saved with KBibTeX:
@article{bug403793,
        author = {A. R{\r u}{\v z}i{\v c}ka},
        month = jan,
        title = {{Testing UTF-8-to-LaTeX Translation}},
        year = {2019}
}

Invocation of pdfLaTeX and BibTeX:
rm -f bug403793-*blg bug403793-*bbl bug403793-*aux bug403793-*run.xml
bug403793-*bcf bug403793-*log ; pdflatex -halt-on-error
bug403793-ruzicka-bibtex && bibtex bug403793-ruzicka-bibtex && pdflatex
-halt-on-error bug403793-ruzicka-bibtex && pdflatex -halt-on-error
bug403793-ruzicka-bibtex

Invocation of pdfLaTeX and BibLaTeX/Biber:
rm -f bug403793-*blg bug403793-*bbl bug403793-*aux bug403793-*run.xml
bug403793-*bcf bug403793-*log ; pdflatex -halt-on-error
bug403793-ruzicka-biblatex.tex && biber bug403793-ruzicka-biblatex && pdflatex
-halt-on-error bug403793-ruzicka-biblatex.tex && pdflatex -halt-on-error
bug403793-ruzicka-biblatex.tex

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to