mpark/wg21

PDF broken in master

Axel-Naumann opened this issue · 2 comments

IIUC 2785e81 broke PDF:

-   'code span.an { color: #1F1C1B; font-style: italic; }'

produces:

\renewcommand{\WarningTok}[1]{\textcolor{rmcolor}{\textit{#1}}}

code span.an \{ color: \#1F1C1B; font-style: italic; \}

which causes:

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.113 c
       ode span.an \{ color: \#1F1C1B; font-style: italic; \}
!  ==> Fatal error occurred, no output PDF file produced!

Help! Kona is coming and I need pdfs! :-)

mpark commented

@Axel-Naumann: Please see if that does it!

It does, thank you, Michael!