惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
量子位
GbyAI
GbyAI
腾讯CDC
T
Tailwind CSS Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Docker
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
Jina AI
Jina AI
IT之家
IT之家
Y
Y Combinator Blog

elpa/gnu.git, branch externals/auctex

* latex.el (LaTeX-what-macro): Fix chars to skip backwards. * tex-ispell.el: Consolidate regexp for tabular environments. - elpa/gnu.git ; * latex.el (LaTeX-what-macro): Fix last change. * latex.el (LaTeX-what-macro): Improve macro recognition. - elpa/gnu.git Preserve `crm--choose-completion-string' - elpa/gnu.git - GNU ELPA Accept '-' as macro modifier - elpa/gnu.git Add new styles - elpa/gnu.git ; * tex-info.el (outline-heading-alist): Silence the compiler. - elpa/gnu.git Update style/simpleicons.el to package v16.29.0 - elpa/gnu.git Update NEWS.org for new preview feature - elpa/gnu.git Robustify check for escaped math switches/togglers - elpa/gnu.git Fix custom prompt with a default-value - elpa/gnu.git Fix prompt with a default-value - elpa/gnu.git Make `TeX-listify' an obsolete alias - elpa/gnu.git Fix 'syntax-propertize because of narrowing!' error - elpa/gnu.git Update style/ltx-talk.el to class v0.6.0 - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Return context for RefTeX also for macros - elpa/gnu.git ; Fix last change - elpa/gnu.git Add in-buffer completion for citation keys - elpa/gnu.git ; Adjust Copyright years - elpa/gnu.git Improve query of the optional float placement - elpa/gnu.git Sort predefined environment hooks - elpa/gnu.git Sort predefined hooks - elpa/gnu.git Allow additional properties for in-buffer completion - elpa/gnu.git Use ConTeXt Mark XL instead of LMTX - elpa/gnu.git
Record workaround for autonum previews - elpa/gnu.git
Paul Nelson · 2026-06-06 · via elpa/gnu.git, branch externals/auctex
authorPaul Nelson <ultrono@gmail.com>2026-06-06 13:47:16 +0200
committerPaul Nelson <ultrono@gmail.com>2026-06-08 18:50:21 +0200
commitcf54cb5de8cc2e56a3569ad45321eb9406419241 (patch)
tree9f8c6145a1261a4fdece62666a78af62536d1d4c
parent9850b4d57c80b35f8758c9b24908bf7e9d818160 (diff)

Record workaround for autonum previews

* doc/preview-problems.texi (autonum and display math shortcuts): New section.

-rw-r--r--doc/preview-problems.texi15

1 files changed, 15 insertions, 0 deletions

diff --git a/doc/preview-problems.texi b/doc/preview-problems.texi
index ab3fe799328..a5143f15826 100644
--- a/doc/preview-problems.texi
+++ b/doc/preview-problems.texi

@@ -10,6 +10,7 @@ newer versions of the problematic software or by simple patches.

@menu

* Font problems with Dvips::

* Too small bounding boxes::

+* autonum and display math shortcuts::

* x-symbol interoperation::

* Middle-clicks paste instead of toggling::

* No images are displayed with gs 9.27 and earlier::

@@ -79,6 +80,20 @@ which will tag the corners of the included @TeX{} box. This will mostly

be convenient for @emph{pure} PostScript stuff like that created by

PSTricks, which Dvips would otherwise reserve no space for.

+@node autonum and display math shortcuts

+@section @code{autonum} and display math shortcuts

+@cindex @code{autonum} package

+@cindex display math shortcuts

+

+The @code{autonum} package redefines the @code{\[@dots{}\]} display math

+shortcut as a delimited macro. This prevents @previewlatex{} from seeing

+the closing @code{\]} command. As a result, the preview can extend past

+the displayed formula, sometimes to the end of the document.

+

+In documents using @code{autonum}, use an explicit

+@code{\begin@{equation@}} @dots{} @code{\end@{equation@}} environment

+instead of @code{\[@dots{}\]} for displayed formulas.

+

@c FIXME: It seems that x-symbol is much outdated.

@node x-symbol interoperation

@section x-symbol interoperation