Build lyx 2.3.7 on Fedora Linux 37

2023-01-22 Thread Joseph Hesse
Hi, On Fedora Linux 37 lyx 2.3.7 is not currently available in the Fedora 37 software repository.  I plan on building it from source following the instructions in the INSTALL file that is included in the lyx 2.3.7 source code. Has anyone else does this, do you have suggestions to make the bu

Re: Exercises at end of sections

2022-06-01 Thread Joseph Hesse
On 5/31/22 23:38, Richard Kimberly Heck wrote: On 5/30/22 12:59, Tobias Hilbricht wrote: Am Montag, dem 30.05.2022 um 05:38 -0500 schrieb Joseph Hesse: Hello, I am writing a text book and want to have numbered exercises at the end of each section.  Please point me to the docs or packages that

Exercises at end of sections

2022-05-30 Thread Joseph Hesse
Hello, I am writing a text book and want to have numbered exercises at the end of each section.  Please point me to the docs or packages that will let me do this. Thank you, Joe Hesse -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Bibliography Problem

2022-05-27 Thread Joseph Hesse
On 5/26/22 08:17, Jürgen Spitzmüller wrote: Am Donnerstag, dem 26.05.2022 um 05:50 -0500 schrieb Joseph Hesse:  Thank you for your reply.  I duplicated what you had in the MWE.  My document settings are now "Biblatex, Author-number, numeric, numeric".  When I do a citation I

Re: Bibliography Problem

