Skip to content

Fix developer guide not compiling

Chris Cantwell requested to merge fix/developer-guide-interpreter into master

This MR fixes a compile error in the developer-guide documentation:

(/usr/share/texlive/texmf-dist/tex/luatex/interpreter/interpreter.tex
! Undefined control sequence.
l.8 \directlua
              {require("interpreter.lua")}

This arises due to pdflatex picking up the luatex interpreter file instead of the Nektar++ interpreter documentation.

Nektar++ file has been renamed to avoid this.

Edited by Chris Cantwell

Merge request reports