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

推荐订阅源

K
Kaspersky official blog
T
Threat Research - Cisco Blogs
N
News and Events Feed by Topic
Hacker News: Ask HN
Hacker News: Ask HN
Project Zero
Project Zero
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 叶小钗
Security Latest
Security Latest
Spread Privacy
Spread Privacy
aimingoo的专栏
aimingoo的专栏
N
News and Events Feed by Topic
Webroot Blog
Webroot Blog
U
Unit 42
Cyberwarzone
Cyberwarzone
小众软件
小众软件
Scott Helme
Scott Helme
Engineering at Meta
Engineering at Meta
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
A
About on SuperTechFans
爱范儿
爱范儿
S
Schneier on Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Schneier on Security
Schneier on Security
Latest news
Latest news
GbyAI
GbyAI
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
The Register - Security
The Register - Security
WordPress大学
WordPress大学
博客园_首页
Blog — PlanetScale
Blog — PlanetScale
PCI Perspectives
PCI Perspectives
Jina AI
Jina AI
AI
AI
NISL@THU
NISL@THU
I
Intezer
G
GRAHAM CLULEY
B
Blog
S
Secure Thoughts
IT之家
IT之家
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
有赞技术团队
有赞技术团队
V2EX - 技术
V2EX - 技术
Recorded Future
Recorded Future
Hacker News - Newest:
Hacker News - Newest: "LLM"

elpa/gnu.git, branch externals/auctex

Fix 'syntax-propertize because of narrowing!' error - elpa/gnu.git elpa/gnu.git - GNU ELPA Activate new xref backend - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA ; Fix description about `LaTeX-expl3-syntax-table' - elpa/gnu.git Delete compat function `TeX-always' - elpa/gnu.git Fix fontification of verb macros followed by space - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Add new style/lineno.el - elpa/gnu.git elpa/gnu.git - GNU ELPA Update style/eso-pic.el to package v3.0e ; * style/contract.el ("contract"): Speed up the additions. - elpa/gnu.git ; * style/contract.el ("contract"): Speed up the additions. ; * doc/faq.texi: Provide a more accessible Lisp form. (Bug#81034) - elpa/gnu.git ; * doc/faq.texi: Provide a more accessible Lisp form. (Bug#81034) ; * style/expl3.el (TeX-arg-expl3-macro): Fix docstring. - elpa/gnu.git ; * style/expl3.el (TeX-arg-expl3-macro): Fix docstring. Update style/simpleicons.el to package v16.17.0 - elpa/gnu.git Update style/simpleicons.el to package v16.17.0 elpa/gnu.git - GNU ELPA * style/contract.el ("contract"): Fix usage of \refParN. Improve matching of header end/trailer start in ConTeXt - elpa/gnu.git Improve matching of header end/trailer start in ConTeXt elpa/gnu.git - GNU ELPA Improve style/standalone.el elpa/gnu.git - GNU ELPA Update style/lua-unicode-math.el to package v0.8 Update style/babel.el to package v26.4 - elpa/gnu.git * style/babel-german.el ("babel-german"): Add missing macros. - elpa/gnu.git Update style/simpleicons.el to package v16.12.0 - elpa/gnu.git elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA elpa/gnu.git - GNU ELPA Add compatibility shim for obsolete preview option
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