yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

PDF specials not forwarded by dvips #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Some PDF stuff added by the hyperref package isn't properly propagated by 
dvips.  You should call dvips with the -z option to do this.

Thanks,

Ed

Original issue reported on code.google.com by edmc...@gmail.com on 21 Jul 2010 at 8:58

GoogleCodeExporter commented 9 years ago
Are you using the 2.2.0-rc versions of the makefile, or 2.1.x?

Just so you're aware (in case you'd rather just switch to the latest instead), 
the 2.2.x versions use pdflatex instead of latex-dvips-ps2pdf as the toolchain.

I'm not really maintaining the earlier version, but I can certainly backport 
the patch for you if you really need it.

Also, you can set an environment variable that has this option, or put the 
following into your own Makefile.ini file:

DVIPS := dvips -z

If that works, that may be the better way to handle this.

Original comment by shib...@google.com on 22 Jul 2010 at 8:51

GoogleCodeExporter commented 9 years ago
I'm using 2.1.x.  If this version if being phased out, then don't worry about 
it -- I just changed my local copy.

Original comment by edmc...@gmail.com on 22 Jul 2010 at 9:11

GoogleCodeExporter commented 9 years ago
It is being phased out, but the dvips tool chain is ostensibly still supported 
via a flag.  I didn't want to force everyone to switch over immediately, though 
that appears to be what people are doing.

I'm leaving this bug open until I hear that everything is fine.  :-)

Original comment by shiblon on 22 Jul 2010 at 11:13

GoogleCodeExporter commented 9 years ago
If you add the -z option to the new branch, I can try it out for you.

Original comment by edmc...@gmail.com on 24 Jul 2010 at 1:42

GoogleCodeExporter commented 9 years ago
Sure.  Try r344dca38662b

Original comment by shiblon on 28 Jul 2010 at 1:45

GoogleCodeExporter commented 9 years ago
Thanks, both "pdflatex" and "latex" build options properly handled the hyperref 
PDF information!

Original comment by edmc...@gmail.com on 28 Jul 2010 at 2:29

GoogleCodeExporter commented 9 years ago

Original comment by shiblon on 28 Jul 2010 at 2:32

GoogleCodeExporter commented 9 years ago
I'm pushing out rc4 in a few moments with this fix.

Original comment by shiblon on 28 Jul 2010 at 2:34