代码之家  ›  专栏  ›  技术社区  ›  yoonghm

图:从狮身人面像到乳胶的放置/pdf

  •  0
  • yoonghm  · 技术社区  · 6 年前

    我注意到在使用sphinx转换rst文件时,图形可能会放在rst文件中原始位置之前。这样做是为了减少latex/pdf输出文件中的页数。

    例如,我有以下rst格式

    content0
    content1
    image
    content2
    

    但是latex/pdf输出文件是

    content0
    image
    content1
    content2
    

    有没有防止这种情况发生的指令?

    0 回复  |  直到 6 年前
    推荐文章