由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - A quick question about page margin
相关主题
page number问题a problem of page layout
texnicCenter问题求助how to write copyleft character ???
怎么指定top, bottom和左右的margins?几个关于WinEdt, MikTex, Revtex4的问题
请教一个分数约掉后分子对不齐的问题谁知道latex怎么把连着的文献用‘-’联起来
beamer里面的字是白色的?如何用tex导入ps图片?
[合集] 问个latex的问题(关于fancyheader)请问怎么把两幅图并排放?用不同的标题?
请问如何产生letter size的pdf文件?请教 bibliography 字体和正文不同的问题
LaTeX 2.09 question求助,毕业论文格式
相关话题的讨论汇总
话题: margin话题: bottom话题: usepackage话题: page话题: about
进入TeX版参与讨论
1 (共1页)
V*****i
发帖数: 92
1
I'm writing a technical report, the instuction says the margin should
be top=1.75cm, left=right=bottom=2.54cm, no header or footer should be
used. So I set like this:
\documentclass[11pt,letterpaper]{article}
\usepackage{times}
\usepackage[dvips]{graphicx,color,psfrag}
\usepackage[left=2.54cm, right=2.54cm, top=1.75cm, bottom=2.54cm]{geometry}
\pagestyle{empty}
However, after the pdf was generated, the bottom margin is almost 5cm
(the other margin looks correct), anyone has some idea about what'
J*******r
发帖数: 379
2
you sure when you generate pdf, you choose letter as paper size?

【在 V*****i 的大作中提到】
: I'm writing a technical report, the instuction says the margin should
: be top=1.75cm, left=right=bottom=2.54cm, no header or footer should be
: used. So I set like this:
: \documentclass[11pt,letterpaper]{article}
: \usepackage{times}
: \usepackage[dvips]{graphicx,color,psfrag}
: \usepackage[left=2.54cm, right=2.54cm, top=1.75cm, bottom=2.54cm]{geometry}
: \pagestyle{empty}
: However, after the pdf was generated, the bottom margin is almost 5cm
: (the other margin looks correct), anyone has some idea about what'

V*****i
发帖数: 92
3
I'm sure, there must be some other problems.

【在 J*******r 的大作中提到】
: you sure when you generate pdf, you choose letter as paper size?
T*******n
发帖数: 493
4
Check it again. Using the same LaTeX you posted, I get
1.5 inch bottom margin on US letter paper, but about 5.5 cm
bottom margin on A4 paper. Check both the PS file and PDF
file to find out where things went wrong.
If you are not using page footers (I see you are using the
empty page style), you should add \setlength{\footskip}{0pt}
before \usepackage{geometry} to get the bottom margin
closer to 1 in.

【在 V*****i 的大作中提到】
: I'm sure, there must be some other problems.
1 (共1页)
进入TeX版参与讨论
相关主题
求助,毕业论文格式beamer里面的字是白色的?
xfig上面如何输入数学公式[合集] 问个latex的问题(关于fancyheader)
参考文献格式请问如何产生letter size的pdf文件?
metapost画图在miktex中显示问题。LaTeX 2.09 question
page number问题a problem of page layout
texnicCenter问题求助how to write copyleft character ???
怎么指定top, bottom和左右的margins?几个关于WinEdt, MikTex, Revtex4的问题
请教一个分数约掉后分子对不齐的问题谁知道latex怎么把连着的文献用‘-’联起来
相关话题的讨论汇总
话题: margin话题: bottom话题: usepackage话题: page话题: about