调整LaTeX文档页面的大小
【调整LaTeX文档页面的大小】看下面这张图片便一目了然!!!
文章图片
借助 geometry 包,可以很方便地调整页面大小,常用的参数如图所示,这些参数都可以通过LateX支持的单位(mm, cm, pt, in)去重新设置。具体有以下参数:
- textwidth Corresponds to element 8 in the figure.
- textheight Element 7 in the figure.
- total Depends on other parameters, by default defines the dimensions of the Body, but can be combined with the includehead, includefoot, includeheadfoot and includemp commands to change the dimensions of Header, the Body, the Footer and the Margin Notes altogether.
- left, lmargin, inner These three parameters change the length of the left margin. Elements 1 and 3 in the figure, combined.
- right, rmargin, outer These three parameters change the length of the right margin. Elements 9 and 10 in the figure, combined.
- top, tmargin These two parameters represent elements 2 and 6 in the figure, combined.
- bottom, bmargin These two parameters set the distance from the bottom edge of the document to its baseline.
- headheight Height of the header
- footsep Separation between the bottom of the text (baseline) and the top of the footnote. Element 11 in the figure.
- footskip Distance between the baseline of the text and the baseline of the footnote.
- marginparwidth, marginpar Width of the margin notes. Element 10 in the figure.
Let's see an example with some of the aforementioned options:
\usepackage{geometry} \geometry{ a4paper, total={170mm,257mm}, left=20mm, top=20mm, }
详细参考:ShareLaTeX。
转载于:https://www.cnblogs.com/VVingerfly/p/6654329.html
推荐阅读
- ts泛型使用举例
- P5 DS——构件与文档关联
- 2018-03-20|2018-03-20 调整
- 周检视5/14-5/21(第三周)
- LaTeX记录|LaTeX记录 —— LaTeX文档基本结构
- android|android today上下卡片,【精品文档】关于计算机专业大学生安卓系统有关的外文文献翻译成品(基于Android(安卓)的考勤管理系统(中英文双语对照)
- 《DOM知识点总结》
- BLAS|BLAS API 中文文档(2)(待续)
- 用c#转换word或excel文档为html文件|用c#转换word或excel文档为html文件,C#实现DataSet内数据转化为Excel和Word文件的通用类完整实例...
- iOS输入框字体大小自适应时placehodler字体也被调整了大小