texnic center:pdf输出不显示指定的纸张尺寸

发布于 2024-11-05 04:36:48 字数 167 浏览 0 评论 0原文

请帮我。我刚刚在我的笔记本电脑上安装了 miktek 和 texnic center。有用。但是,当我将纸张尺寸设置为 legalpaper 时遇到问题 \documentclass[letterpaper]{article}。 它仍然使用信纸显示输出。因此,文档的底部部分被切断并且不显示。

please help me. i just installed miktek and texnic center in my laptop. it works. however, im having problems when i set the papersize to legalpaper in the
\documentclass[letterpaper]{article}.
it still displays the output using a letter paper. consequently, the bottom part of the document are cut-off and are not displayed.

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

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

发布评论

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

评论(2

寂寞陪衬 2024-11-12 04:36:48

加载geometry包。这是必需的,因为标准类没有正确设置 PDF 纸张大小。有关详细讨论,请参阅常见问题解答

Load the geometry package. This is needed because the standard classes don't set the PDF paper size properly. For a nice discussion see the FAQ.

忆沫 2024-11-12 04:36:48

如果您无法设置预定义的纸张尺寸,您可以尝试使用如下方法:

\setlength{\paperwidth }{8.5in}
\setlength{\paperheight }{14in}

If you can't set a predefined paper size, you can try using something like this:

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