Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread matan guedj
thm package use the float package > internally, and so support the H option > which should enable the use of that environment inside > boxes. See the attached file. > > Udi > oh great! thats exactly what i was looking for, thank you very much! have a great day! -- lyx-users mailin

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread Udicoudco
which should enable the use of that environment inside boxes. See the attached file. Udi newfile5.lyx Description: application/lyx -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread Udicoudco
but without creating a float inside? so I could use it simply with the > preview > and thank you very much! this whole ordeal taught me not little about "easy" > debugging in lyx There are two separate environments you are using in your code, the algorithm environment which is

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread matan guedj
; > but (sorry for being so persistent) it's way less intuitive and easy to > do, it's a very specific solution where my problem with the preview > environment is global. > > It is possible that you are missing other packages that other > documents depend on. > You c

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread Udicoudco
ive and easy to do, > it's a very specific solution where my problem with the preview environment > is global. It is possible that you are missing other packages that other documents depend on. You cam install the full scheme to avoid such problems. > I also don't understand, why

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread matan guedj
sn't installed so I installed it and your solution works now, but (sorry for being so persistent) it's way less intuitive and easy to do, it's a very specific solution where my problem with the preview environment is global. (I hope I don't sound ungrateful because I'm rea

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread Udicoudco
On Wed, Jun 26, 2024 at 5:24 PM matan guedj wrote: > > I wasn't using floats at all (at least not intentionally if somethings are > happening behind the screen its beyond me) The algorithm environment is a float. > both compile perfectly to the PDF but still in both the pre

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread Udicoudco
On Wed, Jun 26, 2024 at 3:06 PM matan guedj wrote: > I've added a small file that only has an algorithm inside the ERT, inside > the preview, using the packages algorithm and algpseudocode, and the only > module present is AMS theorems. > it's still kinda long as my lyx is in Hebrew and configu

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread matan guedj
> > > Can you provide a minimal example demonstrating the problem? > > Udi > I've added a small file that only has an algorithm inside the ERT, inside the preview, using the packages algorithm and algpseudocode, and the only module present is AMS theorems. it's still kinda long as my lyx is in He

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread Udicoudco
On Wed, Jun 26, 2024 at 1:27 PM matan guedj wrote: >> It looks like you added the algorithm(x) packages >> from the preamble while using the algorithm2e >> module, but these packages are not compatible >> with each other. It is possible that lyx2lyx added >> these to the preamble, but I don't find

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread matan guedj
> It looks like you added the algorithm(x) packages > from the preamble while using the algorithm2e > module, but these packages are not compatible > with each other. It is possible that lyx2lyx added > these to the preamble, but I don't find any reference > to that in the script. > > Even if the o

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-26 Thread Udicoudco
On Tue, Jun 25, 2024 at 7:13 PM matan guedj wrote: > followed your steps and this is what it said, there were no TempFile.cpp (37) > ones only 35 and 38 as you can see here, it looks like the 38 code are the > ones you're looking for, I don't know why there are 2 of these, marked them > in red,

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-21 Thread Eberhard W Lisse
I use the MacTex Basic version via Homebrew and a script to save the installed packages before update from which I load after update. Saves a few Gigs, and since I have moved the practice Desktop home on retirement, gotten me a new Mini, keep the old Trashcan running headless, and have two MacBook

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-21 Thread Udicoudco
On 6/21/24 11:20, matan guedj wrote: hello, > I've just updated from 2.3.7 to 2.4.0 and everything went smoothly but > the preview environments I have in my files don't render anymore, I > used to have TeX code in an ERT environment (for plots and graphs) and > that

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-21 Thread Christopher Menzel
21, 2024, at 6:47 PM, Richard Kimberly Heck wrote: > > On 6/21/24 11:20, matan guedj wrote: >> hello, >> I've just updated from 2.3.7 to 2.4.0 and everything went smoothly but the >> preview environments I have in my files don't render anymore, I used to have &

preview environment doesn't render in the document in 2.4.0?

2024-06-21 Thread fcanatay
> hello, > I've just updated from 2.3.7 to 2.4.0 and everything went smoothly but the > preview environments I have in my files don't render anymore, I used to > have TeX code in an ERT environment (for plots and graphs) and that ERT, > inside a preview environment, woul

