Re: wiki down?

2025-07-30 Thread José Matos
On Wed, 2025-07-30 at 19:01 -0400, Richard Kimberly Heck wrote: > The site is being crawled again, by something that seems to have > accessed git.lyx.org, which has completely swamped the server. Trac is > also affected. We have tried in the past to prohibit bots from indexing > git.lyx.org, but

Re: wiki down?

2025-07-30 Thread Richard Kimberly Heck
On 7/30/25 3:02 PM, Scott Kostyshak wrote: On Wed, Jul 30, 2025 at 02:36:23PM -0400, Neal Becker wrote: This link seems unreachable: https://wiki.lyx.org/LyX/NewInLyX25 For me also the link does not work. The site is being crawled again, by something that seems to have accessed git.lyx.org,

Re: wiki down?

2025-07-30 Thread Scott Kostyshak
On Wed, Jul 30, 2025 at 02:36:23PM -0400, Neal Becker wrote: > This link seems unreachable: https://wiki.lyx.org/LyX/NewInLyX25 For me also the link does not work. Scott signature.asc Description: PGP signature -- lyx-users mailing list lyx-users@lists.lyx.org https://lists.lyx.org/mailman/lis

RE: LyX 2.4: problems with defining Keyboard Shortcut

2025-07-30 Thread Bernt Lie via lyx-users
the Program Listing quite a bit, it would be nice if there was a default shortcut like for most of the items in the Insert menu. -Original Message- From: lyx-users On Behalf Of fcana...@gmail.com Sent: Wednesday, July 30, 2025 4:13 PM To: lyx-users@lists.lyx.org Subject: Re: LyX

Re: LyX 2.4: problems with defining Keyboard Shortcut

2025-07-30 Thread Richard Kimberly Heck
ed the use of Alt+I… After some experimentation, it seems like if I do Alt+I twice in a row, i.e., Alt+I Alt+I, that re-activates the use of Alt+I to open the Insert sub-menu. But now my short-cut for listing-insert stops to work… What is going on? Did I choose an illegal short-cut? Or is there a

Re: LyX 2.4: problems with defining Keyboard Shortcut

2025-07-30 Thread fcanatay
> So I go to Tools/Preferences/Editing/Shortcuts, and find "listing-insert" in > the Function column. Then I double-click on this element, and type Alt+I > Shift+# ("#" as a reference to comment statements in Python, etc., since many > letters are already taken – I need something that I can reme

Re: LyX Wishlist [was: 2.5 Beta1]

2025-07-26 Thread Richard Kimberly Heck
On 7/26/25 12:28 PM, Richard Kimberly Heck wrote: 4. There are a few symbols I miss, e.g., * the "plimsoll" symbol used for standard state in thermodynamics (    ). I believe I have done this for 2.5. Riki -- lyx-users mailing list lyx-users@lists.lyx.org https://lists.lyx.org/mailman/list

Re: LyX Wishlist [was: 2.5 Beta1]

2025-07-26 Thread Richard Kimberly Heck
Hi, Bernt, Significant additional new features in 2.5 are unlikely, as we will enter 'feature freeze' soon and focus on fixing bugs. But you should feel free to file enchancement requests (bug reports) for all these. Some of them could be done in the 2.5.x series. 1. Full support for Unic

RE: LyX 2.5 Beta1

2025-07-26 Thread Bernt Lie via lyx-users
LyX -- I look forward to the next version of LyX, not because I'm not happy with LyX, but progress is good! Things I currently miss in LyX 2.4: 1. Full support for Unicode. What I mean is Unicode in program listings. I experimented with this some 6 months ago, but it was problematic... and lots

Re: Pygmentize Configuration

2025-07-23 Thread Jürgen Spitzmüller
Am Mittwoch, dem 23.07.2025 um 06:23 -0500 schrieb T Rex: >  In the last part, to add the "External Material" option, I had to > edit xtemplates.lst in .lyx and add cpp.xtemplate to xtemplates. Is > there a way to avoid modifying the contents of xtemplates? Tools > Reconfigure should actually find

RE: ERT or def in URL

