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

推荐订阅源

B
Blog RSS Feed
Martin Fowler
Martin Fowler
爱范儿
爱范儿
IT之家
IT之家
Last Week in AI
Last Week in AI
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
aimingoo的专栏
aimingoo的专栏
G
Google Developers Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
The Cloudflare Blog
MyScale Blog
MyScale Blog
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
腾讯CDC
Microsoft Security Blog
Microsoft Security Blog

Some TeX Developments

ltx-talk: Progress Moving on from achemso ConTeXt in TeX Live The tagging project and beamer LearnLaTeX in more languages The mythical LaTeX3 Engine news from the LaTeX Project Tagging project progress Get the Jag: from x-type to e-type Uncertainties in siunitx
ltx-talk: A new class for presentations
Joseph Wright · 2025-07-12 · via Some TeX Developments

I’ve just sent the first (v0.1.0) release of ltx-talk to CTAN. This is a new tagging-aware class which works similarly to beamer. I’ve talked before about the need to write a class from scratch for tagged presentations, so this should be no real surprise.

This is very much a work-in-progress, so don’t be surprised if things you’ve used in beamer simply don’t work. But something like

\DocumentMetadata{tagging = on}
\documentclass{ltx-talk}

\begin{document}

\begin{frame}
  \begin{itemize}[<+->]
    \item First
    \item Second
    \item Third
  \end{itemize}
\end{frame}

will work fine.

If you want to see a full example, I’ve uploaded my lecture slides on polymer chemistry, which I’ve updated from beamer to ltx-talk for teaching in the autumn.