Re: preview environment doesn't render in the document in 2.4.0?

2024-06-21 Thread Richard Kimberly Heck
On 6/21/24 11:20, matan guedj wrote: hello, I've just updated from 2.3.7 to 2.4.0 and everything went smoothly but the preview environments I have in my files don't render anymore, I used to have TeX code in an ERT environment (for plots and graphs) and that ERT, inside a preview e

preview environment doesn't render in the document in 2.4.0?

2024-06-21 Thread matan guedj
hello, I've just updated from 2.3.7 to 2.4.0 and everything went smoothly but the preview environments I have in my files don't render anymore, I used to have TeX code in an ERT environment (for plots and graphs) and that ERT, inside a preview environment, would render that code insi

Re: preview of ert environment inside a table cell has weird bounds

2024-05-09 Thread Jean-Marc Lasgouttes
Le 08/05/2024 à 20:33, matan guedj a écrit : In using the latest version of LyX (2.3.7) when I insert an ERT environment inside a preview, and all of that inside a table cell the output on the lyx file takes a huge part of the page-length preview of the ERT inside LyX file <ht

Re: preview of ert environment inside a table cell has weird bounds

2024-05-09 Thread Tobias Hilbricht
Am Mittwoch, dem 08.05.2024 um 21:33 +0300 schrieb matan guedj: > In using the latest version of LyX (2.3.7) when I insert an ERT > environment inside a preview, and all of that inside a table cell the > output on the lyx file takes a huge part of the page-length preview > of the ER

preview of ert environment inside a table cell has weird bounds

2024-05-08 Thread matan guedj
In using the latest version of LyX (2.3.7) when I insert an ERT environment inside a preview, and all of that inside a table cell the output on the lyx file takes a huge part of the page-length preview of the ERT inside LyX file <https://i.sstatic.net/6H3KbJ6B.png> (I can't fit it

Re: Nesting in Standard environment---Dumb question

2023-07-19 Thread Hal Kierstead via lyx-users
t; >>> I am trying to follow these instructions from the UserGuide, but the >>> character I should enter is undefined. I expected it to be which >>> works to nest lists in lists, but this did not work. Can someone help me? >>> >>> 0.0.0.1 Example 2: Inhe

Re: Nesting in Standard environment

2023-07-19 Thread Hal Kierstead via lyx-users
ined. I expected it to be which >> works to nest lists in lists, but this did not work. Can someone help me? >> >> 0.0.0.1 Example 2: Inheritance >> This is the LyX-Code environment, at level #1, the outermost >> level. Now we will enter Return, then undefined, after

Re: Nesting in Standard environment

2023-07-19 Thread Axel Dessecker via lyx-users
rk. Can someone help me? > > 0.0.0.1 Example 2: Inheritance > This is the LyX-Code environment, at level #1, the outermost > level. Now we will enter Return, then undefined, after > which, we will change to the Enumerate environment. > This is the Enumerate environment, at

Nesting in Standard environment

2023-07-19 Thread Hal Kierstead via lyx-users
All - I am trying to follow these instructions from the UserGuide, but the character I should enter is undefined. I expected it to be which works to nest lists in lists, but this did not work. Can someone help me? 0.0.0.1 Example 2: Inheritance This is the LyX-Code environment, at level #1

Re: Change to English on entering math environment

2023-03-01 Thread Yotam Ohad
y write in Hebrew on Lyx, and when I create a math environment > > > with `ctrl+m` I need to manually change the language to english. > > > > > > I tried looking for how to add something like this and saw that there > > > are custom insets I can add. But I couldn't

Re: Change to English on entering math environment

2023-02-27 Thread Udicoudco
On Sat, Feb 25, 2023 at 10:44 PM Richard Kimberly Heck wrote: > > On 2/25/23 15:22, Yotam Ohad wrote: > > Hi all, > > > > I usually write in Hebrew on Lyx, and when I create a math environment > > with `ctrl+m` I need to manually change the language to english. >

Re: Change to English on entering math environment

