-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
\documentclass{article}
\begin{document}
A string of text that is long enough that after 73 chars that includes a / slash creates a newline
\end{document}
This produces the typst document
A string of text that is long enough that after 73 chars that includes a
/ slash creates a newline
But since /
is the syntax for creating a term list, the following error occurs during typst compilation:
expected colon
In short, typst
conversions should not allow a new line of text to split on /
unless that character is escaped.
Metadata
Metadata
Assignees
Labels
No labels