replace deprecated \bf with \bfseries (#352)

This commit is contained in:
Dennis Brakhane 2025-05-06 23:17:32 +02:00 committed by GitHub
parent 946eb67387
commit d6b540068a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -415,7 +415,7 @@ def make_ext_latex_table(
content += f"""
\\multicolumn{{{ilen}}}{{c}}{{}} & \\\\
\\multicolumn{{{ilen}}}{{c}}{{\\bf {title} }} & \\\\
\\multicolumn{{{ilen}}}{{c}}{{\\bfseries {title} }} & \\\\
\\cline{{2-{ilen+1}}}
&