Skip to content
Snippets Groups Projects
Verified Commit 2cfa948f authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

comm fix

parent b082dd10
Branches
Tags 5.1.2
No related merge requests found
Pipeline #6754 passed
......@@ -540,7 +540,7 @@ def main():
msg += r'\\ $\rightarrow$'
if len(msg_rev) > 0:
msg_rev = r'$\leftarrow$\\ ' + msg_rev
print(f'\\umlcomm{{{a}}}{{{b}}}{{{msg}}}{{{msg_rev}}}')
print(f'\\umlcomm{{{escapeLatex(a)}}}{{{escapeLatex(b)}}}{{{escapeLatex(msg)}}}{{{escapeLatex(msg_rev)}}}')
print('\\end{tikzpicture}')
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment