Merge branch '2.0'

This commit is contained in:
jfbu 2019-08-01 18:10:24 +02:00
commit 91d8f10ec0

View File

@ -111,8 +111,8 @@ def write_svg_depth(filename: str, depth:int) -> None:
f.write('\n<!-- DEPTH=%s -->' % depth)
def generate_latex_macro(image_format: str, math: str,
config: Config, confdir: str = '') -> str:
def generate_latex_macro(image_format: str,
math: str, config: Config, confdir: str = '') -> str:
"""Generate LaTeX macro."""
variables = {
'fontsize': config.imgmath_font_size,