[XeTeX] pdf page size & xdvipdfmx (again)
Joshua Grauman
jnfo at grauman.com
Mon Sep 4 00:48:51 CEST 2006
Ok, I know this is a hack, but if anyone else has this or similar
problems, at least you can force the page size if needed. I just ran the
follow perl script on the xdv file and it works great!
#!/usr/bin/perl
undef $/;
$text = <>;
$text =~ s/papersize=650.43pt,849.17249pt/papersize=433.62pt,650.43pt/smg;
print $text;
Josh
> Sorry, I assumed (wrongly) that xdvipdfmx -p would override whatever page
> size was passed to it. Thanks for bearing with me.
>
> Josh
>
> > > Memoir, what Joshua is using
> >
> > ... is buggy: the *first* page seems to be always wrong. I think
> > William Adams reported that. In TeXShop 2 it happens to me that the
> > first page is written on a letter size paper sheet, so the
> > magnification is about 100 % on my screen. Page 2 now has the right
> > dimensions - and magnification automatically can go up to 200 or 400
> > %, depending on the small size the user has chosen for his or her
> > document. So what Joshua reports since a week is just a memoir bug,
> > that neither xdvipdfmx nor xdv2pdf can correct.
> >
> > --
> > Greetings
> >
> > Pete
> >
> > "Email is a wonderful thing for people whose role in life is to be on
> > top of things. But not for me; my role is to be on the bottom of
> > things. What I do takes long hours of studying and uninterruptible
> > concentration."
> > -Donald Knuth
> >
> >
> > _______________________________________________
> > XeTeX mailing list
> > postmaster at tug.org
> > http://tug.org/mailman/listinfo/xetex
> >
> _______________________________________________
> XeTeX mailing list
> postmaster at tug.org
> http://tug.org/mailman/listinfo/xetex
>
More information about the XeTeX
mailing list