如何在 plain TeX 中修改纸张尺寸?

发布于 2024-07-11 17:52:12 字数 124 浏览 6 评论 0原文

我指的是整篇论文,而不仅仅是其中的文本区域。

我希望 dvi 输出在查看器中看起来为 1 厘米 x 10 米,如果 我在 tex 文件中设置了这些尺寸。

我不想通过 LaTeX 来实现它。

I mean the whole paper, not only the text zone in it.

I want the dvi output to look 1 centimetre x 10 metres in the viewer if
I set these dimensions in the tex file.

And I don't want to go through LaTeX for it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

葬心 2024-07-18 17:52:12

在文档的第一页添加 \special{papersize=1cm,1000cm}。 这实际上是一个 dvips 扩展,但许多 dvi 查看器都了解它。 (当然还可以设置 \hsize、\vsize 等来控制文本的位置。)

Add \special{papersize=1cm,1000cm} in the first page of the document. This is really a dvips extension, but many dvi viewers understand it. (And of course set \hsize, \vsize etc. to control the positioning of text.)

給妳壹絲溫柔 2024-07-18 17:52:12

一些有用的链接:
打印输出的大小
从 (La)TeX 获取正确的纸张几何形状

当然,一旦我得到答案,谷歌搜索会更有效。

A couple of useful links:
The size of printed output and
Getting the right paper geometry from (La)TeX.

Of course, googling is much more efficient once I get the answer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文