On Mon, Apr 16, 2012 at 10:50 AM, stefano franchi <[email protected]> wrote: > On Mon, Apr 16, 2012 at 9:52 AM, Yamandu Ploskonka <[email protected]> wrote: >> >> On 04/16/2012 09:41 AM, stefano franchi wrote:
> Well, I would suggest using the paragraph sectioning command, with a
> few tweaks to get the font and spacing identical to the following
> text. That would also allow you to insert non numbered paragraphs
> anywhere you want. But before a solution can be provided: what is
> format of the numbering? Do you need numbers padded with up to three
> zeros? That is less trivial, even though there are packages that do
> that.
>
Also, it depends on which document class you're using. Here is a stab
using memoir and the fmtcount package to get the padding zeros:
Put this in your preamble:
\setcounter{secnumdepth}{5}
\setafterparaskip{0em}
\setbeforeparaskip{0em}
\setparaheadstyle{\normalfont}
\usepackage{fmtcount}
\renewcommand\theparagraph{{[}\padzeroes[4]{\decimal{paragraph}}{]}}
Then, use the first few words of each real paragraphs as the content
of the paragraph environment, as per in the enclosed example. You may
want to write a simple module that tweak the layout of the paragraph
environment in lyx, perhaps, to match more closely the final output,
and put the preamble code in the same module.
Cheers,
Stefano
>
> --
> __________________________________________________
> 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
--
__________________________________________________
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
numberedPara-example.lyx
Description: Binary data
