Louis Stuart
Louis Stuart
@twsh In the catalog, Fira Sans itself doesn't have math support. It's `newtxsf` math font which is compatible with Fira Sans. Default font settings in `beamer` will use text fonts...
你整理一下推PR上来吧,确定一种风格规范写进INSTRUCTIONS.md里。我最近腾不开手改这个。
> 代码抄录环境,什么时候用哪个最好统一一下: > > * 行内:`\texttt`、`\verb`、`\cmd` 等 > * 行间:`verbatim`、`command`、`sourcecode` 等 各个抄录环境目前是这么个用法: * `commmand` 沿用的是英文版 lshort 的用法,用来列举一些相对核心的命令,以内核命令为主,高频使用的宏包命令也可以放。(可能需要清理一波冗余的 `\usepackage`) * `sourcecode` 为大段抄录环境(浮动体),用于被目录索引到的较重要例子。`sourcecode` 内不全是代码抄录,也会放一些排版效果示意。 * `verbatim` 为小段抄录环境,用于简单的举例,比如紧跟 `command` 列举的命令之后。 * `\cmd` 沿用了各种文档类的控制序列转义写法。其它已定义的用法写在...
我把现有的一些改动并到`master`里了,近期可能更新一下版本号。 有新的改动和整理可以先在`issue#32`分支下面推进。 @zepinglee @stone-zeng
I cannot reproduce the same problem with your MWE: all is well in my compilation result. Additional information might be helpful for solving problems, including: - TeX distribution version (MiKTeX,...
The invisible (or more precisely 'covered') TOCs are typeset using `\pause` commands. It acts more or less like `\uncover` command by default. The covered items will be typeset transparently rather...
@aparamon so `pausesection` may not be a good idea for presenting TOCs, at least not better than `currentsection` or `currentsubsection`. The problem is that the default implementation of TOCs can't...
Guess this has something to do with #375.
> As shown by the screenshot, the spaces aren't the same with `$q$\;+\,$1$` and with `$q+1$`. The correct glues will be `$q$\:+\:$1$`.
@zohooo The recent change on auto-breaking of frames is in the commit fd369b7. Can you help test it?