2023-02-25 Thread Richard Kimberly Heck
On 2/25/23 15:22, Yotam Ohad wrote: Hi all, I usually write in Hebrew on Lyx, and when I create a math environment with `ctrl+m` I need to manually change the language to english. I tried looking for how to add something like this and saw that there are custom insets I can add. But I

Change to English on entering math environment

2023-02-25 Thread Yotam Ohad
Hi all, I usually write in Hebrew on Lyx, and when I create a math environment with `ctrl+m` I need to manually change the language to english. I tried looking for how to add something like this and saw that there are custom insets I can add. But I couldn't find how to actually do it (onl

Re: Two body text type environment [UPDATE]

2022-08-08 Thread Rich Shepard
On Mon, 8 Aug 2022, Rich Shepard wrote: I can mark cited regulations as unnumbered sections, subsections, subsubsections, paragraphs, and subparagraphs. See mwe.pdf attached. Sigh. Attached to this one. Rich mwe.pdf Description: Adobe PDF document -- lyx-users mailing list lyx-users@lists.l

Re: Two body text type environment [UPDATE]

2022-08-08 Thread Rich Shepard
On Mon, 8 Aug 2022, Rich Shepard wrote: Is there a way to do this using a package that adds another environment to the top-level set that includes Standard, Quotation, Quote, etc.? Or is there a better way to do this? I've found a pragmatic solution ... which has its own question. I can

Two body text type environment

2022-08-08 Thread Rich Shepard
in a Roman font. I've not found a package that allows me to do this. So far I'll set the whole body text in the Standard environment, then change one section (each piece separately) using Edit -> Type style -> Customized. It's a rather inefficient PITA. Is there a way to do

Custom environment with overset labels and cross-references

2022-04-18 Thread Riccardo
Dear all, I'm trying to implement a module to allow labelling as oversets in equations. I have managed to use effectively the solution proposed here: https://tex.stackexchange.com/a/40216/113780 And here is the result: [image: image.png] However it conceptually reverses labelling and referencing

Re: English environment is changed to textenglish

2022-02-21 Thread tush via lyx-users
(via XeTeX), this English >>> sentence is formatted as >>> >>> \textenglish[variant=american]{Some text in English. This should >>> be left aligned.} >>> >>> which causes the line to be right aligned. >>> >>> Why is it? >>

Re: English environment is changed to textenglish

2022-02-21 Thread Jürgen Spitzmüller via lyx-users
Am Montag, dem 21.02.2022 um 09:20 + schrieb tush via lyx-users: > What do you mean "I have just fixed it"? I mean that I have committed a fix to the LyX development repository (what will become LyX 2.4.0). The fix might also be backported to the next LyX 2.3 version, but this is not yet decid

Re: English environment is changed to textenglish

2022-02-21 Thread tush via lyx-users
; >> Why is it? > > This is a bug in LyX. I have just fixed it. > >> How to keep the English line of text to be inside an English >> environment? > > Workaround is to write \setLTR in TeX mode at the beginning of the > English paragraph, having the TeX mode inset it

Re: English environment is changed to textenglish

2022-02-21 Thread Jürgen Spitzmüller via lyx-users
This should > be left aligned.} > > which causes the line to be right aligned. > > Why is it?  This is a bug in LyX. I have just fixed it. > How to keep the English line of text to be inside an English > environment? Workaround is to write \setLTR in TeX mode at the beginnin

English environment is changed to textenglish

2022-02-20 Thread tush via lyx-users
when exporting `main.lyx` to tex (via XeTeX), this English sentence is formatted as \textenglish[variant=american]{Some text in English. This should be left aligned.} which causes the line to be right aligned. Why is it? How to keep the English line of text to be inside an English environment

Re: Wrapping a long URL when in a URL environment [RESOLVED]

2021-12-09 Thread Rich Shepard via lyx-users
On Thu, 9 Dec 2021, Herbert Voss via lyx-users wrote: \usepackage{xurl} Herbert, Thanks for writing that package. In the current document it split the word, 'water,' after the 'a' and without a hyphen. Looks good! Regards, Rich -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.

Re: Wrapping a long URL when in a URL environment

