Skip to content
Snippets Groups Projects
Verified Commit c87c82c5 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Remove remnants of workaround for incorrect display of macro-directives without arguments

This workaround was implemented in cd195279.
The zero-width spaces were inadvertently removed in
248ad188.

Ref. #1707

(cherry picked from commit 6fe43545)
parent c7d0f29d
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,6 @@ latex_elements = {
warningBorderColor={RGB}{255,50,50},OuterLinkColor={RGB}{34,139,34}, \
InnerLinkColor={RGB}{51,51,255},TitleColor={RGB}{51,51,255}',
'papersize': 'a4paper',
'preamble': r'\DeclareUnicodeCharacter{200B}{}', # Part of the workaround for #1707
}
latex_documents = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment