You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Adds stuff to the TeX template's preamble (e.g. definitions, packages). Text can be inserted at the beginning or at the end of the preamble.
101
101
Parameters
102
102
----------
103
-
txt : :class:`str`
103
+
txt : :class:`string`
104
104
String containing the text to be added, e.g. ``\\usepackage{hyperref}``
105
105
prepend : Optional[:class:`bool`], optional
106
106
Whether the text should be added at the beginning of the preample, i.e. right after ``\\documentclass``. Default is to add it at the end of the preample, i.e. right before ``\\begin{document}``
0 commit comments