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: Darío
Subject: Re: Spanish accents on graphic 2D
Date: Thu, 19 Apr 2012 12:04:08 -0300

> 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.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave

I will try, but in the PC of my job (they use Windows 7) the Octave
portable the accents working perfect, while in my home PC (I use Linux
Debian Squeeze) not working.

I think this should be something

-- 
Darío
|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|
Por favor, no utilice formatos de archivo propietarios para el intercambio
de documentos, como ser DOC, XLS, BMP, PPT, RAR, MP3, DWG,
MOV, FLV, WMV, etc.  sino  ODT, ODS, DJVU, PDF, TXT,
CSV, PNG, FLAC, OGV, GZ o cualquier otro que no obligue a utilizar
un programa de un fabricante concreto.
Info: http://www.gnu.org/philosophy/no-word-attachments.es.html
       http://www.vaslibre.org.ve/publicaciones/odfvsooxml-es.pdf
|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|
 ,              ,
/                \
((__-^^-,-^^-__))
 `-_---' `---_-'
  `--|o` 'o|--'
     \  `  /
      ): :(
     :o_o:
       "-"


reply via email to

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