in restructuredtext format, how to create a document title which is centered and not enumerated -
for example
================== title document ================== will create left aligned title enumeration such as
- title document
i'm loooking form center title in middle of page , remove enumeration
there no such thing in rst, details of formatting aren't of concern language itself. it's text-structuring language formatting hints, not typesetting markup.
you don't know how rst going rendered -- html page? series of slides? pdf document? built-in programming tools?
formatting typically done respective renderer , largely renderer's discretion. many popular renderers allow you, however, supply style information externally (e.g. html renderers might allow supply css files take care of beautifying things).
Comments
Post a Comment