Can you help me with this?
I am preparing a book with a figure containing arc-shaped arrows. Somehow these arcs get lost when running PDFLaTeX and seeing the result with TeXworks PDF viewer. Adobe Reader shows the arcs correctly. Why come?
When I add the preamble pages to my book (in PDF) with Ghostscript, the arcs are gone. If I use Adobe Acrobat for combining the PDF documents together, the arcs are preserved. How come? Probably this is an Ghostscript issue?
See the pruned example files in the attached ZIP archive:
- Test-arcs.svg: Figure created with Inkscape. Has arcs.
- Test-arcs.pdf: Figure saved as PDF with Inkscape. Has arcs.
- Test-svg.tex: Document to contain the figure.
- Test-svg.pdf: Resulting PDF after PDFLaTeX. Has arcs if viewed with Acrobat Reader.
- Doc1.pdf: Empty page created with MS Word.
- Result.pdf: Resulting PDF after combining the two pages with gswin32. Arcs missing!
Code: Select all
gswin32 -dNOPAUSE -sDEVICE=pdfwrite -dBATCH -sOUTPUTFILE=Result.pdf Test-svg.pdf Doc1.pdf