Re: Add options to begin{enumerate}

2022-07-03 Thread tush via lyx-users
On 01/07/2022 12:11, Ricardo Berlasso via lyx-users wrote:

>Check this article:
>https://frommindtotype.wordpress.com/2020/02/27/lyx-another-way-to-change-numbered-lists/
>
>It shows how to change numbered lists both globally (preamble code) and for
>particular lists (through local layout and the creation of a new
>environment).
>
>Regards,
>Ricardo

A great blog and a great book. Thanks a lot for sharing it. It has some 
beautiful nice lyx gems.
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Add options to begin{enumerate}

2022-07-03 Thread tush via lyx-users
On 02/07/2022 20:54, Daniel via lyx-users wrote:
>Unfortunately, this is not as straight forward in LyX as in many other
>word processors. The (minimal) LaTeX part is described in section
>3.3.7.1 of the "User's Guide" (from the Help menu).
>
>/Daniel

Thanks very much! This is exactly what I was looking for.
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Add options to begin{enumerate}

2022-07-02 Thread Daniel

On 30/06/2022 23:23, tush via lyx-users wrote:
The enumitem package allows the user to change the layout of the 
enumerate, itemize and description environments.


The change takes effect in the following way:

\begin{enumerate}[⟨key⟩=⟨value⟩ syntax goes here] % <-- NEW
\item text...
\item etc.
\end{enumerate}

I want to insert such ERT code to my lists in LyX.

LyX allows the user to add such argument to each item, but this is not 
the same thing.


As I see it, if I want to introduce such a change to my lists inside 
LyX, I have to make a change to the Styles defined in the file 
stdlists.inc in the layouts directory. Is that correct?


Unfortunately, this is not as straight forward in LyX as in many other 
word processors. The (minimal) LaTeX part is described in section 
3.3.7.1 of the "User's Guide" (from the Help menu).


/Daniel

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Add options to begin{enumerate}

2022-07-01 Thread Ricardo Berlasso
El jue, 30 jun 2022 a las 23:23, tush via lyx-users (<
lyx-users@lists.lyx.org>) escribió:

> The enumitem package allows the user to change the layout of the
> enumerate, itemize and description environments.
>
> The change takes effect in the following way:
>
> \begin{enumerate}[⟨key⟩=⟨value⟩ syntax goes here] % <-- NEW
> \item text...
> \item etc.
> \end{enumerate}
>
> I want to insert such ERT code to my lists in LyX.
>
> LyX allows the user to add such argument to each item, but this is not the
> same thing.
>
> As I see it, if I want to introduce such a change to my lists inside LyX,
> I have to make a change to the Styles defined in the file stdlists.inc in
> the layouts directory. Is that correct?
>

Check this article:

https://frommindtotype.wordpress.com/2020/02/27/lyx-another-way-to-change-numbered-lists/

It shows how to change numbered lists both globally (preamble code) and for
particular lists (through local layout and the creation of a new
environment).

Regards,
Ricardo



> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Add options to begin{enumerate}

2022-06-30 Thread tush via lyx-users
The enumitem package allows the user to change the layout of the enumerate, 
itemize and description environments.

The change takes effect in the following way:

\begin{enumerate}[⟨key⟩=⟨value⟩ syntax goes here] % <-- NEW
\item text...
\item etc.
\end{enumerate}

I want to insert such ERT code to my lists in LyX.

LyX allows the user to add such argument to each item, but this is not the same 
thing.

As I see it, if I want to introduce such a change to my lists inside LyX, I 
have to make a change to the Styles defined in the file stdlists.inc in the 
layouts directory. Is that correct?-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users