help-octave
[Top][All Lists]
Advanced

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

Re: Spanish accents on graphic 2D


From: CdeMills
Subject: Re: Spanish accents on graphic 2D
Date: Thu, 19 Apr 2012 07:01:08 -0700 (PDT)

Darío wrote
> 
> Hi all, i need place accents in the title of a figure, but if place
> for example "á" returns rares characters (A?), then i think if with
> the LaTeX form worked, ie. \'a but no.
> Searching in the web, found something about set encoding iso_8859_1,
> but this is for a script and i just need in console mode.
> 
> Any idea?
> 
> 

Hello Dario,

can you try some very simple test:
ax=plot(1:10);
get(ax, 'Interpreter')

If the answer is 'none', you can add in the .octaverc
set (0, "Interpreter", "tex");

This way, LaTeX transcoding will be understand the way they should. Note
however that "_" will generate underscores, if you need it you'll have to
replace it by "\_"

HTH

Pascal 

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Spanish-accents-on-graphic-2D-tp4567659p4570998.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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