[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#995392: ghostscript: ps2pdf trashes some characters



On 2021-10-11 16:46:08 +0200, Vincent Lefevre wrote:
> I've attached an archive with
>   * chartest3.tex (already mentioned)
>   * chartest3.aux, chartest3.log, chartest3.pdf: the files generated
>     with "pdflatex chartest3.tex"
>   * out.pdf: the file generated with
>       /usr/bin/ps2pdf chartest3.pdf out.pdf
>     (ghostscript 9.54.0~dfsg-5 being installed) after unsetting
>     GS_OPTIONS.

BTW, since ps2pdf is just a script, I could see with strace that
the following command was executed:

  /usr/bin/gs -P- -dSAFER -dCompatibilityLevel=1.4 -q -P- -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile=out.pdf -P- -dSAFER -dCompatibilityLevel=1.4 chartest3.pdf

and indeed, I can reproduce the issue with this command (on
chartest3.pdf generated by pdflatex with TL 2021 installed).

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


Reply to: