Tagged Questions
4
votes
1answer
517 views
LuaLaTeX and algorithm2e
The algorithm2e package seems to be not compatible with LuaLaTeX. For example, compiling the following code produces an error.
\documentclass{article}
\usepackage{fontspec}
\usepackage{algorithm2e}
...
4
votes
2answers
1k views
LaTeX: UTF8 and algorithm2e clash
I have this input file in utf8 encoding:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{algorithm2e}
\begin{document}
\begin{procedure}
foo
\caption{ö()}
\end{procedure}
...
