Referencing sub- figures.

2024-10-07 Thread A-Imam Al-Sammak
Dear all
I have two issues which I could not solve so far:

• Sub-figures cannot be referenced separately if they are inserted using
the Table method.
• How to reference sub-figures as 1.23(x) instead of 1.23(x).

Best regards.

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


Re: LyX 2.4.2 Released

2024-10-07 Thread mkriele--- via lyx-users


> On 6 Oct 2024, at 22:59, Jean-Marc Lasgouttes  
> wrote:
> 
> Le 06/10/2024 à 22:17, mkriele--- via lyx-users a écrit :
>> Dear developers
>> I just wanted to drop you a line to tell you how much I appreciate this 
>> release.  We have been treated to many great releases of Lyx, and  2.4 was 
>> really impressive. But for me personally, this release made all the 
>> difference.  A few years ago I bought a diminutive  "surface go" in order to 
>> work with lyx while travelling  light. It did work, but it was so slow that 
>> sometimes I would type whole words, which would only appear on screen after 
>> I had finished typing them.   It would be worse when I also deleted a 
>> character in between as due to the  lag something else could be deleted.  I 
>> lived with it because I love LyX and I could not think of any alternative 
>> hardware which would have been equally small but powerful enough. 2.4.2 
>> changed this experience completely. Now hitting a key on this little thing 
>> has instantaneous effect on the screen. even though I am using.a machine 
>> which would have been considered slow more than 10 years ago. To me 2.4.2 is 
>> a change like day and night.
> 
> Dear Marcus,
> 
> Thanks a lot for your feedback. It is this kind of comments that makes our 
> work worth it.
> 
> I am very happy that this performance work was useful to at least one person. 
> I was worried that it came too late and that nobody would have the machines 
> that make the changes useful: on my correct but 5+ years old machines, the 
> changes make no difference.
> 
> Now, if you can tell me what is still slow, we might be able to improve the 
> situation a bit more!
> 
> Have fun with LyX,
> JMarc
> 

Dear Jean-Marc

Thanks for your offer to look even more into speed. To be honest, for me speed 
is perfectly fine now.  Cut & copy does have a small lag (about a second)  and 
find & replace in math a lag of perhaps 2 second when successive replacements 
are nearby. But I can’t say that this bothers me at all, because I don’t use 
this much when I am in a train, and at home I have a proper laptop, where I 
never hat any Lyx related speed issue. I also believe that my small, almost 6 
year old travel computer has a very slow chip by any recent standards (it was 
marketed as Pentium).

I am absolutely happy with the speed you have achieved! 

Thanks and all the best, Marcus




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


Re: Import Emacs outline-mode document [RESOLVED]

2024-10-07 Thread Jean-Marc Lasgouttes

Le 07/10/2024 à 20:09, Rich Shepard a écrit :

On Mon, 7 Oct 2024, Jean-Marc Lasgouttes wrote:


Can emacs' org-mode read outline mode? Then you can export to latex


JMarc,

I converted the outline (.txt) file to org-mode (.org) and will learn 
how to

export it to LaTeX.


Have a look at the Org>Export/Publish menu entry

JMarc

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


Re: LyX usage and Tricks

2024-10-07 Thread Pavel Sanda
On Fri, Oct 04, 2024 at 10:17:18AM +0300, A-Imam Al-Sammak wrote:
> I would like to thank you for supporting my journey with LyX. During my
> journey I document my experience in one file that is a reference for me. I
> learnt  a lot of tricks from the internet, upwork.com jobs and definitely
> from the LyX user group. I feel that this can be useful for other LyX group
> users. I am attaching the LyX file without the images as its size is 3.52
> which is not allowed here.
> 
> I hope that this will be useful to you and appreciate any comments as I am
> going to use it to train others on LyX. You can reach me on:
> imam.sam...@gmail.com.

Dear Imam,

I think you can safely add one bullet point with your pdf document to 
https://wiki.lyx.org/LyX/Tutorials

Also, if you don't want to use your gdrive as a link I can upload your
pdf file into https://wiki.lyx.org/uploads/LyX/tutorials/
so it stays there in long term.

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


Import Emacs outline-mode document

2024-10-07 Thread Rich Shepard

I'm preparing a presentation using Emacs' outline mode. Is there a way to
import the document into Lyx so Emacs headings are translated to LyX
sections appropriately? A web search didn't find any relevant hit.

TIA,

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


Re: Import Emacs outline-mode document [RESOLVED]

2024-10-07 Thread Rich Shepard

On Mon, 7 Oct 2024, Jean-Marc Lasgouttes wrote:


Can emacs' org-mode read outline mode? Then you can export to latex


JMarc,

I converted the outline (.txt) file to org-mode (.org) and will learn how to
export it to LaTeX.

Many thanks,

Rich


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


Re: Import Emacs outline-mode document [RESOLVED]

2024-10-07 Thread José Matos
On Mon, 2024-10-07 at 11:09 -0700, Rich Shepard wrote:
> JMarc,
> 
> I converted the outline (.txt) file to org-mode (.org) and will learn
> how to
> export it to LaTeX.
> 
> Many thanks,
> 
> Rich

I think that pandoc can deal with org-mode and so it can export it to
latex:
https://pandoc.org/org.html

We have several examples in LyX's converters of the use of pandoc.
-- 
José Abílio
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Import Emacs outline-mode document [RESOLVED]

2024-10-07 Thread Rich Shepard

On Mon, 7 Oct 2024, José Matos wrote:


I think that pandoc can deal with org-mode and so it can export it to
latex: https://pandoc.org/org.html

We have several examples in LyX's converters of the use of pandoc.


Thanks, Josè.

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


Re: LyX usage and Tricks

2024-10-07 Thread Pavel Sanda
On Mon, Oct 07, 2024 at 02:58:05PM +0300, A-Imam Al-Sammak wrote:
> Imam
> This is a great idea. As the file is large, I have uploaded the LyX and pdf
> file on my G Drive, as I cannot upload them here due to size limitation.
> To make it more relevant, I have renamed  the file as "LyX Use & Tricks".
> The file is updated slightly as well. Please inform me when you upload the
> two files.

It's in the wiki now. Pavel
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: LyX usage and Tricks

2024-10-07 Thread A-Imam Al-Sammak
Thank you Pavel.

Imam

On Tue, Oct 8, 2024 at 12:09 AM Pavel Sanda  wrote:

> On Mon, Oct 07, 2024 at 02:58:05PM +0300, A-Imam Al-Sammak wrote:
> > Imam
> > This is a great idea. As the file is large, I have uploaded the LyX and
> pdf
> > file on my G Drive, as I cannot upload them here due to size limitation.
> > To make it more relevant, I have renamed  the file as "LyX Use & Tricks".
> > The file is updated slightly as well. Please inform me when you upload
> the
> > two files.
>
> It's in the wiki now. Pavel
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Import Emacs outline-mode document [RESOLVED]

2024-10-07 Thread Rich Shepard

On Mon, 7 Oct 2024, Jean-Marc Lasgouttes wrote:


Have a look at the Org>Export/Publish menu entry


JMarc,

Will do. Thanks.

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