On Mon, Apr 16, 2012 at 8:33 AM, Yamandu Ploskonka <[email protected]> wrote: > Hi! > > I've been into Lyx for several weeks. > > Nowadays trying to comply with these specs: > > "It is desirable to include an indentation at the beginning of each new > paragraph, and for paragraphs to be numbered (i.e., [0001], [0002], [0003], > etc.)." > > Despite already 2 days searching everywhere, the best I came up with was an > ugly kludge. There /must/ be a better way > > \renewcommand\thesubsubsection{{[000}\arabic{subsubsection}{]}} > > > this, used with a local article.layout where I make > > > DefaultStyle Subsubsection > > Style Subsubsection > > Margin Dynamic > LatexType Command > LatexName subsubsection > Font > > Family Roman > Series Medium > Size Normal > > EndFont > TocLevel 1 > > End > > > then eventually ERT with > \renewcommand\theparagraph{{[010}\arabic{paragraph}{]} > > > It works, *except* for the PDF output of my "subsubsections" being in bold > > I have absolutely not been able to fix that, except manually, and then the > numbering stays in bold... > > can you help, please? > > Thank you! > > Yama
Yama, what is the numbering pattern you're trying to achieve? 1. Continuous numbering throughout the document, regardless of other divisions (sections, subsections, etc.] 2. Restarting from each division? 3. A composite subsection/paragraph numbering? S. -- __________________________________________________ Stefano Franchi Associate Research Professor Department of Hispanic Studies Ph: +1 (979) 845-2125 Texas A&M University Fax: +1 (979) 845-6421 College Station, Texas, USA [email protected] http://stefano.cleinias.org
