Silje Ljosland Bakke wrote:
I'm editing a bylaws document using lyx, and I'd like it to automatically add
the section sign (§) to the start of each section, like so:
§1 Blah blah blah
I'd also like it to make subsections use letters instead of numbering, like
so:
§1 Blah blah blah
a) Blah blah
b) Blah
How can I do this?
Use the titlesec package to do this kind of thing, unless you're using
one of the koma-script classes, which have their own interface. The
titlesec docs are here:
http://www.ctan.org/get/macros/latex/contrib/titlesec/titlesec.pdf
rh