2022-05-26 Thread Joseph Hesse
On 5/25/22 05:30, Jürgen Spitzmüller wrote: Am Mi., 25. Mai 2022 um 11:51 Uhr schrieb Joseph Hesse : I want the citation to look something like "Smith [5]" where the author's name appears in the citation.  I don't have a citation style available  (Insert->Cit

Bibliography Problem

2022-05-25 Thread Joseph Hesse
Hi, I am writing a book with lyx and want a bibliography and the ability to cite items in the text. My references.bib file is correct.  In my master document it appears at the end as "Biblatex Generated Bibliography" and in the pdf of the book the bibliography appears the way I want, as numb

Re: Problem with lyx after updating OS

2022-05-17 Thread Joseph Hesse
On 5/17/22 09:01, Giovanni via lyx-users wrote: venerdì 13 maggio 2022, 07:38, Joseph Hesse: Hi, I upgraded my OS from Fedora 35 to Fedora 36.  I had no problem with lyx when I was using Fedora 35.  I installed lyx from my Fedora 36 repository which is lyx 2.3.6.1. Not sure if this is

Re: Problem with lyx after updating OS

2022-05-17 Thread Joseph Hesse
On 5/16/22 13:41, Paul A. Rubin wrote: On 5/16/22 14:16, Joseph Hesse wrote: On 5/14/22 10:47, Paul A. Rubin wrote: On 5/13/22 08:38, Joseph Hesse wrote: Hi, I upgraded my OS from Fedora 35 to Fedora 36.  I had no problem with lyx when I was using Fedora 35.  I installed lyx from my Fedora

Re: Problem with lyx after updating OS

2022-05-16 Thread Joseph Hesse
On 5/14/22 10:47, Paul A. Rubin wrote: On 5/13/22 08:38, Joseph Hesse wrote: Hi, I upgraded my OS from Fedora 35 to Fedora 36.  I had no problem with lyx when I was using Fedora 35.  I installed lyx from my Fedora 36 repository which is lyx 2.3.6.1. When I start lyx I can open one of the

Problem with lyx after updating OS

2022-05-13 Thread Joseph Hesse
Hi, I upgraded my OS from Fedora 35 to Fedora 36.  I had no problem with lyx when I was using Fedora 35.  I installed lyx from my Fedora 36 repository which is lyx 2.3.6.1. When I start lyx I can open one of the chapters from my book and an attempt to open another chapter causes lyx to freez

Re: TOC Question

2022-02-14 Thread Joseph Hesse via lyx-users
On 2/14/22 12:05, Jürgen Spitzmüller via lyx-users wrote: Am Montag, dem 14.02.2022 um 11:43 +0200 schrieb Joseph Hesse via lyx- users: I am writing a book with separate chapters in a master document.  I added an appendix and it appears in the master document below a line that says Appendix

TOC Question

2022-02-14 Thread Joseph Hesse via lyx-users
I am writing a book with separate chapters in a master document.  I added an appendix and it appears in the master document below a line that says Appendix. When I look at the TOC the appendix items do not have a heading before them that says "Appendix", just the lettered chapter in the appendi

Re: Numbering

2022-02-08 Thread Joseph Hesse via lyx-users
On 2/8/22 09:31, Jürgen Spitzmüller via lyx-users wrote: Am Dienstag, dem 08.02.2022 um 02:55 +0200 schrieb Joseph Hesse via lyx-users: My lyx document is a book with chapters in a master document.  I add computer program listings, from files in other folders, with Insert->File->Child Do

Numbering

2022-02-07 Thread Joseph Hesse via lyx-users
My lyx document is a book with chapters in a master document.  I add computer program listings, from files in other folders, with Insert->File->Child Document->Program Listing.  This works well for me. The numbering of the program listings is 2.1, 2.2, 2.3, etc. where the 2 is the chapter and

Single space TOC

2022-01-25 Thread Joseph Hesse via lyx-users
I am writing a book with separate chapters in a master document.  My TOC prints double spaced and I want to make it single spaced. I have the package setspace and I have \usepackage{setspace} in the preamble. In the master document I surrounded the Table of Contents entry with the tex code \

Re: Program Listings

2022-01-13 Thread Joseph Hesse via lyx-users
On 1/13/22 21:11, Herbert Voss wrote: Joseph Hesse via lyx-users schrieb: On 1/12/22 15:00, Herbert Voss via lyx-users wrote: Use /Insert -> Program Listing/ option. I tried what you suggested.  I right clicked on the inset and could not find an option where I could specify where my c

Re: Program Listings

2022-01-12 Thread Joseph Hesse via lyx-users
On 1/12/22 15:00, Herbert Voss via lyx-users wrote: Am 12.01.22 um 13:22 schrieb Joseph Hesse via lyx-users: I am writing a programing book and want to have programs that have been prepared with a text editor included in the book.  This is what I have done so far. Insert->File->

Program Listings

2022-01-12 Thread Joseph Hesse via lyx-users
I am writing a programing book and want to have programs that have been prepared with a text editor included in the book.  This is what I have done so far. Insert->File->Child Document File: CodeListings/Test.cpp Include Type: Program Listing Caption: My Caption Label: First Program More Para

Re: TOC in pdf colored red

2022-01-08 Thread Joseph Hesse via lyx-users
On 1/8/22 11:56, Herbert Voss via lyx-users wrote: On 08/01/2022 06:32, Joseph Hesse via lyx-users wrote: Hi, I am writing a book in lyx.  When I look at the pdf the TOC appears red.  How can I fix this so it is in black and white? I want to keep my URL links as colored blue. Go into  the

TOC in pdf colored red

2022-01-07 Thread Joseph Hesse via lyx-users
Hi, I am writing a book in lyx.  When I look at the pdf the TOC appears red.  How can I fix this so it is in black and white?  I want to keep my URL links as colored blue. Thank you, Joe -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

View TOC

2022-01-07 Thread Joseph Hesse via lyx-users
When I click on View->Outline I get a TOC window that is not fixed anywhere.  Once I had a TOC window that was stuck on the left hand size of my workspace.  How do I get this back? I am using LyX 2.3.6.1 Thank you, Joe Hesse -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org

Backing up Lyx.

2022-01-06 Thread Joseph Hesse via lyx-users
Hello, I am a new lyx user.  I want to know what lyx files to back up so, if necessary, I can install them on a new computer. I am using Linux and besides the document I am working on, do I have to save "~/.config/LyX/lyx.conf" and "~/.lyx"? Thank you, JoeH -- lyx-users mailing list lyx-us