2021-12-09 Thread Herbert Voss via lyx-users
Am 09.12.21 um 18:31 schrieb Rich Shepard via lyx-users: In a URL environment the line extends past the right text area margin. Can I use the regular ERT \- within the URL string to split it, or is there an environment-specific way to so this? \usepackage{xurl} Herbert -- lyx-users

Wrapping a long URL when in a URL environment

2021-12-09 Thread Rich Shepard via lyx-users
In a URL environment the line extends past the right text area margin. Can I use the regular ERT \- within the URL string to split it, or is there an environment-specific way to so this? Rich -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: How to use the environment defined by \lstnewenvironment in LyX

2021-11-24 Thread Paul A. Rubin
On 11/24/21 2:00 AM, Guofeng Zhang wrote: Hi, I have created the new listing environment and use it in LyX by Tex Code well.Is there any way that I could configure LyX (for example,  LyX's Programming Listings) to use this listing environment? Searched by google, but no way to go ,

How to use the environment defined by \lstnewenvironment in LyX

2021-11-23 Thread Guofeng Zhang
Hi, I have created the new listing environment and use it in LyX by Tex Code well.Is there any way that I could configure LyX (for example, LyX's Programming Listings) to use this listing environment? Searched by google, but no way to go , so I tried to create a LyX inset to use it. So an

Change spacing between aligned environment rows

2021-11-13 Thread Sanford Shieh
Using the aligned environment in LyX, is there a way of changing the spacing between rows by using, e.g., \\[2mm]? For example, can one, without ERT, have this: \begin{equation} \begin{aligned} & \text{The fact that the entity whose name is to the \emph{right of} ‘\emph{is loved by}’}\\[

SV: I need an environment similar to, but not identical to LyX-Code

2021-09-02 Thread Helge Hafting
> I need an environment similar to, but not identical to the LyX-Code > environment. Specifically, I need the page margins to be the same as > regular text, and I'd also like a smaller font. LyX-code is defined in /usr/share/lyx/layouts/lyxmacros.inc (OSes other than Linux may u

Re: How to superscript within a date environment

2021-07-29 Thread Daniel
On 2021-07-28 00:07, Steve Litt wrote: Daniel said on Tue, 27 Jul 2021 07:34:05 +0200 On 2021-07-25 07:22, Daniel wrote: On 2021-07-25 07:09, Steve Litt wrote: Hi all, On my book, I used the date environment to write "A Troubleshooters.Com(R) book, except I used \textregistered. I w

Re: How to superscript within a date environment

2021-07-27 Thread Steve Litt
Daniel said on Tue, 27 Jul 2021 07:34:05 +0200 >On 2021-07-25 07:22, Daniel wrote: >> On 2021-07-25 07:09, Steve Litt wrote: >>> Hi all, >>> >>> On my book, I used the date environment to write "A >>> Troubleshooters.Com(R) book, except I used \

Re: How to superscript within a date environment

2021-07-26 Thread Daniel
On 2021-07-25 07:22, Daniel wrote: On 2021-07-25 07:09, Steve Litt wrote: Hi all, On my book, I used the date environment to write "A Troubleshooters.Com(R) book, except I used \textregistered. I wanted the (R) superscripted, and couldn't find ways that didn't involve math. S

Re: How to superscript within a date environment

2021-07-25 Thread Daniel
On 2021-07-25 08:46, Herbert Voss wrote: Am 25.07.21 um 07:22 schrieb Daniel: On 2021-07-25 07:09, Steve Litt wrote: Hi all, On my book, I used the date environment to write "A Troubleshooters.Com(R) book, except I used \textregistered. I wanted the (R) superscripted, and couldn't

Re: How to superscript within a date environment

2021-07-24 Thread Herbert Voss
Am 25.07.21 um 07:22 schrieb Daniel: On 2021-07-25 07:09, Steve Litt wrote: Hi all, On my book, I used the date environment to write "A Troubleshooters.Com(R) book, except I used \textregistered. I wanted the (R) superscripted, and couldn't find ways that didn't involve mat

Re: How to superscript within a date environment

2021-07-24 Thread Daniel
On 2021-07-25 07:09, Steve Litt wrote: Hi all, On my book, I used the date environment to write "A Troubleshooters.Com(R) book, except I used \textregistered. I wanted the (R) superscripted, and couldn't find ways that didn't involve math. So I finally put the follow

How to superscript within a date environment

2021-07-24 Thread Steve Litt
Hi all, On my book, I used the date environment to write "A Troubleshooters.Com(R) book, except I used \textregistered. I wanted the (R) superscripted, and couldn't find ways that didn't involve math. So I finally put the following in ERT (TeX) $^{\footnotesize\textregistered}$ I

Re: Command to put string in both the LyX authoring environment and the finished PDF?

2021-06-22 Thread Steve Litt
Richard Kimberly Heck said on Tue, 22 Jun 2021 11:16:56 -0400 >> >> I changed the [0] number of arguments in the LaTeX command to [1] in >> order to consume the argument. Once I did that, whatever I put in the >> character style does not show up in the PDF. > >There's a long-standing request fo

Re: Command to put string in both the LyX authoring environment and the finished PDF?

2021-06-22 Thread Richard Kimberly Heck
t;> to have to search all instances of that title and replace them every >> time I get a better idea for the title. >> >> S, what I want to do is put something in my local layout to >> articulate the title, both in the LyX authoring environment and in the >> comp

Re: Command to put string in both the LyX authoring environment and the finished PDF?

2021-06-22 Thread Steve Litt
very >time I get a better idea for the title. > >S, what I want to do is put something in my local layout to >articulate the title, both in the LyX authoring environment and in the >compiled PDF, showing the title in a specific appearance. I tried to

Re: Command to put string in both the LyX authoring environment and the finished PDF?

2021-06-21 Thread Dr Eberhard Lisse
place them every time I get a better idea for the title. [...] This is not an answer to your question, but possibly something simpler. If you load the 'titling' package in the document preamble, you can put anything you want in the document's title environment and then jus

Re: Command to put string in both the LyX authoring environment and the finished PDF?

2021-06-21 Thread Andrew Parsloe
ea for the title. S, what I want to do is put something in my local layout to articulate the title, both in the LyX authoring environment and in the compiled PDF, showing the title in a specific appearance. I tried to do it as a character style,

Re: Command to put string in both the LyX authoring environment and the finished PDF?

2021-06-20 Thread Paul A. Rubin
the title. S, what I want to do is put something in my local layout to articulate the title, both in the LyX authoring environment and in the compiled PDF, showing the title in a specific appearance. I tried to do it as a character style,

Command to put string in both the LyX authoring environment and the finished PDF?

2021-06-20 Thread Steve Litt
do is put something in my local layout to articulate the title, both in the LyX authoring environment and in the compiled PDF, showing the title in a specific appearance. I tried to do it as a character style, as follows: \d

Re: I need an environment similar to, but not identical to LyX-Code

2021-06-10 Thread Paul A. Rubin
On 6/10/21 7:54 PM, Steve Litt wrote: I need an environment similar to, but not identical to the LyX-Code environment. Specifically, I need the page margins to be the same as regular text, and I'd also like a smaller font. So I figured I'd find the LaTeX definition of LyX-Code and

I need an environment similar to, but not identical to LyX-Code

2021-06-10 Thread Steve Litt
I need an environment similar to, but not identical to the LyX-Code environment. Specifically, I need the page margins to be the same as regular text, and I'd also like a smaller font. So I figured I'd find the LaTeX definition of LyX-Code and work from there, possibly using CopyStyle

Re: Adding an environment to the drop down menu

2021-01-19 Thread Richard Kimberly Heck
On 1/18/21 11:14 PM, Anthony Macks wrote: Dear LyX users, I have created a new environment by adding the following to my preamble. \newcounter{YourTurn}[section] \newenvironment{YourTurn}[1][]{\refstepcounter{YourTurn}\par\medskip      \noindent \color{green}\textbf{Your Turn ~\theYourTurn. #1

Adding an environment to the drop down menu

2021-01-18 Thread Anthony Macks
Dear LyX users, I have created a new environment by adding the following to my preamble. \newcounter{YourTurn}[section] \newenvironment{YourTurn}[1][]{\refstepcounter{YourTurn}\par\medskip \noindent \color{green}\textbf{Your Turn ~\theYourTurn. #1} \rmfamily\color{black}}{\medskip} I would

Re: picture environment

2021-01-16 Thread Joe Babb
Thanks for all the recommendations. For what I want to do at this time, which is very simple, I think the picture environment will work okay. I tried the diagrams.net and it was very simple to draw my block diagram, but when saved as pdf it did not want to import into Lyx. I saved it as svg and

Re: picture environment

2021-01-16 Thread Baris Erkus
le to place Greek characters in each box. I used to use Latex years ago and have the fourth edition of Guide to Latex which talks about the picture environment. But I find no picture environment in Lyx.  I read on the Internet about typing an M-x somewhere to get to insert commands directly but

Re: picture environment

2021-01-15 Thread Daniel
On 2021-01-15 22:40, Neal Becker wrote: I would recommend use diagrams.net .  You can use latex or asciimath.  Export as pdf. Nice website. I didn't know about it. There is actually an option to export as svg and LyX supports the import of Inkscape/svg files via Insert >

Re: picture environment

2021-01-15 Thread Neal Becker
which talks about the picture environment. But I find no picture > environment in Lyx. I read on the Internet about typing an M-x somewhere > to get to insert commands directly but can't get that to work. I keep > wanting to work in the code preview pane to insert Latex code directly but >

Re: picture environment

2021-01-15 Thread Paul A. Rubin
le to place Greek characters in each box. I used to use Latex years ago and have the fourth edition of Guide to Latex which talks about the picture environment. But I find no picture environment in Lyx.  I read on the Internet about typing an M-x somewhere to get to insert commands directly but can&

picture environment

2021-01-15 Thread Joe Babb
used to use Latex years ago and have the fourth edition of Guide to Latex which talks about the picture environment. But I find no picture environment in Lyx. I read on the Internet about typing an M-x somewhere to get to insert commands directly but can't get that to work. I keep wanting

labeling environment + beamer

2020-11-18 Thread Neal Becker
I saw in the User's Manual the labeling environment as an enhanced Description, and thought I'd try it. In my beamer document I don't see labeling as one of the choices under lists. Is it not compatible with beamer or am I missing something? Thanks, Neal -- *Those who d

Re: margin text and labelling environment generates a bug

2020-02-08 Thread Jürgen Spitzmüller
Am Samstag, den 08.02.2020, 07:08 + schrieb John Beattie: > When I create a margin text on the same line as a labelling > environment, the > document will not compile. This happens with lyx 2.3.3 on Windows > and with lyx > 2.3.1 on linux mint 18.2. Details of the two environ

margin text and labelling environment generates a bug

2020-02-07 Thread John Beattie
Hi, When I create a margin text on the same line as a labelling environment, the document will not compile. This happens with lyx 2.3.3 on Windows and with lyx 2.3.1 on linux mint 18.2. Details of the two environments are below. The mwe is attached and the picture shows the error which the

Re: Environment choice box > solved

2019-07-09 Thread Wolfgang Engelmann
. If the toolbar is shown the environment choice box should be part of it and it should probably appear on top of the vertical toolbar. You can move the toolbar by dragging it using your mouse. It will change its shape according to the place where you insert it. Axel Thanks, Rich and Axel, but

Re: Environment choice box

2019-07-03 Thread Richard Kimberly Heck
toolbar area. >>>>>> >>>>>> Axel >>>>> yes, but the toolbar used to be at the top horizontally, now its >>>>> at the >>>>> left vertically >>>>> >>>>> Wolfgang >>>> Sorry for top-post

Re: Environment choice box

2019-07-03 Thread Richard Kimberly Heck
ou enabled the standard toolbar to be shown? You may find out by >>>> right- clicking into the toolbar area. >>>> >>>> Axel >>> yes, but the toolbar used to be at the top horizontally, now its at the >>> left vertically >>> >>&g

Re: Environment choice box

2019-07-03 Thread Wolfgang Engelmann
toolbar used to be at the top horizontally, now its at the left vertically Wolfgang Sorry for top-posting. If the toolbar is shown the environment choice box should be part of it and it should probably appear on top of the vertical toolbar. You can move the toolbar by dragging it using your mouse

Re: Environment choice box

2019-07-02 Thread Axel Dessecker
Axel > > yes, but the toolbar used to be at the top horizontally, now its at the > left vertically > > Wolfgang Sorry for top-posting. If the toolbar is shown the environment choice box should be part of it and it should probably appear on top of the vertical toolbar. You can mov

Re: Environment choice box

2019-07-02 Thread Richard Kimberly Heck
On 7/2/19 11:38 AM, Wolfgang Engelmann wrote: > > On 02.07.19 17:26, Axel Dessecker wrote: >> Wolfgang, >> >> Have you enabled the standard toolbar to be shown? You may find out >> by right- >> clicking into the toolbar area. >> >> Axel > > yes, but the toolbar used to be at the top horizontally, n

Re: Environment choice box

2019-07-02 Thread Wolfgang Engelmann
2019, 16:04:43 CEST schrieb Wolfgang Engelmann: I somehow managed to loose the Environment choice box and don't know how to get it back. The only place where it is mentioned in the help files is 2.2 of the tutorial where it says: The Environment choice box is located on the left end o

Re: Environment choice box

2019-07-02 Thread Axel Dessecker
Wolfgang, Have you enabled the standard toolbar to be shown? You may find out by right- clicking into the toolbar area. Axel Am Dienstag, 2. Juli 2019, 16:04:43 CEST schrieb Wolfgang Engelmann: > I somehow managed to loose the Environment choice box and don't know how > to get i

Environment choice box

2019-07-02 Thread Wolfgang Engelmann
I somehow managed to loose the Environment choice box and don't know how to get it back. The only place where it is mentioned in the help files is 2.2 of the tutorial where it says: The Environment choice box is located on the left end of the toolbar and looks like this: /standard

Re: Using new enumerate environment without ERT

2019-04-30 Thread Paul Smith
s come to mind. If you want to use the new > > version exclusively (and not use good old "enumerate"), you could > > redefine the enumerate environment itself. Assuming you want xenumerate > > to coexist with enumerate, you can define a layout for it, either in the > > Lo

Re: Using new enumerate environment without ERT

2019-04-27 Thread Guenter Milde
t; A couple of possibilities come to mind. If you want to use the new > version exclusively (and not use good old "enumerate"), you could > redefine the enumerate environment itself. Assuming you want xenumerate > to coexist with enumerate, you can define a layout for it

Re: Using new enumerate environment without ERT

2019-04-26 Thread Paul Smith
t; version exclusively (and not use good old "enumerate"), you could > redefine the enumerate environment itself. Assuming you want xenumerate > to coexist with enumerate, you can define a layout for it, either in the > Local Layout portion of the document settings (if you only w

Re: Using new enumerate environment without ERT

2019-04-26 Thread Paul A. Rubin
(and not use good old "enumerate"), you could redefine the enumerate environment itself. Assuming you want xenumerate to coexist with enumerate, you can define a layout for it, either in the Local Layout portion of the document settings (if you only want it for one document) or in a m

Using new enumerate environment without ERT

2019-04-26 Thread Paul Smith
Dear All, Suppose that I have created a new enumerate-like enumerate, say xenumerate. How can I use it from inside LyX without recourse to ERT? Thanks in advance, Paul

Re: Counters of custom list environment

2019-04-04 Thread Dr Eberhard Lisse
Daniel, to be honest, I'll probably figure this out and install it anyway. Eventually :-)-O Even though in my daily use I usuallyhave Enumerate-Resume on the outer level and Enumerate on the indented one(s). So this may or may not work :-)-O el On 03/04/2019 16:34, Daniel wrote: > On 03/04/2

Re: Counters of custom list environment

2019-04-03 Thread Daniel
On 2019-04-04 08:01, Baris Erkus wrote: On 03-Apr-19 5:34 PM, Daniel wrote: On 03/04/2019 13:35, Dr Eberhard Lisse wrote: I have noticed same, but it bothered me for about 27 seconds and I am now used to it. With Jean-Marc's comment, there is no need to get used to it any more. Though I admir

Re: Counters of custom list environment

2019-04-03 Thread Baris Erkus
On 03-Apr-19 5:34 PM, Daniel wrote: > On 03/04/2019 13:35, Dr Eberhard Lisse wrote: >> I have noticed same, but it bothered me for about 27 seconds and I am >> now used to it. > > With Jean-Marc's comment, there is no need to get used to it any more. > Though I admire your ability to adapt. :) > >

Re: Counters of custom list environment

2019-04-03 Thread Jean-Marc Lasgouttes
Le 03/04/2019 à 17:21, Daniel a écrit : What the labeltype Enumerate does is to count nesting of enumerate items to know whether the counter will be enumi, enumii, enumiii or enumiv. Your own enumerate layout is not supposed to do that. I see. That was just an oversimplification on my side. At

Re: Counters of custom list environment

2019-04-03 Thread Daniel
On 03/04/2019 16:58, Jean-Marc Lasgouttes wrote: Le 03/04/2019 à 14:55, Daniel a écrit : Yes, that does the trick. But I am wondering why the default Enumerate doesn't have LabelType Static. What's the difference? What the labeltype Enumerate does is to count nesting of enumerate items to kno

Re: Counters of custom list environment

2019-04-03 Thread Jean-Marc Lasgouttes
Le 03/04/2019 à 14:55, Daniel a écrit : Yes, that does the trick. But I am wondering why the default Enumerate doesn't have LabelType Static. What's the difference? What the labeltype Enumerate does is to count nesting of enumerate items to know whether the counter will be enumi, enumii, enumi

Re: Counters of custom list environment

2019-04-03 Thread Daniel
On 03/04/2019 13:35, Dr Eberhard Lisse wrote: I have noticed same, but it bothered me for about 27 seconds and I am now used to it. With Jean-Marc's comment, there is no need to get used to it any more. Though I admire your ability to adapt. :) Daniel

Re: Counters of custom list environment

2019-04-03 Thread Daniel
On 03/04/2019 12:36, Jean-Marc Lasgouttes wrote: Le 02/04/2019 à 12:45, Daniel a écrit : Hi, In the attached document the list structure in the work area is shown as i. MyEnumerate  (a) Enumerate but the output is actually i. MyEnumerate  1. Enumerate Try the one attached. I change

Re: Counters of custom list environment

2019-04-03 Thread Dr Eberhard Lisse
> > I thought LyX would figure out what I want by seeing that the > LatexName or LabelCounter differs from the standard enumerate > environment but that does not do the trick. > > Is there an additional setting I miss, or is it a shortcoming of LyX? > > Best, > Daniel

Re: Counters of custom list environment

2019-04-03 Thread Jean-Marc Lasgouttes
Le 02/04/2019 à 12:45, Daniel a écrit : Hi, In the attached document the list structure in the work area is shown as i. MyEnumerate (a) Enumerate but the output is actually i. MyEnumerate 1. Enumerate Try the one attached. I changed LabelType to Static and set the format (because

Re: Counters of custom list environment

2019-04-03 Thread Daniel
environment but that does not do the trick. Is there an additional setting I miss, or is it a shortcoming of LyX? Best, Daniel AFAIK:{You need to use ERT in the "Enumarate Opitons" of LyX, and tell LaTeX to restart or resume numbering by yourself. Otherwise LyX does not have a direct option

Re: Counters of custom list environment

2019-04-02 Thread Baris Erkus
gure out how to tell LyX that my custom enumerate > (as set in the Local Layout and Preamble) is different from the > standard one and hence the counting should restart when changing > environments. > > I thought LyX would figure out what I want by seeing that the > LatexName or LabelC

Re: Counters of custom list environment

2019-04-02 Thread Daniel
environment but that does not do the trick. Is there an additional setting I miss, or is it a shortcoming of LyX? Best, Daniel Are you saying that you want the LaTeX output to match what you see in LyX ("(a)" in PDF), or that you want what you see in LyX to match the LaTeX output (&

Re: Counters of custom list environment

2019-04-02 Thread Paul A. Rubin
Local Layout and Preamble) is different from the standard one and hence the counting should restart when changing environments. I thought LyX would figure out what I want by seeing that the LatexName or LabelCounter differs from the standard enumerate environment but that does not do the trick

  1   2   3   4   5   6   7   8   9   10   >