Answers for "pylatex tab"

0

pylatex tab

my_string="Thing" + r" \tab " + "Other thing"
doc.append(NoEscape(my_string))

# LaTeX output:
Thing \tab Other thing

# Text output
Thing	Other thing
Posted by: Guest on April-01-2021

Python Answers by Framework

Browse Popular Code Answers by Language