内容简介:翻译自:https://stackoverflow.com/questions/6473660/using-sphinx-docs-how-can-i-specify-png-image-formats-for-html-builds-and-pdf-im
构建,然后我想将.svg图像用于PDF / LATEx构建.
任何人都知道如何“标记”部分为“HTML构建” – 只有“Latex构建” – 只是?
干杯
看看这些选项:
>图像文件名通配符:
.. image:: gnu.*
从 documentation 开始:“例如,如果给出了文件名gnu.*并且源树中存在两个文件gnu.pdf和gnu.png,则LaTeX构建器将选择前者,而HTML构建器则更喜欢后者. “
>
only
指令:
.. only:: latex This appears only in LaTeX output. .. only:: html This appears only in HTML output.
翻译自:https://stackoverflow.com/questions/6473660/using-sphinx-docs-how-can-i-specify-png-image-formats-for-html-builds-and-pdf-im
以上所述就是小编给大家介绍的《使用Sphinx文档如何为Latex / PDF构建指定HTML构建和pdf图像格式的png图像格式?》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
具体数学(英文版第2版)
[美] Ronald L. Graham、Donald E. Knuth、Oren Patashnik / 机械工业出版社 / 2002-8 / 49.00元
This book introduces the mathematics that supports advanced computer Programming and the analysis of algorithms. The primary aim of its well-known authors is to provide a solid and relevant base of ma......一起来看看 《具体数学(英文版第2版)》 这本书的介绍吧!