dr-scsi
dr-scsi
### Theme(s) All themes (base) ### What package(s)/face(s) do you want support for? [AUCTeX](https://www.gnu.org/software/auctex/) has a new face for underlined text called `font-latex-underline-face`. It was introduced with [this change](http://git.savannah.gnu.org/cgit/auctex.git/commit/font-latex.el?id=39e006223516b15cf039923bb16c56e5a9070c08). Is...
### Describe your request With the latest Emacs 29 master (822350d198), the native compiler issues the following warning: > In doom-themes-set-faces: > doom-themes.el:385:2: Warning: docstring has wrong usage of unescaped...
Hi all, I checked for the features provided by the latest SourceSans3 fonts (v3.046) with `otfinfo` and get this: ``` -> otfinfo -f SourceSans3-Regular.otf aalt Access All Alternates c2sc Small...
Hi, many thanks for this package. Is it possible to apply this small change in order to silence the Emacs compiler? TIA. ``` diff --git a/aggressive-indent.el b/aggressive-indent.el index 0234fcf..e8dd6cd 100644...
Hi all, Is it possible to add OPEN BOX U+2423 to the fonts? It is common to use this character for a space in code listings. I'm using v.2.030 of...
Hi all, given that some of the developers use Emacs, would you consider adding a `.dir-locals.el` to the project root? A very basic setup can look like this: ``` ;;;...
Hi, the current `clsguide.tex` contains these 2 examples: https://github.com/latex3/latex2e/blob/8809ac6fc68fa5caa8a94281ee6134880e6c1f11/base/doc/clsguide.tex#L1106-L1112 and https://github.com/latex3/latex2e/blob/8809ac6fc68fa5caa8a94281ee6134880e6c1f11/base/doc/clsguide.tex#L1120-L1127 Maybe I'm old school, but would you consider rewriting them as: ``` \newenvironment{texteqn}{% \begin{equation} \begin{minipage}{0.9\linewidth} }{% \end{minipage} \end{equation} }...
Hi, out of curiosity, I ran the command `relint-directory` on my local repo (org-ref-3) and this is the result. Maybe you want to have a look at the results as...
Dear @tom-tan, many thanks for providing this library. It seems that activities have slow down, and AUCTeX now provides built-in support for LaTeXMk with [this commit](https://git.savannah.gnu.org/cgit/auctex.git/commit/?id=4a345e2234df74f1ad98046ef1372f7ca6fb357d). I'd like to ask...
ltnews40 contains: > #### _Fix existence check of document environments_ > `\NewDocumentEnvironment` and friends define (or redefine) a document environment > using the space-trimmed `` [...]. For example, in >...