我正在使用一个模板来写我的博士论文,但是我遇到了边距问题。默认是 a4paper,但是我想把它放在 b5 尺寸。
% Set up the document:
\documentclass[a4paper, 12pt, twoside, openright]{Thesis} % Use the "Thesis" style, based on the ECS Thesis style by Steve Gunn
我将“a4paper”改为“b5paper”,但不起作用。我还更改了 .cls 文件中的边距,但还是不起作用。我该如何解决这个问题?
提前致谢!
我正在使用从 shareLatex 下载的论文模板,该模板位于:https://es.sharelatex.com/templates/thesis/easy-thesis
我尝试打印 a4 纸并以 b5 尺寸打印,但图形分辨率有问题。因此,我更喜欢直接在 Latex 中更改尺寸。
答案1
只需将选项传递给班级:
\documentclass[b5paper]{Thesis}
但一定要消除所有这些行来自Thesis.cls
:
\PassOptionsToClass{a4paper}{\baseclass}
\usepackage{vmargin}
\setmarginsrb { 1.5in} % left margin
{ 0.6in} % top margin
{ 1.0in} % right margin
{ 0.8in} % bottom margin
{ 20pt} % head height
{0.25in} % head sep
{ 9pt} % foot height
{ 0.3in} % foot sep