我怎么才能摆脱这个呢?Support for setting the 'text.latex.preamble' or 'pgf.preamble' rcParam to a list of strings is deprecatedplt.rcParams['text.latex.preamble'] = [r"\usepackage{bm}", [r"\usepackage{amsmath}"] 代码: import matplotlib
我现在要做的是用来自我的一个自定义的latex文档类的几个命令替换头版的标准胶乳格式。代码:
%%%% These custom commands can be injected via .. raw:: latexraw::latex,我用它注入我的自定义命令,这很好。但是如何摆脱标准的标题页格式呢?