lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Albert Krewinkel wrote:

With pandoc and LaTeX installed, you can do

     pandoc --pdf-engine=xelatex -o lua5.4.pdf https://lua.org/manual/5.4/manual.html

I'm getting:
  pandoc: unrecognized option `--pdf-engine=xelatex'

Maybe you mean:
  pandoc --latex-engine=xelatex -o lua5.4.pdf https://lua.org/manual/5.4/manual.html

But this ends in:
  ! Missing number, treated as zero.
  <to be read again>
                     \protect
  l.2557 ...ter}\rule{0.5\linewidth}{\linethickness}

What Pandoc do you have?

--
--gv