Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 LaTeX 和 thumbpdf 在 TeXShop 中创建 PDF 缩略图?
我\usepackage{thumbpdf}在我的序言中,跑了两次 LaTeX,跑了
\usepackage{thumbpdf}
$ thumbpdf report.pdf
从终端(我在 Mac 上),然后再次运行 LaTeX,但 PDF 没有缩略图?我错过了一步吗?
thumbpdf 命令创建了 png 文件,但随后又将其删除,并编写了一个名为 report.tpt 的文件。
谢谢。
我认为您唯一缺少的是您可能想要运行 /usr/bin/latex 而不是 thumbpdf。
希望这可以帮助。
我正在制作一个 Spring MVC Web 项目,我必须有一个恒定的标题。
我的基本要求是“我们希望在所有屏幕上都有一个标题,以显示谁登录了 ProjectA。”
我从这里查看了 jsp:include 或 %@include 3 css - 三列具有 33% 的宽度和边距/填充。为什么最后一列中断?