mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Escape \
This commit is contained in:
parent
26f9ee7fd3
commit
0b50623d51
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ define -> [
|
|||
regexToMatch: /LaTeX Error: \\verb ended by end of line/
|
||||
extraInfoURL: "https://www.sharelatex.com/learn/Errors/LaTeX_Error:_%5Cverb_ended_by_end_of_line"
|
||||
humanReadableHint: """
|
||||
You have used a \\verb command incorrectly. Try replacling the \\verb command with \begin{verbatim}\u2026\end{verbatim}.
|
||||
You have used a \\verb command incorrectly. Try replacling the \\verb command with \\begin{verbatim}\u2026\\end{verbatim}.
|
||||
"""
|
||||
,
|
||||
regexToMatch: /Illegal unit of measure (pt inserted)/
|
||||
|
|
Loading…
Reference in a new issue