help-octave
[Top][All Lists]
Advanced

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

Re: Special|backslash (\) characters are not interpreted when printing t


From: tomdylan
Subject: Re: Special|backslash (\) characters are not interpreted when printing to PDF
Date: Sat, 26 Apr 2014 12:40:01 -0700 (PDT)

Hello Ben,

looks like you will be my rescue... thank you!

while posting was made on a windows system (WIN7). However I have now
installed octave (3.8.1) on a linux (opensuse 13.1) and I got exactly the
same results: The octave plots are quite OK, however the PDF prints do not
consider the special characters even after adding:
set (findall (gcf (), "-property", "interpreter"), "interpreter", "TeX") 

There are some warnings:
/
warning: print.m: epstool binary is not available.
Some output formats are not available.
warning: print.m: fig2dev binary is not available.
Some output formats are not available.
/

In respect to the toolkit, this is what I get:

>> graphics_toolkit ()
ans = fltk

I am not sure if ghostscript plays a role but if I ask for the path in
octave I do not get any information about the gs_path
(ghostscript has been installed under /usr/share/ghostscript/).

It seems that transferring the octave results into PDF requires quite some
understanding of gnu plot, which I definitely have not....

Tom



-----
A numerical poem:
Now the fifth daughter on the twelfth night
Told the first father that things weren’t right
My complexion she said is much too white
He said come here and step into the light, he says hmm you’re right
Let me tell the second mother this has been done
But the second mother was with the seventh son
And they were both out on Highway 61
("Highway 61" by Robert Zimmerman 1964)
--
View this message in context: 
http://octave.1599824.n4.nabble.com/Special-backslash-characters-are-not-interpreted-when-printing-to-PDF-tp4663738p4663777.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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