[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Command to open logfile
From: |
Joost Kremers |
Subject: |
Re: Command to open logfile |
Date: |
Sat, 13 Feb 2021 13:28:33 +0100 |
User-agent: |
mu4e 1.5.8; emacs 27.1.91 |
On Sat, Feb 13 2021, jfbu wrote:
> although TeX-command-list did not like a lot being customized
> at least some time ago in the distant past and foggy memories
I do this in my init file, using `add-to-list`:
```
(with-eval-after-load 'tex
;; add a "Crop PDF" entry to TeX-command-list
(add-to-list 'TeX-command-list
'("Crop PDF" "pdfcrop %P" TeX-run-command nil t :help "Crop pdf
file")
'append))
```
That way when a newer version of AUCTeX adds new entries to `TeX-command-list`
you'll get them, too, without losing your customisations.
--
Joost Kremers
Life has its moments
- Command to open logfile, Pieter van Oostrum, 2021/02/12
- Re: Command to open logfile, Maximilian Wuttke, 2021/02/12
- Re: Command to open logfile, Pieter van Oostrum, 2021/02/13
- Re: Command to open logfile, Maximilian Wuttke, 2021/02/13
- Re: Command to open logfile, jfbu, 2021/02/13
- Re: Command to open logfile,
Joost Kremers <=
- Re: Command to open logfile, jfbu, 2021/02/13
- Re: Command to open logfile, Joost Kremers, 2021/02/13
- Re: Command to open logfile, Ikumi Keita, 2021/02/22
- Re: Command to open logfile, jfbu, 2021/02/22
- Re: Command to open logfile, Siegfried, 2021/02/13
- Re: Command to open logfile, Pieter van Oostrum, 2021/02/14