On Jul 30, 2009, at 4:22 AM, Christian Ridderström wrote:
Caveat: There might be drawbacks with this method that I haven't
tested, and it would be much nicer if I had the equivalent of a
Compose-key in Windows.
Interestingly, one of the earliest utilities for Windows was DEC's
COMPOSE.EX
>In order to type the degree symbol, press and hold
>down the Alt key while on the numeric key pad typing
>0176. (The '0' is needed.)
Why not
$^\circ$, or
\usepackage{gensymb}
\degree
I like the output of these commands better than the Alt+0176 symbol.
See also:
http://
(reposting with correctly spelled subject, to help search engines)
On Thu, 30 Jul 2009, Christian Ridderström wrote:
Hi,
I searched the lists for how to type a degree symbol in LyX under Windows and
didn't find something that I thought was really easy. So here's an
alternative
On 2009-03-04, Yago wrote:
> With LyX 1.5.6 the degree symbol was, for example:
> $sin30\textrm{\textdegree}$
> But with LyX 1.6.1 this code makes nothing in my dvi output, only sin30 =
> with no degree symbol.
It works OK here. Maybe a font problem?
> Exporting the LyX file t
Yago schrieb:
With LyX 1.5.6 the degree symbol was, for example:
$sin30\textrm{\textdegree}$
You can alternatively insert it directly, see sec. 16.4 of the Math manual that you find in LyX's
the Help menu.
regards Uwe
> I simply use a ^\circ in math mode. This works well.
Yes I alway do from the math mode, after power command ^ then from
operators math toolbar, I select circ. So it is exactly ^\circ. And the
result so far it's ok to me.
---
was
I have an spanish keyboard and when I want to type the degree symbol, I put
this in math mode:
$90\textrm\textdegree$
for to obtain 90º.
- Original Message -
From: "Dotan Cohen"
To: "Uwe Stöhr"
Cc:
Sent: Thursday, February 19, 2009 4:11 PM
Subject: Re: How to
> OK. But you can have a look if you can switch on your OS to the US
> international keyboard layout:
> http://en.wikipedia.org/wiki/Keyboard_layout#United_States
>
> Then the right Alt key is redefined to be the AltGr key and then you can
> access many more characters directly.
>
It should be kno
> international keyboard layout:
> http://en.wikipedia.org/wiki/Keyboard_layout#United_States
>
Switched, thank you! There are three or four characters in there that
I use often enough to warrant it!
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-
Dotan Cohen schrieb:
No, I posted the Belgian keyboard that _does_ have the degree symbol
to show that there are keyboards with this symbol. My keyboards (US
English, Dvorak, Hebrew, and the occasional Russian and Arabic) do not
have this symbol.
OK. But you can have a look if you can switch
>> I see it now, I do not have this key on any of my keyboard layouts:
>>
>> http://upload.wikimedia.org/wikipedia/commons/9/93/Belgian_keyboard_layout.png
>
> But you have it in your keyboard right beside the "0" key.
>
No, I posted the Belgian keyboard that
On Feb 19, 2009, at 2:07 AM, Hubert Christiaen wrote:
I have big probems for entering a degree symbol as in 'cos 30°'. If
entered as
such from the keyboard in TeX, it's not accepted. If entered in Lyx,
it's
represented as '\lyxmathsym{\textdegree}', bu
For my report i did this
Go to Insert menu - special symbols - geometric shapes
U can find a small circle looking similar to degree ...insert it and cut it
Now after typing cos 30 ...paste it in the superscript..This looked well in
output
Dotan Cohen schrieb:
I see it now, I do not have this key on any of my keyboard layouts:
http://upload.wikimedia.org/wikipedia/commons/9/93/Belgian_keyboard_layout.png
But you have it in your keyboard right beside the "0" key.
The degrre sign is btw. a bit different than other units. The Appe
>> What, exactly, are you entering?
> The degree symbol by the key on the keyboard, just one hit.
I see it now, I do not have this key on any of my keyboard layouts:
http://upload.wikimedia.org/wikipedia/commons/9/93/Belgian_keyboard_layout.png
Try using just \textdegree as I see throu
> I have big probems for entering a degree symbol as in 'cos 30°'. If entered as
> such from the keyboard in TeX, it's not accepted.
What, exactly, are you entering?
> If entered in Lyx, it's
> represented as '\lyxmathsym{\textdegree}', but when it c
I have big probems for entering a degree symbol as in 'cos 30°'. If entered as
such from the keyboard in TeX, it's not accepted. If entered in Lyx, it's
represented as '\lyxmathsym{\textdegree}', but when it comes to producing
output an error is the result.
The
different compose sequences for different programs,
that's really fairly poor, right?
Cheers
JP
Ignacio García wrote:
> In Ubuntu GNU/Linux (Gnome Desktop) the degree symbol insert directly by
> 1. the binding AltGr-S-^-^ (ALtGr Shift and two ^)
> 2. If the Compose key is OK, with
In Ubuntu GNU/Linux (Gnome Desktop) the degree symbol insert directly by
1. the binding AltGr-S-^-^ (ALtGr Shift and two ^)
2. If the Compose key is OK, with the binding Compose-o-o
Regards
Ignacio
Darren Freeman wrote:
> Hi all,
>
> I looked around and didn't see this - hopefully not blatantly obvious.
>
> How do I insert the "degree" symbol? As in, 360 degrees to a circle. I
> guess there should also be minutes and seconds.
>
> Have fun,
> Darr
Helge Hafting wrote:
> Are you sure you're getting a degree symbol and not a zero exponent?
> Those two are different - degree is a perfect circle while the zero
> exponent
> is a tiny "0".
>
> When I type ^0 I get a zero exponent: ⁰
> Typing ALT 0 (in an x
ing about with other people's sources is currently taken up with
writing Wireshark dissectors...)
The "Can't encode the text" by itself makes me suspicious that the ISO
8859-1 codec isn't recognizing the degree symbol. But the degree
symbol is in ISO 8859-1 - it's
people's sources is currently taken up with writing
Wireshark dissectors...)
The "Can't encode the text" by itself makes me suspicious that the ISO
8859-1 codec isn't recognizing the degree symbol. But the degree symbol
is in ISO 8859-1 - it's code point 176.[1]
S
Hi Michael,
I'm still trying to work out what's stopping my degree symbol from
showing up..
Michael Wojcik wrote:
> You could probably suppress that by filtering the LyX output through
> something to strip out the control characters. For example:
>
> lyx -dbg key 2>
John Pye wrote:
Thanks for replying. I tried pasting the degree symbol and viewing with
pdflatex. All looks fine. I pasted some accented latin-1 letters as
well, all worked fine.
Well, that's good, anyway.
When I ran the debug thing like you said, I got some crazy output.
[I'
Hi Michael
Thanks for replying. I tried pasting the degree symbol and viewing with
pdflatex. All looks fine. I pasted some accented latin-1 letters as
well, all worked fine.
When I ran the debug thing like you said, I got some crazy output. The
sort of thing I usually see when I've got m
John Pye wrote:
Under Ubuntu, one can use the Keyboard preferences to set up a 'Compose'
key (I chose 'right ALT'). Once that is done, I can open a text editor
(gedit) and get all the accented characters é and ô and ñ etc very
nicely. I can even get the degree symbol using
Hi John,
when i'm looking for Symbols, i use
http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf
Here you ca find "almost everything" ;-}
--
Mit freundlichen Gruessen Yours Sincerely
Roland Schmitz
Hi all
I have been trying to work out how to make the degree symbol appear in
Lyx. There was a thread on this recently but it was all about using
mathematical equations, whereas I want to just insert the symbol as a
regular character.
Under Ubuntu, one can use the Keyboard preferences to set up
Darren Freeman wrote:
I looked around and didn't see this - hopefully not blatantly obvious.
How do I insert the "degree" symbol? As in, 360 degrees to a circle. I
guess there should also be minutes and seconds.
You don't mention what platform you're running on.
Darren Freeman wrote:
> Hi all,
>
> I looked around and didn't see this - hopefully not blatantly obvious.
>
> How do I insert the "degree" symbol? As in, 360 degrees to a circle. I
> guess there should also be minutes and seconds.
>
> Have fun,
> Darre
4, 2004 2:59 PM
> To: [EMAIL PROTECTED]
> Subject: Degree symbol?
>
>
> How do I insert the degree circle symbol?
> Thanks,
> Maria
>
> =
>
> And now a note from our sponsors!
>
> Language translations services!
> English, Spanish, Portug
As far as I know, there is no standard macro for this.
(I guess in some fonts it is character 228).
However, I usually use:
\newcommand\degree{\ensuremath{^{\circ}}}
in preamble, and then \degree{} in ERT in text.
Vasek
On Saturday 14 of February 2004 15:58, Maria Torres wrote:
> How do I inse
How do I insert the degree circle symbol?
Thanks,
Maria
=
And now a note from our sponsors!
Language translations services!
English, Spanish, Portuguese, Italian, German, Russian, Japanese, Chinese, and Korean!
E-mail [EMAIL PROTECTED]
Brand new DVD's at huge discounts! A
"insert > special character > superscript" and type in "\circ"
It looks bad in lyx but nice in print!
In latex "$^\circ$"
On Thu, 8 Nov 2001, Rodney Kanno wrote:
> How do I insert a degree symbol? I tried doing a "insert => special
>
On Thu, Nov 08, 2001 at 03:42:43PM -1000, Rodney Kanno wrote:
> How do I insert a degree symbol? I tried doing a "insert => special
> character => superscript => o" but the o does not look quite right...is
> there another way of doing this?
>
> Rodne
How do I insert a degree symbol? I tried doing a "insert => special
character => superscript => o" but the o does not look quite right...is
there another way of doing this?
Rodney
On Mon, Aug 06, 2001 at 07:42:22PM +0200, Herbert Voss wrote:
> Michael Koundouros wrote:
> >
> > how do I get the \textdegree symbol into mathmode?? [call me fussy - I don't
> > want to use the superscript-circle method].
>
> in mathmode: \mbox{
> lyx puts by default the closing parenthesis
> t
Michael Koundouros wrote:
>
> how do I get the \textdegree symbol into mathmode?? [call me fussy - I don't
> want to use the superscript-circle method].
in mathmode: \mbox{
lyx puts by default the closing parenthesis
than write \textdegree
Herbert
--
http://www.educat.hu-berlin.de/~voss/lyx/
On Wed, 21 Jun 2000, Herbert Voss wrote:
> > How do you get a degree symbol to show?
> choose latin1 in layout->document->encoding
> and than the symbol ° for degrees.
Ie. press compose-key and a two-key magic sequence (you can find list from
new Xfig html-manual).
Jeff Fleming wrote:
>
> How do you get a degree symbol to show?
> newbie
choose latin1 in layout->document->encoding
and than the symbol ° for degrees.
Herbert
--
[EMAIL PROTECTED]
http://perce.de/voss
How do you get a degree symbol to show?
newbie
> "Tuukka" == Tuukka Toivonen <[EMAIL PROTECTED]> writes:
Tuukka> On 27 Mar 2000, Jean-Marc Lasgouttes wrote: As a a side note,
Tuukka> compose doesn't work for me in LyX. It works in xterm and
Tuukka> other programs, so I can write the character in
>> What version of LyX is it?
Tuukka> 1.1.
On 27 Mar 2000, Jean-Marc Lasgouttes wrote:
> Tuukka> As a a side note, compose doesn't work for me in LyX. It works
> Tuukka> in xterm and other programs, so I can write the character in
> What version of LyX is it?
1.1.2 (I haven't upgraded for a while).
~/.xmodmaprc contains line:
keycode 10
> "Ramon" == Ramon Diaz-Uriarte <[EMAIL PROTECTED]> writes:
Ramon> Thank you very much to Juergen Vigna, Roger Williams, Tony
Ramon> Dancer and Jose Oliveira. The compose key is working now.
Ramon> However, similar to what happens to Tuuka, I am able to use the
Ramon> compose key with Xemacs
Thank you very much to Juergen Vigna, Roger Williams, Tony Dancer and Jose
Oliveira. The compose key is working now.
However, similar to what happens to Tuuka, I am able to use the
compose key with Xemacs, xterm, kmail, etc, but NOT with lyx (I am using
version 1.1.3).
In case this helps anyo
> Juergen Vigna <[EMAIL PROTECTED]> writes:
> Look at this command sequences which you have to put into a
> ~/.Xmodmap file...
Thanks for mentioning that, Juergen -- I'd forgotten about that when I
made the XF86Config suggestion to Ramon. Sure enough,
$ cat .Xmodmap
! Use Scroll L
On 27-Mar-2000 Tuukka Toivonen wrote:
> On 24 Mar 2000, Jean-Marc Lasgouttes wrote:
>
>> If you find out what your 'compose' key is, it is as simple as
>
> As a a side note, compose doesn't work for me in LyX.
> It works in xterm and other programs, so I can write the character in
> xterm and t
> "Tuukka" == Tuukka Toivonen <[EMAIL PROTECTED]> writes:
Tuukka> On 24 Mar 2000, Jean-Marc Lasgouttes wrote:
>> If you find out what your 'compose' key is, it is as simple as
Tuukka> As a a side note, compose doesn't work for me in LyX. It works
Tuukka> in xterm and other programs, so I can
On 24 Mar 2000, Jean-Marc Lasgouttes wrote:
> If you find out what your 'compose' key is, it is as simple as
As a a side note, compose doesn't work for me in LyX.
It works in xterm and other programs, so I can write the character in
xterm and then copy and paste it to lyx. Strange.
I have Multi
On 24-Mar-2000 Ramon Diaz-Uriarte wrote:
> Thanks a lot to Juergen and Jean-Marc; however, I cannot find my Compose key.
> I've tried with xkeycaps (I am running Linux), and cannot find anything called
> "compose" or "Compose"; then I tried modifying directly the .Xmodmap file in
> two different
On Sat, Mar 25, 2000 at 12:21:03PM +0100, Ramon Diaz-Uriarte wrote:
> Thanks a lot to Roger Williams and Tony Dancer, but I still don't seem to be
> able to get it to work. I tried setting the Right Control and then the Scroll
> Lock as compose and it doesn't seem to work. This is my XF86Config:
>
I don't really know a lot about this; there are some example on obtaining
things such as accents and the copyright sign in the users manual (section 2.4,
I think); and I found out that that is the way to get the degree symbol. There
seems to be a variety of symbols/special characters that c
Thanks a lot to Roger Williams and Tony Dancer, but I still don't seem to be
able to get it to work. I tried setting the Right Control and then the Scroll
Lock as compose and it doesn't seem to work. This is my XF86Config:
Section "Keyboard"
Protocol "Standard"
Autorepeat500 5
Lef
On Fri, 24 Mar 2000, Roger Williams wrote:
>> Ramon Diaz-Uriarte <[EMAIL PROTECTED]> writes:
>
> > Thanks a lot to Juergen and Jean-Marc; however, I cannot find my
> > Compose key.
>
>I set mine in my /etc/X11/XF86Config file:
>
> Section "Keyboard"
> Protocol"Standard
> Ramon Diaz-Uriarte <[EMAIL PROTECTED]> writes:
> Thanks a lot to Juergen and Jean-Marc; however, I cannot find my
> Compose key.
I set mine in my /etc/X11/XF86Config file:
Section "Keyboard"
Protocol"Standard"
AutoRepeat 500 5
Left
You might check in /etc/XF86Config (or where ever yours is) -- my
compose is defined there, or so I understand.
On 24 Mar, Ramon Diaz-Uriarte wrote:
> Thanks a lot to Juergen and Jean-Marc; however, I cannot find my Compose key.
> I've tried with xkeycaps (I am running Linux), and cannot find an
Thanks a lot to Juergen and Jean-Marc; however, I cannot find my Compose key.
I've tried with xkeycaps (I am running Linux), and cannot find anything called
"compose" or "Compose"; then I tried modifying directly the .Xmodmap file in
two different ways: first, I wrote :"add Compose = Super_L" (whe
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> On 24-Mar-2000 Jean-Marc Lasgouttes wrote:
>> If you find out what your 'compose' key is, it is as simple as
>> compose+*+space=°
Juergen> Well at least here it is:
Juergen> compose+^+0=°
This works here too, I just fou
On 24-Mar-2000 Jean-Marc Lasgouttes wrote:
>
> If you find out what your 'compose' key is, it is as simple as
> compose+*+space=°
Well at least here it is:
compose+^+0=°
Jürgen
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna
> "Ramon" == Ramon Diaz-Uriarte <[EMAIL PROTECTED]> writes:
Ramon> Hi, I know this is a really dumb question, but its driving me
Ramon> nuts: how do I get the "o" of degree (say, for celsius, or for
Ramon> latitude)? I was able to get something like it with a "\circ"
Ramon> as index, but this
Hi,
I know this is a really dumb question, but its driving me nuts:
how do I get the "o" of degree (say, for celsius, or for latitude)? I was able
to get something like it with a "\circ" as index, but this seems an overkill.
Any simpler ways? I actually think it can be generated with the keyboard
>>>>> "Henk" == Henk Coetzee <[EMAIL PROTECTED]> writes:
Henk> Hi How do I get a degree symbol in LyX?
If you use latin1 font, you should be able to just enter ``°'' (I
did it with Compose+^+0).
JMarc
On 06-Jul-99 Henk Coetzee wrote:
> Hi
>
> How do I get a degree symbol in LyX?
>
in math-mode: ^circ , where "circ" is marked as tex.
Greets,
Alex.
> Thanks
>
> Henk
>
>
> --
>
> Henk Coet
Hi
How do I get a degree symbol in LyX?
Thanks
Henk
--
Henk Coetzee
Geophysics Unit
Council for Geoscience
Private Bag X112, Pretoria, 0001, South Africa
Tel: +27-12-841-1192 Fax: +27-12-841-1424
65 matches
Mail list logo