c**z 发帖数: 1014 | 1 默认是A4,每次生成pdf后顶上都满了,底下空好多 |
n*****d 发帖数: 956 | 2 \documentclass[letter, 10pt]{article}
~~~~~~~~ |
T*******n 发帖数: 493 | 3 You probably need to configure dvips, dvipdf, or pdflatex
to change the default behavior.
What O/S and TeXMF system are you using, and how
are you generating your PDFs?
【在 c**z 的大作中提到】 : 默认是A4,每次生成pdf后顶上都满了,底下空好多
|
c**z 发帖数: 1014 | 4 我用的ctex
按照help里已经改变了你说的这3个文件里的default 为letter
不过还是不行。
直接从dvi生成pdf没问题,但是如果先生成ps再生成pdf,
页面上方基本上没用空白,下面则有很多。
【在 T*******n 的大作中提到】 : You probably need to configure dvips, dvipdf, or pdflatex : to change the default behavior. : What O/S and TeXMF system are you using, and how : are you generating your PDFs?
|
T*******n 发帖数: 493 | 5
Does the PS file look okay in ghostview?
【在 c**z 的大作中提到】 : 我用的ctex : 按照help里已经改变了你说的这3个文件里的default 为letter : 不过还是不行。 : 直接从dvi生成pdf没问题,但是如果先生成ps再生成pdf, : 页面上方基本上没用空白,下面则有很多。
|
n*****d 发帖数: 956 | 6 原来这样。你用什么软件转PS到PDF的?ps2pdf要手动指定纸张的。
【在 c**z 的大作中提到】 : 我用的ctex : 按照help里已经改变了你说的这3个文件里的default 为letter : 不过还是不行。 : 直接从dvi生成pdf没问题,但是如果先生成ps再生成pdf, : 页面上方基本上没用空白,下面则有很多。
|
c**z 发帖数: 1014 | 7 我用的是winedit 里的ps2pdf啊,
就click一下而已,不知道哪里可以制定纸张?
【在 n*****d 的大作中提到】 : 原来这样。你用什么软件转PS到PDF的?ps2pdf要手动指定纸张的。
|
c**z 发帖数: 1014 | 8 我ps是用adobe转成pdf了
【在 T*******n 的大作中提到】 : : Does the PS file look okay in ghostview?
|
n*****d 发帖数: 956 | 9 Linux下有adobe?
手动ps2pdf: ps2pdf (or ps2pdf14) -sPAPERSIZE=a4 inputfile.ps outputfile.pdf
具体的paper size定义看一看文档吧.man ps2pdf
【在 c**z 的大作中提到】 : 我ps是用adobe转成pdf了
|
s***t 发帖数: 195 | 10 the "letter" option in .tex file doesn't have real effects on the
actual paper size. it only sets up correct margins etc. it's
dvips handles the paper size.
ps2pdf shouldn't give you any problem if you have a correct .ps file.
edit TEXMF/dvips/config/config.ps
move those lines about letter size paper ahead of those about a4 paper.
pdflatex should handle the paper size correctly.
【在 c**z 的大作中提到】 : 我用的是winedit 里的ps2pdf啊, : 就click一下而已,不知道哪里可以制定纸张?
|
c**z 发帖数: 1014 | 11 终于搞定了
我原来按照help里说得,修改的都是localtexml下的dvips,pdflatex等的config
file但是那样生成的ps是letter size的,但是用ps2pdf后页眉的地方就没用一点空间了
现在改了TEXMF/dvips/config/config.ps,已经一切ok了
多谢
不过按理说,应该localtexmf下面的设置先起作用才对啊,不管了,解决问题了就好
【在 s***t 的大作中提到】 : the "letter" option in .tex file doesn't have real effects on the : actual paper size. it only sets up correct margins etc. it's : dvips handles the paper size. : ps2pdf shouldn't give you any problem if you have a correct .ps file. : edit TEXMF/dvips/config/config.ps : move those lines about letter size paper ahead of those about a4 paper. : pdflatex should handle the paper size correctly.
|