[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can I get an angstrom symbol in Octave?
From: |
Dmitri A. Sergatskov |
Subject: |
Re: How can I get an angstrom symbol in Octave? |
Date: |
Sat, 21 Sep 2019 19:57:03 -0500 |
On Sat, Sep 21, 2019 at 7:39 PM Brett Green <address@hidden> wrote:
>
> The title says it all. I've tried copying and pasting the character (the
> obvious attempt) with no success, and have read several solutions using TeX
> interpreters such as this but those don't seem to work for me. Looking at the
> documentation <
> https://octave.org/doc/interpreter/Use-of-the-interpreter-Property.html#XREFinterpreterusage
> > I can't even get the degree symbol to show up - trying both of the
> following
>
> >> title("\deg","interpreter","tex")
> >> title("$\deg$","interpreter","tex")
>
> just gives me titles of "deg" and "$deg$", respectively. I'm running 5.1.0 on
> Windows 10.
Cut and paste seems to work on linux (at least on my machine). If it
is an issue with the
deficient Windows rterminal, you can try to write an m- file and
execute it instead of entering
it iinteeractively.
Also with TeX you should do single quotes and no "$" signs:
title('\deg ',"interpreter","tex")
should work (it soes on my machine).
>
> - Brett Green
>
Dmitri.
--
- How can I get an angstrom symbol in Octave?, Brett Green, 2019/09/21
- Re: How can I get an angstrom symbol in Octave?,
Dmitri A. Sergatskov <=
- Re: How can I get an angstrom symbol in Octave?, Brett Green, 2019/09/21
- Re: How can I get an angstrom symbol in Octave?, Dmitri A. Sergatskov, 2019/09/21
- Re: How can I get an angstrom symbol in Octave?, Doug Stewart, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, chs, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Brett Green, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Doug Stewart, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Dmitri A. Sergatskov, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Brett Green, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Dmitri A. Sergatskov, 2019/09/22
- Re: How can I get an angstrom symbol in Octave?, Brett Green, 2019/09/22