On Sunday 07 July 2002 9:23 pm, David Kastrup wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > Angus Leeming wrote: > > > > whith the geometry-package loaded I got something like the attached > > gif. The equationnumber is outside of the > > workarea -> the (for the preview wrong) textwidth > > from geometry was taken for the image width. > > > > \usepackage{geometry} > > \geometry{blah ... blah} > > > > should be ignored in the preamble. > > The dvips option of preview.sty tries to override any ugly > PostScript. Either try loading the preview style last, or load it > with the "delayed" option set.
Hmmm. I do load the preview style last. I'll try and set the delayed option also. > \PassOptionsToPackage{showlabels}{preview} David, this is how I invoke preview.sty now: // Use the preview style file to ensure that each snippet appears on a // fresh page. os << "\n" << "\\usepackage[active,delayed,dvips,tightpage,showlabels]{preview}\n" << "\n"; I'm unable to get the equation labels, presumably because I run latex only once. Is that right? Will I need multiple passes. Does the showlabels option give me "eq: some eq label" or does it give just a number, eg (1)? Angus