[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #42320] Symbols don't show in pdf when using f
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #42320] Symbols don't show in pdf when using fltk |
Date: |
Fri, 15 Aug 2014 16:10:16 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
Update of bug #42320 (project octave):
Status: None => Confirmed
_______________________________________________________
Follow-up Comment #2:
This is a known issue. The OpenGL backend has an onscreen renderer for TeX
labels, but the backend print engine gl2ps does not.
Simple code showing the problem:
clf;
text (0.5, 0.5, '\gamma');
print tst.pdf
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42320>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #42320] Symbols don't show in pdf when using fltk,
Rik <=