HYRY
unread,Sep 5, 2009, 8:08:03 PM9/5/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
I want to add a reference label before section for cross-referencing
as following:
*******************************************
.. _my-reference-label:
Section to cross-reference
--------------------------
This is the text of the section.
It refers to the section itself, see :ref:`my-reference-label`.
*******************************************
with @auto-rst, ".. _my-reference-label:" will not be contained in
"Section to cross-reference" node,
but before it, so it's difficult to manage section together with it's
reference label.
Are there some methods to handle this easily?
another problem:
@auto-rst will product underline marks just as long as the section
title, when I use Japanese
in the section title, it will product many warnings claiming the the
underlines is not long enough,
because the underline for one Japanese char need two marks.