[PATCH]: Add font specifications when exporting to LaTeX

2025-04-03 Thread Pedro A. Aranda
s in what I feel is the right place in the header. Best, /PA From b77250a91783e81502cef2fc6d332b6aa29f1e75 Mon Sep 17 00:00:00 2001 From: "Pedro A. Aranda" Date: Thu, 3 Apr 2025 08:05:57 +0200 Subject: [PATCH 1/4] Quick fix: explain unicode problems with pdflatex more accurately *

[PATCH]: make ox-latex obey global export title/author settings

2025-02-03 Thread Pedro A. Aranda
Second patch attached as promised... Best, /PA From b6d68bcd626f5f09881893e3f07031517c4bab6b Mon Sep 17 00:00:00 2001 From: "Pedro A. Aranda" Date: Mon, 3 Feb 2025 16:48:45 +0100 Subject: [PATCH 2/2] ox-latex.el: obey with-author and with-title * lisp/ox-latex.el (org-latex-temp

[PATCH]: make ox-beamer obey global export title/author settings

2025-02-03 Thread Pedro A. Aranda
Hi, Attached is the patch for ox-beamer.el for the bug reported in https://list.orgmode.org/87a5bbwwcz@antr.me/ Unified patch for ox-latex.el following. Best, /PA From 2bc2a27b31dc51b66f597f19a076330c35ad7022 Mon Sep 17 00:00:00 2001 From: "Pedro A. Aranda" Date: Mon, 3 Feb 202

Re: Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-11 Thread Pedro A. Aranda
>Message: 7 >Date: Mon, 11 Nov 2024 15:52:03 + >From: Ihor Radchenko >To: Tor-björn Claesson >Cc: Jonas Bernoulli , emacs-orgmode@gnu.org >Subject: Re: Org-cite: Replace basic follow-processor with transient >    menu? >Message-ID: <87jzd9ojj0.fsf@localhost> >Content-Type: text/plain; ch

PATCH: Add tip to integrate spellchecking with #+LANGUAGE:

2024-07-29 Thread Pedro A. Aranda
 doc/org-manual.org: Add tip to integrate spellchecking with #+LANGUAGE: * doc/org-manual.org: Show how to watch ~org-export-default-language~ in your ELISP code to automatically adjust your spell-checker. ---  doc/org-manual.org | 12  1 file changed, 12 insertions(+) diff --git

Re: Re: [FR] Please add custom command variable to org-latex-footnote-refere

2024-04-20 Thread Pedro A. Aranda
/Hi, Alexander Gogl writes: /> ox-latex: New option to customize LaTeX footnote command I hope you are aware that with your patch you are not going to be aware to pass extra options to your foot or side notes, right? And since I'm not familiar with kaobook, just a question. Are you sure that th

Reproducible work with natively compiled Emacs

2024-03-10 Thread Pedro A. Aranda
2001 From: "Pedro A. Aranda" Date: Sun, 10 Mar 2024 11:23:09 +0100 Subject: [PATCH 1/4] Add 'native' option to 'make help' --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f476a3ea7..35250eed0 100644 --- a/Makefile +++ b

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-25 Thread Pedro A. Aranda
ckage collisions. Attached is the final version of the patch. Best, /PA On 25/1/24 14:41, Ihor Radchenko wrote: "Pedro A. Aranda" writes: As stated, this was only a PoC. If you find it useful, I would give it a go in the free window. I understand. My question is to clarify how useful

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-24 Thread Pedro A. Aranda
Hi again As stated, this was only a PoC. If you find it useful, I would give it a go in the free window. I'm also playing with org-latex-default-packages-alist, refining it to use fontspec in lualatex and xetex and restricting inputenc and fontenc to pdflatex only. Best, /PA On 24/1/24 17:2