c*******s 发帖数: 179 | 1 文件生成的顺序:.tex->.dvi->ps->pdf.
dvi显示的文件格式没有问题,但是转换成pdf,每页的空白处尺寸发生变化,尤其是整体
向上面发生移动.如何解决? | a**e 发帖数: 5794 | 2 上面的三个步骤都可以设置页面尺寸
【在 c*******s 的大作中提到】 : 文件生成的顺序:.tex->.dvi->ps->pdf. : dvi显示的文件格式没有问题,但是转换成pdf,每页的空白处尺寸发生变化,尤其是整体 : 向上面发生移动.如何解决?
| t***s 发帖数: 4666 | 3 since (la)tex is a US software, it defaults to letter size. but there
isn't really paper size info in the .dvi file. but dvips is an European
software, so it defaults to A4. now your .ps file is wrong in terms of
paper size and margins. ps2pdf should preserve the paper size in the .ps
file.
【在 c*******s 的大作中提到】 : 文件生成的顺序:.tex->.dvi->ps->pdf. : dvi显示的文件格式没有问题,但是转换成pdf,每页的空白处尺寸发生变化,尤其是整体 : 向上面发生移动.如何解决?
| Z**0 发帖数: 1119 | 4 texconfig,设定你的默认纸张.一次搞定,终身受益. | c*******s 发帖数: 179 | 5 如何设定,我要终身受益, 呵呵.
在下是新手.
【在 Z**0 的大作中提到】 : texconfig,设定你的默认纸张.一次搞定,终身受益.
| i***g 发帖数: 551 | 6 type "texconfig paper letter" at command line and run.
for exmaple:
$ texconfig paper letter
【在 c*******s 的大作中提到】 : 如何设定,我要终身受益, 呵呵. : 在下是新手.
| i***g 发帖数: 551 | 7 试了试,怎么不行呢?
【在 i***g 的大作中提到】 : type "texconfig paper letter" at command line and run. : for exmaple: : $ texconfig paper letter
| i***g 发帖数: 551 | 8 use
dvips -t letter file.dvi
【在 c*******s 的大作中提到】 : 文件生成的顺序:.tex->.dvi->ps->pdf. : dvi显示的文件格式没有问题,但是转换成pdf,每页的空白处尺寸发生变化,尤其是整体 : 向上面发生移动.如何解决?
|
|