On 5/5/21 16:57, Scott Kostyshak wrote:
I'm trying to answer a question here:
https://tex.stackexchange.com/questions/595781/enumerate-numbering-without-enumitem-package/595813#595813
I just realized that one cannot insert a counter inside the List
Preamble. To work around that, I had to first
Am Samstag, dem 08.05.2021 um 20:08 +0200 schrieb Jean-Marc Lasgouttes:
> Could we be able to have a dialog
> Set counter [enumi] to [2] for next [Itemize] layout
> ?
>
> Where the things in brackets would be lists or something. Then we
> would
> generate the right code automatically. Maybe th
Le 08/05/2021 à 20:02, Scott Kostyshak a écrit :
I don't think so. Counter is always local to the list environment.
Outside, the counter could be stepped for other purposes, such as
(constructed example)
\setcounter{enumi}{2}
Hello \theenumii
\begin{enumerate}
\item I expect this to be 1!
\end{
On Sat, May 08, 2021 at 06:27:47PM +0200, Jürgen Spitzmüller wrote:
> Am Samstag, dem 08.05.2021 um 12:07 -0400 schrieb Scott Kostyshak:
> > I'm fine with whatever you prefer. But just to make sure, I expand on
> > the suggested alternative workflow. Consider the following pseudo LyX
> > code:
> >
Am Samstag, dem 08.05.2021 um 12:07 -0400 schrieb Scott Kostyshak:
> I'm fine with whatever you prefer. But just to make sure, I expand on
> the suggested alternative workflow. Consider the following pseudo LyX
> code:
>
> [set counter of enumi to 2]
>
> [begin enumerate]
> [item] User in
On Sat, May 08, 2021 at 09:01:04AM +0200, Jürgen Spitzmüller wrote:
> Am Samstag, dem 08.05.2021 um 00:25 -0400 schrieb Scott Kostyshak:
> > The only alternative I can think of would be for the counter manager
> > to be a bit smarter. For example, suppose we set the Numbered List
> > (Level 1) coun
Am Samstag, dem 08.05.2021 um 00:25 -0400 schrieb Scott Kostyshak:
> The only alternative I can think of would be for the counter manager
> to be a bit smarter. For example, suppose we set the Numbered List
> (Level 1) counter outside of an enum. Can LyX realize that the intent
> is for the counter
On Fri, May 07, 2021 at 04:16:36PM +0200, Jürgen Spitzmüller wrote:
> Am Freitag, dem 07.05.2021 um 15:30 +0200 schrieb Jean-Marc Lasgouttes:
> > And using the inset is better because the change is reflected in the
> > UI.
>
> Sort of. Currently a glitch is that the change is only reflected as of
On Fri, May 07, 2021 at 03:51:57PM +0200, Jürgen Spitzmüller wrote:
> Am Freitag, dem 07.05.2021 um 15:30 +0200 schrieb Jean-Marc Lasgouttes:
> > And using the inset is better because the change is reflected in the
> > UI.
> > What if the argument was normal text? Then one could decide to insert
>
Am Freitag, dem 07.05.2021 um 15:30 +0200 schrieb Jean-Marc Lasgouttes:
> And using the inset is better because the change is reflected in the
> UI.
Sort of. Currently a glitch is that the change is only reflected as of
the item that follows the inset, whereas it actually applies to the
whole lis
Am Freitag, dem 07.05.2021 um 15:30 +0200 schrieb Jean-Marc Lasgouttes:
> And using the inset is better because the change is reflected in the
> UI.
> What if the argument was normal text? Then one could decide to insert
> an
> ERT inset in there. What are the typical values that go there? Always
Le 07/05/2021 à 14:58, Jürgen Spitzmüller a écrit :
Am Freitag, dem 07.05.2021 um 14:56 +0200 schrieb Jean-Marc Lasgouttes:
It would be strange that ERT is not the same as list argument. The
same holds for passthru flex insets (for preamble).
I think Scott's request here is based on the observ
Am Freitag, dem 07.05.2021 um 14:49 +0200 schrieb Jürgen Spitzmüller:
> I have not tested chunks.
It can be inserted in chunks.
We could limit the permission to InsetArgument.
Jürgen
signature.asc
Description: This is a digitally signed message part
--
lyx-devel mailing list
lyx-devel@lists.
Am Freitag, dem 07.05.2021 um 14:56 +0200 schrieb Jean-Marc Lasgouttes:
> It would be strange that ERT is not the same as list argument. The
> same holds for passthru flex insets (for preamble).
I think Scott's request here is based on the observation that setting
counter is something that people
Le 07/05/2021 à 14:49, Jürgen Spitzmüller a écrit :
Am Freitag, dem 07.05.2021 um 14:26 +0200 schrieb Jean-Marc Lasgouttes:
Thanks. It is still possible to insert these insets in literate
Chunks (e.g. R Code) or listings, right?
Not in Listings and ERT (since these reimplement insetAllowed). I
Am Freitag, dem 07.05.2021 um 14:26 +0200 schrieb Jean-Marc Lasgouttes:
> Thanks. It is still possible to insert these insets in literate
> Chunks (e.g. R Code) or listings, right?
Not in Listings and ERT (since these reimplement insetAllowed). I have
not tested chunks.
> We should have a notion
Le 07/05/2021 à 13:39, Jürgen Spitzmüller a écrit :
Am Freitag, dem 07.05.2021 um 12:49 +0200 schrieb Jürgen Spitzmüller:
Insertion to verbatim layout is possible independent of my change and
needs to be prohibited elsewhere.
Counter was not handled in Text::getStatus()
Fixed at 70bcffca9c7fc
Am Freitag, dem 07.05.2021 um 12:49 +0200 schrieb Jürgen Spitzmüller:
> Insertion to verbatim layout is possible independent of my change and
> needs to be prohibited elsewhere.
Counter was not handled in Text::getStatus()
Fixed at 70bcffca9c7fc.
Jürgen
signature.asc
Description: This is a di
Am Freitag, dem 07.05.2021 um 12:18 +0200 schrieb Jean-Marc Lasgouttes:
> It does not seem to do what one expects.
The permission to insert this into verbatim layout is not determinate
to my change. This only applies to pass thru text insets.
Insertion to verbatim layout is possible independent o
Le 06/05/2021 à 17:44, Jürgen Spitzmüller a écrit :
Am Donnerstag, dem 06.05.2021 um 17:37 +0200 schrieb Jean-Marc
Lasgouttes:
So it can be inserted in a Verbatim layout? Looks like a weird idea.
Why?
It does not seem to do what one expects.
JMarc
verbatim.lyx
Description: application/ly
Am Donnerstag, dem 06.05.2021 um 17:37 +0200 schrieb Jean-Marc
Lasgouttes:
> So it can be inserted in a Verbatim layout? Looks like a weird idea.
Why?
Jürgen
signature.asc
Description: This is a digitally signed message part
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.o
Le 06/05/2021 à 14:45, Jürgen Spitzmüller a écrit :
Am Mittwoch, dem 05.05.2021 um 10:57 -0400 schrieb Scott Kostyshak:
I just realized that one cannot insert a counter inside the List
Preamble. To work around that, I had to first create the counter, and
then select it, and then go to Insert > L
On Thu, May 06, 2021 at 02:45:16PM +0200, Jürgen Spitzmüller wrote:
> Am Mittwoch, dem 05.05.2021 um 10:57 -0400 schrieb Scott Kostyshak:
> > I just realized that one cannot insert a counter inside the List
> > Preamble. To work around that, I had to first create the counter, and
> > then select it
Am Mittwoch, dem 05.05.2021 um 10:57 -0400 schrieb Scott Kostyshak:
> I just realized that one cannot insert a counter inside the List
> Preamble. To work around that, I had to first create the counter, and
> then select it, and then go to Insert > List Preamble.
>
> Should it be possible to inser
I'm trying to answer a question here:
https://tex.stackexchange.com/questions/595781/enumerate-numbering-without-enumitem-package/595813#595813
I just realized that one cannot insert a counter inside the List
Preamble. To work around that, I had to first create the counter, and
then select it, an
25 matches
Mail list logo