表に番号を自動で振りたい

表に自動で番号を割り振って、文中からその番号で参照したい、ということがあります。(例: 図1では…)しかし、

http://stackoverflow.com/questions/2686310/referencing-figures-with-numbers-in-sphinx-and-restructuredtext

を見ると、その機能はまだ実装されていないそうです。残念。

一応実現方法はあって、http://article.gmane.org/gmane.text.docutils.user/5623によると、refロールとlabelロール、そしてlatexを直接使うそうです。

.. role:: ref

.. role:: label

.. raw::  latex

  \newcommand*{\docutilsroleref}{\ref}
  \newcommand*{\docutilsrolelabel}{\label}

.. figure:: mc.png
   :width: 50

   :label:`mc` Midnight Commander icon enlarged

前のトピックへ

文章の途中に画像を埋め込みたい

次のトピックへ

クォートが開きと閉じで異なる文字になる

このページ