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: Doug Stewart
Subject: [Octave-bug-tracker] [bug #58374] print function creates path not readable by latex
Date: Sat, 16 May 2020 08:35:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36

Follow-up Comment #3, bug #58374 (project octave):

In most OS there is a command named "patch"
It takes a patch file and applies it.

In this example I will show you how to do it manually so that you understand
the system.

open the patch using notepad (or any text editor)
the first line tells you what file is going to be patched.
"diff -r a01ad9893641 scripts/plot/util/print.m"

the 4th line give you some line numbers
 -1014,6 +1014,10
line 5 6 7 give you some context

line 8 9 10 11 start with a "+" sign  -- these line have to be added to the
file.

so open the print.m file in notepade and add those lines (without the + sign)




    _______________________________________________________

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]