Redian新闻
>
生成的pdf文件margins不对,如何解决?
avatar
生成的pdf文件margins不对,如何解决?# TeX - TeX电子排版系统
i*p
1
The following is my code to get data from HTTP service. If I have ever got
data from one link, say "http://x.x.x.x/Flex/Access_title.aspx?Title=1", the next time when I need the same data, Flex will not set up HTTP connection to get the new data. Instead, it uses the saved old data. How can I make Flex to get new data every times? Thanks!
private var title: Array =
[ {label:"All", data1:"http://x.x.x.x/Flex/Access_all.aspx",
data2:"http://x.x.x.x/Flex/Access2_all.aspx"},
avatar
c*s
2
文件生成的顺序:.tex->.dvi->ps->pdf.
dvi显示的文件格式没有问题,但是转换成pdf,每页的空白处尺寸发生变化,尤其是整体
向上面发生移动.如何解决?
avatar
j*y
3
if it happened just in IE, please see the link below:
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb405620

【在 i**p 的大作中提到】
: The following is my code to get data from HTTP service. If I have ever got
: data from one link, say "http://x.x.x.x/Flex/Access_title.aspx?Title=1", the next time when I need the same data, Flex will not set up HTTP connection to get the new data. Instead, it uses the saved old data. How can I make Flex to get new data every times? Thanks!
: private var title: Array =
: [ {label:"All", data1:"http://x.x.x.x/Flex/Access_all.aspx",
: data2:"http://x.x.x.x/Flex/Access2_all.aspx"},

avatar
a*e
4
上面的三个步骤都可以设置页面尺寸

【在 c*******s 的大作中提到】
: 文件生成的顺序:.tex->.dvi->ps->pdf.
: dvi显示的文件格式没有问题,但是转换成pdf,每页的空白处尺寸发生变化,尤其是整体
: 向上面发生移动.如何解决?

avatar
b*3
5
cachebusting requesting url should do it
avatar
t*s
6
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,每页的空白处尺寸发生变化,尤其是整体
: 向上面发生移动.如何解决?

avatar
Z*0
7
texconfig,设定你的默认纸张.一次搞定,终身受益.
avatar
c*s
8
如何设定,我要终身受益, 呵呵.
在下是新手.

【在 Z**0 的大作中提到】
: texconfig,设定你的默认纸张.一次搞定,终身受益.
avatar
i*g
9
type "texconfig paper letter" at command line and run.
for exmaple:
$ texconfig paper letter

【在 c*******s 的大作中提到】
: 如何设定,我要终身受益, 呵呵.
: 在下是新手.

avatar
i*g
10
试了试,怎么不行呢?

【在 i***g 的大作中提到】
: type "texconfig paper letter" at command line and run.
: for exmaple:
: $ texconfig paper letter

avatar
i*g
11
use
dvips -t letter file.dvi

【在 c*******s 的大作中提到】
: 文件生成的顺序:.tex->.dvi->ps->pdf.
: dvi显示的文件格式没有问题,但是转换成pdf,每页的空白处尺寸发生变化,尤其是整体
: 向上面发生移动.如何解决?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。