2025-07-21 Thread Denniston, Todd A CIV USN NSWC CD CRANE IN (USA) via lyx-users
> -Original Message- > From: Jürgen Spitzmüller > Sent: Saturday, July 19, 2025 3:01 AM > To: lyx-users@lists.lyx.org > Subject: Re: ERT or def in URL > > Am Donnerstag, dem 17.07.2025 um 15:43 + schrieb Denniston, Todd A > CIV USN NSWC CD CRANE IN (USA

Re: ERT or def in URL

2025-07-19 Thread Jürgen Spitzmüller
Am Donnerstag, dem 17.07.2025 um 15:43 + schrieb Denniston, Todd A CIV USN NSWC CD CRANE IN (USA) via lyx-users: > %in preamble > \def\NETAddrFT{10.10.10} > \def\NETAddrDNS{{\ NETAddrFT}.5} > >   > > %When in ERT it works i.e. it comes out as 10.10.10.5 > \begin_inset

RE: ERT or def in URL

2025-07-18 Thread Denniston, Todd A CIV USN NSWC CD CRANE IN (USA) via lyx-users
From: Alexander Dunlap Sent: Thursday, July 17, 2025 11:54 AM To: Denniston, Todd A CIV USN NSWC CD CRANE IN (USA) Cc: lyx-users@lists.lyx.org Subject: Re: ERT or def in URL On Thu, Jul 17, 2025 at 11:51 AM Denniston, Todd A CIV USN NSWC CD CRANE IN (USA) via lyx-users mailto:lyx

Re: ERT or def in URL

2025-07-17 Thread Alexander Dunlap
On Thu, Jul 17, 2025 at 11:51 AM Denniston, Todd A CIV USN NSWC CD CRANE IN (USA) via lyx-users wrote: > Hi again folks. > > I am defining some things the preamble and then using them later in the > document. > > Using ERT inside of URL environments is apparently not allowed. > > The below (lyx f

Re: LyX: making sections conditional?

2025-07-16 Thread Steve Litt
Bernt Lie said on Sat, 5 Jul 2025 08:30:05 + >I have a LyX document where some sections are in various levels of >completion (say: complete, and incomplete), and some sections that I >just use as background material and do not want in the final pdf >version. > >Questions: > > 1. Is there a w

Re: Items and Branches [Was: LyX: making sections conditional?]

2025-07-11 Thread Scott Kostyshak
On Wed, Jul 09, 2025 at 03:26:06PM -0400, Richard Kimberly Heck wrote: > On 7/9/25 4:12 AM, Scott Kostyshak wrote: > > On Wed, Jul 09, 2025 at 12:12:39AM -0400, Richard Kimberly Heck wrote: > > > But what do you want to happen in the case of an itemized list? > > My ideal behavior would be that the

Re: Items and Branches [Was: LyX: making sections conditional?]

2025-07-09 Thread Richard Kimberly Heck
On 7/9/25 4:12 AM, Scott Kostyshak wrote: On Wed, Jul 09, 2025 at 12:12:39AM -0400, Richard Kimberly Heck wrote: But what do you want to happen in the case of an itemized list? My ideal behavior would be that the itemize environment continues as if the branch inset is not even there. Similar w

Re: LyX 2.4 & complaints about "\bf" font command in bibliographies

2025-07-09 Thread Richard Kimberly Heck
On 7/9/25 7:30 AM, Bernt Lie via lyx-users wrote: One more “problem” I have  with LyX. * I use Zotero to manage my literature database. * I have installed a plug-in for Zotero that continuously generates a *.bibtex file. I think I specified that it should produce the file in **bibte

RE: LyX 2.4.4: specifying table column width?

2025-07-09 Thread Bernt Lie via lyx-users
Hm... I decided to un-install LyX 2.4.4, and re-install it. Now the problem seems to be gone: I can specify column widths, etc. I can still not open the files that I generated with the previous install, though. So somehow, that one must have gotten corrupted. NOTE: I did not un-install LyX

Re: LyX: making sections conditional?

2025-07-09 Thread Scott Kostyshak
On Wed, Jul 09, 2025 at 12:12:39AM -0400, Richard Kimberly Heck wrote: > On 7/8/25 2:41 PM, Scott Kostyshak wrote: > > On Mon, Jul 07, 2025 at 12:27:55PM -0400, Richard Kimberly Heck wrote: > > > On 7/7/25 11:45 AM, Jean-Marc Lasgouttes wrote: > > > > Le 07/07/2025 à 17:31, Scott Kostyshak a écrit 

Re: LyX: making sections conditional?

2025-07-08 Thread Richard Kimberly Heck
On 7/8/25 2:41 PM, Scott Kostyshak wrote: On Mon, Jul 07, 2025 at 12:27:55PM -0400, Richard Kimberly Heck wrote: On 7/7/25 11:45 AM, Jean-Marc Lasgouttes wrote: Le 07/07/2025 à 17:31, Scott Kostyshak a écrit : The root issue is the ones discussed above, that when we do Insert Branch on the sel

Re: LyX: making sections conditional?

2025-07-08 Thread Scott Kostyshak
On Mon, Jul 07, 2025 at 12:27:55PM -0400, Richard Kimberly Heck wrote: > On 7/7/25 11:45 AM, Jean-Marc Lasgouttes wrote: > > Le 07/07/2025 à 17:31, Scott Kostyshak a écrit : > > > The root issue is the ones discussed above, that when we do Insert > > > Branch on the selection, unexpected things hap

Re: LyX: making sections conditional?

2025-07-08 Thread Scott Kostyshak
On Mon, Jul 07, 2025 at 05:45:14PM +0200, Jean-Marc Lasgouttes wrote: > Le 07/07/2025 à 17:31, Scott Kostyshak a écrit : > > I think you're right. The root issue is the ones discussed above, that > > when we do Insert Branch on the selection, unexpected things happen. > > Not with the selection do

Re: Light theme in Linux

2025-07-07 Thread Scott Kostyshak
On Mon, Jul 07, 2025 at 03:35:43PM -0400, David Cortés wrote: > Hi, > > How can I set the old light theme in Linux? I'm using a system's dark theme > in Gnome and Lyx seems to follow this theme using a dark mode. But I > sometimes need to use the light theme. I think it is controlled by the Qt th

Re: LyX spellchecking crashing for table?

2025-07-07 Thread Richard Kimberly Heck
On 7/7/25 12:47 PM, Bernt Lie via lyx-users wrote: I'm trying to clean up my lecture notes, this time by doing spellchecking. At the moment, I have made a "nomenclature table" -- I should switch over to using the Nomenclature feature, but temporarily I need to stay with the table. Problem: whe

Re: Light theme in Linux

2025-07-07 Thread David Cortés
Thanks for the suggestion, but it doesn't work. It makes the background even darker. On Mon, 7 Jul 2025 at 15:37, Richard Kimberly Heck wrote: > On 7/7/25 3:35 PM, David Cortés wrote: > > Hi, > > > > How can I set the old light theme in Linux? I'm using a system's dark > > theme in Gnome and Lyx

Re: Light theme in Linux

2025-07-07 Thread Richard Kimberly Heck
On 7/7/25 3:35 PM, David Cortés wrote: Hi, How can I set the old light theme in Linux? I'm using a system's dark theme in Gnome and Lyx seems to follow this theme using a dark mode. But I sometimes need to use the light theme. Try unchecking "Use System Colors" under Tools> Preferences> Colo

Re: LyX: making sections conditional?

2025-07-07 Thread Richard Kimberly Heck
On 7/7/25 11:45 AM, Jean-Marc Lasgouttes wrote: Le 07/07/2025 à 17:31, Scott Kostyshak a écrit : The root issue is the ones discussed above, that when we do Insert Branch on the selection, unexpected things happen. Not with the selection done by the context menu, right? Only if the end-of-par

Re: LyX: making sections conditional?

2025-07-07 Thread Jean-Marc Lasgouttes
Le 07/07/2025 à 17:31, Scott Kostyshak a écrit : I think you're right. The root issue is the ones discussed above, that when we do Insert Branch on the selection, unexpected things happen. Not with the selection done by the context menu, right? Only if the end-of-paragraph of the previous para

Re: LyX: making sections conditional?

2025-07-07 Thread Scott Kostyshak
On Mon, Jul 07, 2025 at 05:26:05PM +0200, Jean-Marc Lasgouttes wrote: > Le 06/07/2025 à 18:13, Richard Kimberly Heck a écrit : > > > I think the idea is to add an item "put section/chapter/etc in branch" > > > to the context menu in the screenshot, or more generally to be able to > > > put in a com

Re: LyX: making sections conditional?

2025-07-07 Thread Jean-Marc Lasgouttes
Le 06/07/2025 à 18:13, Richard Kimberly Heck a écrit : I think the idea is to add an item "put section/chapter/etc in branch" to the context menu in the screenshot, or more generally to be able to put in a comment/note ? That seems like a very special case. What might be more generally useful

Re: LyX: making sections conditional?

2025-07-07 Thread Richard Kimberly Heck
On 7/6/25 4:10 PM, Bernt Lie via lyx-users wrote: Hi Marcus and Scott AHA! If I start by setting the cursor at the beginning of the Section head, and select text until the end of the section, the section is preserved in the Branch. And the section is kept after I dissolve the Branch. Howev

RE: LyX: making sections conditional?

2025-07-06 Thread Bernt Lie via lyx-users
Kostyshak ; Bernt Lie via lyx-users Cc: lyx-users@lists.lyx.org Subject: Re: LyX: making sections conditional? Hi Scott an Bernt >> NOTE: I have not checked what happens if... >> - there are sections and subsections, etc. in the selected chapter >> - what happes if there are theorem-l

RE: LyX: making sections conditional?

2025-07-06 Thread Bernt Lie via lyx-users
-Original Message- From: lyx-users On Behalf Of Scott Kostyshak Sent: Sunday, July 6, 2025 5:44 PM To: lyx-users@lists.lyx.org Subject: Re: LyX: making sections conditional? On Sun, Jul 06, 2025 at 11:29:43AM -0400, Richard Kimberly Heck wrote: > On 7/5/25 6:23 PM, Scott Kostys

Re: LyX: making sections conditional?

2025-07-06 Thread Richard Kimberly Heck
On 7/5/25 6:23 PM, Scott Kostyshak wrote: On Sat, Jul 05, 2025 at 07:36:56PM +, Bernt Lie wrote: NOTE: I have not checked what happens if... - there are sections and subsections, etc. in the selected chapter - what happes if there are theorem-like units, program listing, lists, etc. - if the

Re: LyX: making sections conditional?

2025-07-06 Thread Richard Kimberly Heck
On 7/6/25 11:43 AM, Scott Kostyshak wrote: On Sun, Jul 06, 2025 at 11:29:43AM -0400, Richard Kimberly Heck wrote: On 7/5/25 6:23 PM, Scott Kostyshak wrote: On Sat, Jul 05, 2025 at 07:36:56PM +, Bernt Lie wrote: A final suggestion: perhaps it might be ok to also right-click on sections in

Re: LyX: making sections conditional?

2025-07-06 Thread Scott Kostyshak
On Sun, Jul 06, 2025 at 11:29:43AM -0400, Richard Kimberly Heck wrote: > On 7/5/25 6:23 PM, Scott Kostyshak wrote: > > On Sat, Jul 05, 2025 at 07:36:56PM +, Bernt Lie wrote: > > > A final suggestion: perhaps it might be ok to also right-click on > > > sections in the Table-of-contents outline

Re: LyX: making sections conditional?

2025-07-06 Thread Richard Kimberly Heck
On 7/5/25 6:23 PM, Scott Kostyshak wrote: On Sat, Jul 05, 2025 at 07:36:56PM +, Bernt Lie wrote: A final suggestion: perhaps it might be ok to also right-click on sections in the Table-of-contents outline and Branch sections? I would personally find this very useful also. I'm a heavy user

Re: LyX: making sections conditional?

2025-07-06 Thread mkriele--- via lyx-users
PM > To: Scott Kostyshak ; Bernt Lie via lyx-users > > Cc: lyx-users@lists.lyx.org > Subject: Re: LyX: making sections conditional? > > Hi Scott an Bernt > > >> NOTE: I have not checked what happens if... > >> - there are sections and subsections, etc. in

Re: LyX: making sections conditional?

2025-07-06 Thread Bernt Lie via lyx-users
Scott Kostyshak ; Bernt Lie via lyx-users Cc: lyx-users@lists.lyx.org Subject: Re: LyX: making sections conditional? Hi Scott an Bernt >> NOTE: I have not checked what happens if... >> - there are sections and subsections, etc. in the selected chapter >> - what happes if ther

Re: LyX: making sections conditional?

2025-07-06 Thread mkriele--- via lyx-users
Hi Scott an Bernt >> NOTE: I have not checked what happens if... >> - there are sections and subsections, etc. in the selected chapter >> - what happes if there are theorem-like units, program listing, lists, etc. >> - if there are remarks, etc. >> >> If all of the above is "flattended" out, that

Re: LyX: making sections conditional?

2025-07-05 Thread Scott Kostyshak
: I put the cursor at the end of the line prior to the > chapter I wanted to branch. Then selected the entire chapter. > 2. Next, I inserted this into a Branch. *Unfortunately*, this "flattens" the > structure, i.e., removes section assignments. > 3. I clicked into the branc

RE: LyX: making sections conditional?

2025-07-05 Thread Bernt Lie via lyx-users
the entire chapter. 2. Next, I inserted this into a Branch. *Unfortunately*, this "flattens" the structure, i.e., removes section assignments. 3. I clicked into the branched text, and re-assigned the chapter to the relevant paragraph. NOTE: I have not checked what happens if... - there ar

Re: LyX: making sections conditional?

2025-07-05 Thread Scott Kostyshak
On Sat, Jul 05, 2025 at 11:34:09AM -0400, Richard Kimberly Heck wrote: > On 7/5/25 7:00 AM, Scott Kostyshak wrote: > > On Sat, Jul 05, 2025 at 10:37:04AM +, Bernt Lie wrote: > > > OK -- here is an example file. > > Put the cursor at the beginning of the second chapter, press . > > Then select t

Re: LyX: making sections conditional?

2025-07-05 Thread Richard Kimberly Heck
On 7/5/25 7:00 AM, Scott Kostyshak wrote: On Sat, Jul 05, 2025 at 10:37:04AM +, Bernt Lie wrote: OK -- here is an example file. Put the cursor at the beginning of the second chapter, press . Then select the newline and the chapter and insert a branch. Then put the cursor on the chapter insi

Re: Reintroduction and DocBook Future

2025-07-05 Thread Richard Kimberly Heck
On 7/5/25 3:41 AM, George De Bruin wrote: The question for this email is this: I was doing a bit of looking around for DocBook documentation, and I noticed that the OASIS DockBook Technical Committee has closed as of September, 2024 (https://groups.oasis-open.org/communities/tc-community-home2?

RE: LyX: making sections conditional?

2025-07-05 Thread Bernt Lie via lyx-users
OK -- here is an example file. -Original Message- From: lyx-users On Behalf Of Scott Kostyshak Sent: Saturday, July 5, 2025 12:28 PM To: lyx-users@lists.lyx.org Subject: Re: LyX: making sections conditional? On Sat, Jul 05, 2025 at 10:19:33AM +, Bernt Lie wrote: > OK -- here i

RE: LyX: making sections conditional?

2025-07-05 Thread Bernt Lie via lyx-users
. disappears. So Branch doesn't entirely do what I want. -Original Message- From: lyx-users On Behalf Of Scott Kostyshak Sent: Saturday, July 5, 2025 11:29 AM To: lyx-users@lists.lyx.org Subject: Re: LyX: making sections conditional? On Sat, Jul 05, 2025 at 08:30:05AM +, Bern

Re: LyX: making sections conditional?

2025-07-05 Thread Scott Kostyshak
On Sat, Jul 05, 2025 at 08:30:05AM +, Bernt Lie wrote: > I have a LyX document where some sections are in various levels of completion > (say: complete, and incomplete), and some sections that I just use as > background material and do not want in the final pdf version. > > Questions: > >

Re: having LyX not replace the compiled (previewed) file until compilation is finished

2025-07-04 Thread Richard Kimberly Heck
On 7/3/25 8:09 PM, Alexander Dunlap wrote: On Thu, Jul 3, 2025 at 5:30 PM Richard Kimberly Heck wrote: On 7/3/25 5:24 PM, Alexander Dunlap wrote: > I think what I really want is for LyX to not overwrite the final file > when it creates the intermediate versions, and only when i

Re: hot-key for beginning or end of document?

2025-07-03 Thread Scott Kostyshak
On Thu, Jul 03, 2025 at 06:38:52PM -0400, Tom Goldring via lyx-users wrote: > In LyX 2.4 is there a hot-key that takes you to the beginning or end of a > document? I've tried many key combinations but nothing seems to work. ctrl-home and ctrl-end. You can also create you own keybindings if you ha

Re: having LyX not replace the compiled (previewed) file until compilation is finished

2025-07-03 Thread Alexander Dunlap
On Thu, Jul 3, 2025 at 5:30 PM Richard Kimberly Heck wrote: > On 7/3/25 5:24 PM, Alexander Dunlap wrote: > > I think what I really want is for LyX to not overwrite the final file > > when it creates the intermediate versions, and only when it is done with > > all of the necessary LaTeX runs copy

Re: having LyX not replace the compiled (previewed) file until compilation is finished

2025-07-03 Thread Steve Litt
Richard Kimberly Heck said on Thu, 3 Jul 2025 17:30:22 -0400 >On 7/3/25 5:24 PM, Alexander Dunlap wrote: >> I think what I really want is for LyX to not overwrite the final file >> when it creates the intermediate versions, and only when it is done >> with all of the necessary LaTeX runs copy the

Re: having LyX not replace the compiled (previewed) file until compilation is finished

2025-07-03 Thread Richard Kimberly Heck
On 7/3/25 5:24 PM, Alexander Dunlap wrote: I think what I really want is for LyX to not overwrite the final file when it creates the intermediate versions, and only when it is done with all of the necessary LaTeX runs copy the compiled file to the "final" PDF location. I will look into creating a

Re: having LyX not replace the compiled (previewed) file until compilation is finished

2025-07-03 Thread Alexander Dunlap
On Thu, Jul 3, 2025 at 5:21 PM Richard Kimberly Heck wrote: > > On 7/3/25 10:55 AM, Alexander Dunlap wrote: > > Dear all, > > > > When I am using LyX I am often wanting to compile the file frequently > > to see the previewed PDF. Sometimes, if my file is complicated, it > > takes several runs of L

Re: having LyX not replace the compiled (previewed) file until compilation is finished

2025-07-03 Thread Richard Kimberly Heck
On 7/3/25 10:55 AM, Alexander Dunlap wrote: Dear all, When I am using LyX I am often wanting to compile the file frequently to see the previewed PDF. Sometimes, if my file is complicated, it takes several runs of LaTeX to compile, and the intermediate generated PDFs may not very readable (e.g

Re: Questions on use of \line [RESOLVED]

2025-07-02 Thread Rich Shepard
On Wed, 2 Jul 2025, Herbert Voss wrote: it refers to the current line width, which can be different to the text width, eg, inside a minipage. Herbert, Thanks very much for clarifying. Regards, Rich -- lyx-users mailing list lyx-users@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx

Re: Questions on use of \line [RESOLVED]

2025-07-02 Thread Herbert Voss
Am 02.07.25 um 18:13 schrieb Rich Shepard: On Wed, 2 Jul 2025, Herbert Voss wrote: there is also \hrulefill, which draws a line from the current point to the end of the line. Does "By end of line" refer to text width or some other measurement? Rich, it refers to the current line width,

Re: Questions on use of \line [RESOLVED]

2025-07-02 Thread Rich Shepard
On Wed, 2 Jul 2025, Jean-Marc Lasgouttes wrote: Note that LyX has native support for that (Insert>Formatting>Horizontal Line). For an Horizontal Fill, do Insert Space, and then select horizontal fill as Spacing and then select a pattern. For a report to regulators I need to provide the perm

Re: Questions on use of \line [RESOLVED]

2025-07-02 Thread Rich Shepard
On Wed, 2 Jul 2025, Herbert Voss wrote: there is also \hrulefill, which draws a line from the current point to the end of the line. Herbert, Does "By end of line" refer to text width or some other measurement? Thanks, Rich -- lyx-users mailing list lyx-users@lists.lyx.org https://lists.lyx.

Re: Questions on use of \line [RESOLVED]

2025-07-02 Thread Jean-Marc Lasgouttes
Le 02/07/2025 à 16:20, Rich Shepard a écrit : On Wed, 2 Jul 2025, Rich Shepard wrote: Please educate me on which type of horizontal line I should use. Found another web page which answered my question: \rule[]{}{}. Note that LyX has native support for that (Insert>Formatting>Horizontal Lin

Re: Questions on use of \line [RESOLVED]

2025-07-02 Thread Herbert Voss
Am 02.07.25 um 16:20 schrieb Rich Shepard: On Wed, 2 Jul 2025, Rich Shepard wrote: Please educate me on which type of horizontal line I should use. Found another web page which answered my question: \rule[]{}{}. there is also \hrulefill, which draws a line from the current point to the e

Re: Questions on use of \line [RESOLVED]

2025-07-02 Thread Rich Shepard
On Wed, 2 Jul 2025, Rich Shepard wrote: Please educate me on which type of horizontal line I should use. Found another web page which answered my question: \rule[]{}{}. Rich -- lyx-users mailing list lyx-users@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-users

Re: KOMA-Script ltr2: add text following closure [RESOLVED]

2025-07-01 Thread Rich Shepard
On Mon, 30 Jun 2025, Rich Shepard wrote: Please suggest how I can do this. I'm making the acceptance a separate document. Rich -- lyx-users mailing list lyx-users@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-users

Re: Error message LyX 2.4.4

2025-06-30 Thread A-Imam Al-Sammak
Dear all Just to let you know that I tried my file today and it worked with "ALL" index types, including 'default' which was not working earlier! I do not know why. Any guesses? anyway I happy my problem is solved! Thank you all again for your continued support which I highly appreciate. A-Imam

Re: Error message LyX 2.4.4

2025-06-29 Thread A-Imam Al-Sammak
Thank you all for your support which I highly appreciate. This is what makes me continue with beautiful lyX. Special thanks to Marcus, it worked when I changed to 'Texindy'. Best regards. A-Imam On Sun, Jun 29, 2025 at 7:38 AM wrote: > Dear A-Imam > > The minimum working examples do not includ

Re: pdf view inside Lyx

2025-06-29 Thread Eberhard W Lisse
On the Mac I do this all the time, by just using "View" with Skim configured to reload on "save". I also like Slidepilot. Ocular can do something like this as well I think on Windows and Linux. Depending on the size or number of your screen(s) this allows easy achievement of what you want. On

Re: pdf view inside Lyx

2025-06-29 Thread Richard Kimberly Heck
On 6/29/25 6:47 AM, Hamid BADI wrote: Hello, I used Lyx ten years ago to write my PhD, i've been using Overleaf but I want to use Lyx now. I'm wondering if it is possible to have a two pane layout with the code on one side and the pdf viewer on the other side (as with Overleaf) ? Simply gener

Re: Error message LyX 2.4.4

2025-06-28 Thread mkriele--- via lyx-users
Dear A-Imam The minimum working examples do not include index entries and do not include the index at the end. Your original file included both. (By the way, I do not see a difference between temp.lyx and temp2.lyx). The MWE does not run on my computer because I do not have the picture “Image

Re: Error message LyX 2.4.4

2025-06-27 Thread A-Imam Al-Sammak
Hi JMarc Thank you for your support. No, I did not, but how to do this? A-Imam On Fri, Jun 27, 2025 at 8:16 PM Jean-Marc Lasgouttes wrote: > Le 27/06/2025 à 10:59, A-Imam Al-Sammak a écrit : > > Dear all > > I have just installed the latex LyX distribution 2.4.4, but got the > > attached error

Re: Error message LyX 2.4.4

2025-06-27 Thread Jean-Marc Lasgouttes
Le 27/06/2025 à 10:59, A-Imam Al-Sammak a écrit : Dear all I have just installed the latex LyX distribution 2.4.4, but got the attached error message when I run the attached file. Can anyone help solve this issue? I am not including the figures to save space. Hello, Did you try to find in th

Re: Error message LyX 2.4.4

2025-06-27 Thread A-Imam Al-Sammak
Thank Marcus & Emile for your help. I tried two absolute minimum files as attached and I am still getting the same error message. Best regards. A-Imam Al-Sammak On Fri, Jun 27, 2025 at 7:12 PM wrote: > Hi Emile, from the screenshot of the OP it seems that she or him hat an > issue with the i

Re: Error message LyX 2.4.4

2025-06-27 Thread mkriele--- via lyx-users
Hi Emile, from the screenshot of the OP it seems that she or him hat an issue with the index. Your pdf does not seem to contain the index. In my test, the index appeared correctly. Regards. Marcus > On 27 Jun 2025, at 17:57, Emile Lunardon wrote: > > For me, working on Windows 10 with MikTeX

Re: Error message LyX 2.4.4

2025-06-27 Thread mkriele--- via lyx-users
Hi A-Imam It is always best to send a minimal example which illustrates your problem. The file you attached has several external inputs (images) so it cannot be processes by any of us. In any case, you seem to have two index entries in your file. So I deleted almost all but these to entries an

Re: EU templates for LYX

2025-06-24 Thread Richard Kimberly Heck
On 6/23/25 3:20 PM, Karel Lucas wrote: Thank you very much for your answer. This was partly helpful. I think I'm missing some templates. For example, I miss the 'book' template, I don't see it in the document class. And there are a few more that I don't have. So my question is how do I get that

Re: EU templates for LYX

2025-06-23 Thread Karel Lucas
Dear Pierig, Thank you very much for your answer. This was partly helpful. I think I'm missing some templates. For example, I miss the 'book' template, I don't see it in the document class. And there are a few more that I don't have. So my question is how do I get that? Op 23-06-2025 om 1

Re: EU templates for LYX

2025-06-23 Thread pierig
Hello Karel, Most of specificities depends on the language. Otherewise, the core of an article, a report, a book, remains usualy the same. You should look at the document setting. It will open a window with a lot, including the style of document and language. If you go in more details for t

Re: LyX 2.4.4 Released

2025-06-22 Thread Jürgen Spitzmüller
Am Sonntag, dem 22.06.2025 um 16:19 +0200 schrieb Tobias Hilbricht: > What does support mean here - including forward and reverse search?  No, support just means that this reader is now detected by LyX and added to the list of viewers to select from. > I think I have read GNOME dropped evince and

Re: LyX 2.4.4 Released

2025-06-22 Thread Tobias Hilbricht
Am Samstag, dem 21.06.2025 um 21:36 -0400 schrieb Richard Kimberly Heck: > Public release of LyX version 2.4.4 Thank you for the new release! > > - Support GNOME's paper PDF viewer. What does support mean here - including forward and reverse search? I think I have read GNOME dropped evince and l

Re: screen in beamer

2025-06-21 Thread Jürgen Spitzmüller
Am Freitag, dem 20.06.2025 um 20:45 +0200 schrieb Patrick Dupre via lyx-users: > I use the beamer package. > However, it seems that I cannot change the size of the display in > fullscreen mode You mean in the PDF output? You need to use class options, e.g. aspectratio=1610 See beamer manual, sect

Re: Sizes

2025-06-13 Thread CarLaTeX
Try with scriptstyle or \scriptscriptstyle Bye! Il Ven 13 Giu 2025, 12:08 Patrick Dupre via lyx-users < lyx-users@lists.lyx.org> ha scritto: > Hello, > > In math mode, Tiny is too small and Smallest is too Large. > How can I obtain an intermediate size? > > Thanks > > ===

Re: Separate counter from questions and solutions

2025-05-26 Thread Richard Kimberly Heck
On 5/26/25 7:50 AM, ehud.be...@posteo.net wrote: I want to define a style for questions and a style for solutions. I want the question to have a counter, and the solutions to have no counter. I have the following in my local layout: ``` Counter question   Within section End Style question Late

Re: Importing latex code

2025-05-21 Thread Steve Hnizdur
Hi Thanks for the heads up. Will wait for the update. On 14/05/2025 16:05, Richard Kimberly Heck wrote: On 5/14/25 3:18 AM, Steve Hnizdur wrote: Thanks for filing the bug. Will have to decide if writing such a script is easier than hand crafting especially for multilevel lists. This will be

Re: Knitr Problem

2025-05-15 Thread jcredberry
Thx, JM! I simply copied the slides into a new file, added the preamble and voilá! Don't ask why, it just worked. Regards, Julio Rojas jcredbe...@gmail.com El jue, 15 may 2025 a la(s) 2:46 p.m., Jean-Marc Lasgouttes ( lasgouttes.lyx@free.fr) escribió: > Le 15/05/2025 à 19:39, jcredbe...@gma

Re: how to set up maxima with lyx 2.4 on windows 10

2025-05-15 Thread Scott Kostyshak
On Thu, May 15, 2025 at 07:58:28PM +0300, matan wrote: > On Thu, May 15, 2025 at 6:54 PM Scott Kostyshak wrote: > > > Thank you, indeed waiting is a good idea. > > > > > > My opinion would be to reply to your email with a link to the tex.se post. > > > > Not sure what you mean, but the point is t

Re: Knitr Problem

2025-05-15 Thread Jean-Marc Lasgouttes
Le 15/05/2025 à 19:39, jcredbe...@gmail.com a écrit : Hi again, I am trying to recompile a document with knitr  (latest lyx, latest R) and the following message appears: image.png Your best bet is to open the message pane and find the messages from R in there. It is not very convenient, bu

Re: Slow downloading

2025-05-15 Thread jcredberry
The power of reading trumps once again! Found the mirror on the website. Sorry for the annoyance. Julio Rojas jcredbe...@gmail.com El jue, 15 may 2025 a la(s) 1:16 p.m., escribió: > As input for this problem: > [image: image.png] > > 25 jumps! > > Are there any other mirrors? > > Regards, > Ju

Re: Slow downloading

2025-05-15 Thread jcredberry
As input for this problem: [image: image.png] 25 jumps! Are there any other mirrors? Regards, Julio Rojas jcredbe...@gmail.com El jue, 15 may 2025 a la(s) 1:10 p.m., escribió: > Hello to everybody. Long time since I last consulted something. > > I am trying to download Lyx from the official

Re: how to set up maxima with lyx 2.4 on windows 10

2025-05-15 Thread matan
On Thu, May 15, 2025 at 6:54 PM Scott Kostyshak wrote: > Thank you, indeed waiting is a good idea. > > > My opinion would be to reply to your email with a link to the tex.se post. > > Not sure what you mean, but the point is that if there is an answer in > one place, then it saves someone time fr

Re: how to set up maxima with lyx 2.4 on windows 10

2025-05-15 Thread Scott Kostyshak
On Thu, May 15, 2025 at 02:02:02PM +0300, matan wrote: > On Thu, May 15, 2025 at 1:42 PM Scott Kostyshak wrote: > > > Dear Matan, > > > > Can you please always mention when you cross-post? You just cross-posted > > here: > > > > > > https://tex.stackexchange.com/questions/742688/how-to-correctly-

Re: how to set up maxima with lyx 2.4 on windows 10

2025-05-15 Thread matan
On Thu, May 15, 2025 at 1:42 PM Scott Kostyshak wrote: > Dear Matan, > > Can you please always mention when you cross-post? You just cross-posted > here: > > > https://tex.stackexchange.com/questions/742688/how-to-correctly-link-up-cas-like-maxima-to-lyx > > And you did not mention that you poste

Re: how to set up maxima with lyx 2.4 on windows 10

2025-05-15 Thread Scott Kostyshak
On Thu, May 15, 2025 at 12:27:27AM +0300, matan wrote: > i've downloaded maxima and it's in a normal path ("C:\users\"name") and > according to what I understand LyX should have detected it automatically > but it didn't, I want to update it manually but I don't know in which of > the following path

Re: Importing latex code

2025-05-14 Thread Richard Kimberly Heck
On 5/14/25 3:18 AM, Steve Hnizdur wrote: Thanks for filing the bug. Will have to decide if writing such a script is easier than hand crafting especially for multilevel lists. This will be fixed in LyX 2.4.4 and will be in stable very soon. If you are able to compile from git, you can have acc

Re: Importing latex code

2025-05-14 Thread Steve Hnizdur
Hi Thanks for filing the bug. Will have to decide if writing such a script is easier than hand crafting especially for multilevel lists. Regards On 13/05/2025 16:43, Richard Kimberly Heck wrote: On 5/13/25 7:10 AM, Steve Hnizdur wrote: Hi Attached is a small tex file which contains an enu

Re: Importing latex code

2025-05-13 Thread Richard Kimberly Heck
On 5/13/25 7:10 AM, Steve Hnizdur wrote: Hi Attached is a small tex file which contains an enumerate list with options allowed by  enumitem. When I import this into Lyx with File->Import->Latex(plain) the enumerate options "label=\Roman*" are not included in the list. I get [label=\Roman*

Re: Why no counter apperas in a Style I defined

2025-05-08 Thread ehud . behar
The command "LabelType" is missing. -- lyx-users mailing list lyx-users@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-users

Re: Recent bug with fancyhdr and geometry packages

2025-05-08 Thread Rudi Gaelzer
I just got version 2.4.3 installed from Fedora Updates and can confirm that the bug is gone. Thanks José and all you guys from the LyX devel group. On terça-feira, 29 de abril de 2025 11:54:58 Horário de Verão da Europa Central José Matos wrote: > Already on updates-testing: > Fedora 42: > http

Re: in line numbering

2025-05-08 Thread Herbert Voss
Am 08.05.25 um 08:59 schrieb Paolo M: How to insert labels (also note, without chapter numbering) to in line formulas? Here included my text containing a formula labelled (1), that is recalled in the next line. it is absolutely unusual to give an inline-formula a number! It would make more s

Re: Trouble with beamer Alert Block

2025-05-06 Thread Neal Becker
On Tue, May 6, 2025 at 11:49 AM Richard Kimberly Heck wrote: > On 5/6/25 9:53 AM, Neal Becker wrote: > > Hi, > > > > I'm using lyx-2.4.2.1 with beamer slides. My issue is, I've inserted > > an alert block. Now I want to insert some following text not in the > > alert block, but I don't seem to

Re: Trouble with beamer Alert Block

2025-05-06 Thread Richard Kimberly Heck
On 5/6/25 9:53 AM, Neal Becker wrote: Hi, I'm using lyx-2.4.2.1 with beamer slides.  My issue is, I've inserted an alert block.  Now I want to insert some following text not in the alert block, but I don't seem to be able to.  No matter where I place the cursor any text I enter is still insid

  1   2   3   4   5   6   7   8   9   10   >