subscripts

Is something wrong? Do you have any suggestions? Let us know.
User avatar
cyclops
Lives in sente
Posts: 801
Joined: Mon May 10, 2010 3:38 pm
Rank: KGS 7 kyu forever
GD Posts: 460
Location: Amsterdam (NL)
Has thanked: 353 times
Been thanked: 107 times
Contact:

subscripts

Post by cyclops »

For my useless OT topic I need subscripts. I saw the "font=" button while editing but I have no idea how to use it to get subscripts.
User avatar
Jordus
Site Admin
Posts: 1125
Joined: Fri Dec 04, 2009 6:06 pm
Rank: KGS 9k
GD Posts: 0
Universal go server handle: Jordus
Location: Allegan, MI, USA
Has thanked: 16 times
Been thanked: 116 times
Contact:

Re: subscripts

Post by Jordus »

not sure if subscripts is supported... but you use the font button like so...

Code: Select all

[font= fontname ]your text[/font]


examples

hello in arial
hello in magneto
hello in papyrus
I'm thinking...
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: subscripts

Post by Kirby »

I guess you could always try using different font sizes for subscripts. For example:

X0, X1, X2, ..., Xn

Is there a pressing desire for subscripts or superscripts?
be immersed
User avatar
Solomon
Gosei
Posts: 1848
Joined: Tue Apr 20, 2010 9:21 pm
Rank: AGA 5d
GD Posts: 0
KGS: Capsule 4d
Tygem: 치킨까스 5d
Location: Bellevue, WA
Has thanked: 90 times
Been thanked: 835 times

Re: subscripts

Post by Solomon »

Take it 50 steps further and implement LaTeX :D.
User avatar
HermanHiddema
Gosei
Posts: 2011
Joined: Tue Apr 20, 2010 10:08 am
Rank: Dutch 4D
GD Posts: 645
Universal go server handle: herminator
Location: Groningen, NL
Has thanked: 202 times
Been thanked: 1086 times

Re: subscripts

Post by HermanHiddema »

Kirby wrote:I guess you could always try using different font sizes for subscripts. For example:

X0, X1, X2, ..., Xn

Is there a pressing desire for subscripts or superscripts?



Yes, please! I've been annoyed countless times at the lack of it.
User avatar
cyclops
Lives in sente
Posts: 801
Joined: Mon May 10, 2010 3:38 pm
Rank: KGS 7 kyu forever
GD Posts: 460
Location: Amsterdam (NL)
Has thanked: 353 times
Been thanked: 107 times
Contact:

Re: subscripts

Post by cyclops »

Jordus wrote:not sure if subscripts is supported... but you use the font button like so...

Code: Select all

[font= fontname ]your text[/font]


examples

hello in arial
hello in magneto
hello in papyrus


This helps of course. Kirby helps also. But then where can I find what fonts are implemented?
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: subscripts

Post by Kirby »

cyclops wrote:...

This helps of course. Kirby helps also. But then where can I find what fonts are implemented?


It just transforms it into a tag that is rendered by your browser. Specifically, it sets the font-family CSS property, I think (http://www.w3schools.com/cssref/pr_font_font-family.asp).

Your browser will attempt to render the text based on the font that you specify in the property, I believe, so I don't think it's a thing that's specific to this forum.
be immersed
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: subscripts

Post by Kirby »

Araban wrote:Take it 50 steps further and implement LaTeX :D.


The funny thing is, this thought entered my mind as I was posting about subscripts, but I didn't want to jump into that wormhole... :-p
be immersed
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: subscripts

Post by Kirby »

Subscripts should now work by using the "subscript" tag, and superscripts should now work by using the "superscript" tag around the text that you'd like to {sub|super}script.

Here're a couple of examples:
H2O

L192

It'll take a bit longer to get full latex support working...
be immersed
User avatar
HermanHiddema
Gosei
Posts: 2011
Joined: Tue Apr 20, 2010 10:08 am
Rank: Dutch 4D
GD Posts: 645
Universal go server handle: herminator
Location: Groningen, NL
Has thanked: 202 times
Been thanked: 1086 times

Re: subscripts

Post by HermanHiddema »

Can we make that sub/sup? this is rather long.
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: subscripts

Post by Kirby »

HermanHiddema wrote:Can we make that sub/sup? this is rather long.


No problem. I updated it. I was afraid that people might not guess what it was, but I think the help text is probably sufficient.
be immersed
User avatar
HermanHiddema
Gosei
Posts: 2011
Joined: Tue Apr 20, 2010 10:08 am
Rank: Dutch 4D
GD Posts: 645
Universal go server handle: herminator
Location: Groningen, NL
Has thanked: 202 times
Been thanked: 1086 times

Re: subscripts

Post by HermanHiddema »

THANKS!
User avatar
Joaz Banbeck
Judan
Posts: 5546
Joined: Sun Dec 06, 2009 11:30 am
Rank: 1D AGA
GD Posts: 1512
Kaya handle: Test
Location: Banbeck Vale
Has thanked: 1080 times
Been thanked: 1434 times

Re: subscripts

Post by Joaz Banbeck »

Kirby, while you're under the hood, can you fix the 'sl' tag? It has an extraneous '='.
Thanks
Help make L19 more organized. Make an index: https://lifein19x19.com/viewtopic.php?f=14&t=5207
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: subscripts

Post by Kirby »

Joaz Banbeck wrote:Kirby, while you're under the hood, can you fix the 'sl' tag? It has an extraneous '='.
Thanks


Sure, Joaz, but could you provide clarification on the behavior that you'd like? The way the sl tag currently works is that you use the "=" to specify the SL page that you want to go to, and you use what's between the brackets to indicate the text.

For example, you could link to joseki like [sl=Joseki]this[/sl].
be immersed
User avatar
Redundant
Lives in sente
Posts: 924
Joined: Thu Apr 22, 2010 3:00 pm
Rank: lazy
GD Posts: 0
KGS: redundant/silchas
Tygem: redundant
Wbaduk: redundant
DGS: redundant
OGS: redundant
Location: Pittsburgh
Has thanked: 45 times
Been thanked: 103 times

Re: subscripts

Post by Redundant »

Kirby wrote:It'll take a bit longer to get full latex support working...


Not sure if serious, but if you Do this, and those who know latex will be able to win any argument through beautiful typography. Are you sure you want to give this power?
Post Reply