octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #64169] Include of -dNOCACHE into the toolchai


From: Leonardo
Subject: [Octave-bug-tracker] [bug #64169] Include of -dNOCACHE into the toolchain for ps/eps print
Date: Tue, 9 May 2023 06:46:54 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64169>

                 Summary: Include of -dNOCACHE into the toolchain for ps/eps
print
                   Group: GNU Octave
               Submitter: pocker
               Submitted: ter 09 mai 2023 07:46:52
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 8.2.0 8.X Series Bug Fix Release 
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: ter 09 mai 2023 07:46:52       By: Leonardo <pocker>
Hi.

I would like to ask for changing the line 77 at:

https://hg.savannah.gnu.org/hgweb/octave/file/4e30fd192118/scripts/plot/util/private/__ghostscript__.m#l77

from


  gs_opts = ["-dQUIET -dNOPAUSE -dBATCH -dSAFER -dAutoRotatePages=/None
-sDEVICE=" opts.device];


to


  gs_opts = ["-dQUIET -dNOCACHE -dNOPAUSE -dBATCH -dSAFER
-dAutoRotatePages=/None -sDEVICE=" opts.device];



The reason for this, IIUC, is that the option NOCACHE will prevent gs to
raster fonts.
With this, the generated ps/eps will have better looking fonts when converted
to pdf or inserted in LaTeX files (eps case).

I performed some tests and, indeed, the NOCACHE produced better looking files
in these cases (converting to pdf and inserting the eps into tex).







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64169>

_______________________________________________
Mensagem enviada pelo Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]