* Michele Martone <michelemart...@users.sourceforge.net> [2022-12-04 23:42]:

latex is not able to compile a rsbtest-generated file looking like the one I attach. The problematic line is:

\usepackage[utf8x]{inputenc} [...]

It compiles fine here:

    $ pdflatex test.tex > /dev/null && grep utf8x.def test.log
    (/usr/share/texlive/texmf-dist/tex/latex/ucs/utf8x.def
    File: utf8x.def 2022/08/07 UCS: Input encoding UTF-8

The utf8x.def file belongs to this package:

    $ dpkg -S /usr/share/texlive/texmf-dist/tex/latex/ucs/utf8x.def
    texlive-latex-extra: /usr/share/texlive/texmf-dist/tex/latex/ucs/utf8x.def

texlive-latex-extra is one of the dependencies of doxygen-latex, which is a build-dependency of librsb.

In conclusion, I do not think that the problem is caused by using the utf8x option for the LaTeX package inputenc.

Best,

Rafael

Reply via email to