Re: Towards a new TeX font management

2025-04-24 Thread Pedro Andres Aranda Gutierrez
Thanks a ton! /PA On Thu, 24 Apr 2025 at 10:20, Robert Klein wrote: > Hi, > > you don't need to usepackage textcomp anymore since the spring 2020 > release of LaTeX, see > https://www.latex-project.org/news/latex2e-news/ltnews31.pdf page three, > right column. > > Best regards > Robert > > On We

Re: Towards a new TeX font management

2025-04-24 Thread Max Nikulin
On 23/04/2025 22:36, Pedro Andres Aranda Gutierrez wrote: Subject: [PATCH] Use the same packages as pandoc Preparing the font management infrastructure, align with pandoc * lisp/org.el: org-latex-default-packages-alist use the same packages as pandoc. It seems a well-accepted standard for fonts

Re: Towards a new TeX font management

2025-04-24 Thread Pedro Andres Aranda Gutierrez
In the final version, it will be unicode-math for xetex and lualatex. I recently learnt through Ihor that mathspec is deprecated. Thx, /PA On Thu, 24 Apr 2025 at 17:19, Max Nikulin wrote: > On 23/04/2025 22:36, Pedro Andres Aranda Gutierrez wrote: > > Subject: [PATCH] Use the same packages as p

Re: Towards a new TeX font management

2025-04-24 Thread Ihor Radchenko
Max Nikulin writes: > On 23/04/2025 23:08, Pedro Andres Aranda Gutierrez wrote: >> +++ b/lisp/org.el > >> - '(;; amsmath before fontspec for lualatex and xetex >> -("" "amsmath" t ("lualatex" "xetex")) > > Does it mean that you are going to remove amsmath even for pdflatex? No. The pa

Re: The Zen of Task Management with Org

2025-04-24 Thread Ihor Radchenko
Rens Oliemans writes: > I hear the same sentiment throughout this thread by Ihor and Bob, that it's > undesirable to have many TODO items that just lay around for a long time. IMHO, the most critical is not having many todo items *in agenda* - staying in front of you every day and pressing on to

[BUG] Org fontification error [9.7.11 (release_9.7.11 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2025-04-24 Thread Jordan Ellis Coppard
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Towards a new TeX font management

2025-04-24 Thread Robert Klein
Hi, you don't need to usepackage textcomp anymore since the spring 2020 release of LaTeX, see https://www.latex-project.org/news/latex2e-news/ltnews31.pdf page three, right column. Best regards Robert On Wed, 23 Apr 2025 16:31:12 + Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez w

Re: Fontification errors with recent Emacs updates?

2025-04-24 Thread William Denton
On Sunday, April 13th, 2025 at 10:59, Ihor Radchenko wrote: > > I freshened up the Emacs and Org source trees tonight and made everything > > fresh, and it broke my Org documents. I was getting lots of fontification > > errors, and source blocks were showing as normal text. I did a "git > > c

Re: Towards a new TeX font management

2025-04-24 Thread Pedro Andres Aranda Gutierrez
My fault... /PA On Thu, 24 Apr 2025 at 18:12, Max Nikulin wrote: > On 23/04/2025 23:08, Pedro Andres Aranda Gutierrez wrote: > > +++ b/lisp/org.el > > > - '(;; amsmath before fontspec for lualatex and xetex > > -("" "amsmath" t ("lualatex" "xetex")) > > Does it mean that you are going

Re: Towards a new TeX font management

2025-04-24 Thread Max Nikulin
On 23/04/2025 23:08, Pedro Andres Aranda Gutierrez wrote: +++ b/lisp/org.el - '(;; amsmath before fontspec for lualatex and xetex -("" "amsmath" t ("lualatex" "xetex")) Does it mean that you are going to remove amsmath even for pdflatex? P.S. I was confused concerning mathspec be