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

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

[Octave-bug-tracker] [bug #58374] print function creates path not readab


From: anonymous
Subject: [Octave-bug-tracker] [bug #58374] print function creates path not readabel by latex
Date: Fri, 15 May 2020 10:04:38 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36

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

                 Summary: print function creates path not readabel by latex
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 15 May 2020 02:04:36 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Falko
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Hi,

after creating a figure and using the *print* function with the option
*-dpdflatex* the two expected files, picname.tex and picname.pdf were
created.

The problem is, that latex cannot read the path in the .tex file command
(\includegraphics{C:\Users\User\Documents\...\Picname-inc}),
because of the back slashes in the path.

After manually changing the black slashes to forward slashes in the command of
the.tex file (\includegraphics{C:/Users/User/Documents/.../Picname-inc})
everythind works fine.

The reason might be that latex commads start with a backslash.
In my case the solution would be the the *print* command creates the
\includegraphics command with forward slashes.

Thank you in advance!!




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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