ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Representing TeX on the web [Off-topic]
@ 2013-03-31  5:20 Idris Samawi Hamid ادريس   سماوي حامد
  2013-03-31  5:34 ` Arthur Reutenauer
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Idris Samawi Hamid ادريس   سماوي حامد @ 2013-03-31  5:20 UTC (permalink / raw)
  To: ntg-context

Dear gang,

My apologies if the answers to the following are already well-known and if  
I'm being completely clueless:

What is the standard way of representing the symbol '\TeX' in html and the  
like?

Related: Is there any movement to have '\TeX' registered as a Unicode  
symbol?

Thanks in advance and

Best wishes
Idris
-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Representing TeX on the web [Off-topic]
  2013-03-31  5:20 Representing TeX on the web [Off-topic] Idris Samawi Hamid ادريس   سماوي حامد
@ 2013-03-31  5:34 ` Arthur Reutenauer
  2013-04-01  3:29   ` Idris Samawi Hamid ادريس   سماوي حامد
  2013-04-01  3:46   ` Idris Samawi Hamid ادريس   سماوي حامد
  2013-03-31  6:14 ` Khaled Hosny
  2013-03-31 10:45 ` Philipp Gesang
  2 siblings, 2 replies; 7+ messages in thread
From: Arthur Reutenauer @ 2013-03-31  5:34 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> What is the standard way of representing the symbol '\TeX' in html
> and the like?

  I'm guessing the most common way is to simply write TeX in plain text,
but if you want to be fancy, T<sub>E</sub>X would do -- at the risk of
looking ugly.

> Related: Is there any movement to have '\TeX' registered as a
> Unicode symbol?

  I really hope not.

	Arthur
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Representing TeX on the web [Off-topic]
  2013-03-31  5:20 Representing TeX on the web [Off-topic] Idris Samawi Hamid ادريس   سماوي حامد
  2013-03-31  5:34 ` Arthur Reutenauer
@ 2013-03-31  6:14 ` Khaled Hosny
  2013-03-31  6:16   ` Arthur Reutenauer
  2013-03-31 10:45 ` Philipp Gesang
  2 siblings, 1 reply; 7+ messages in thread
From: Khaled Hosny @ 2013-03-31  6:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Mar 30, 2013 at 11:20:41PM -0600, Idris Samawi Hamid ادريس   سماوي حامد wrote:
> Dear gang,
> 
> My apologies if the answers to the following are already well-known
> and if I'm being completely clueless:
> 
> What is the standard way of representing the symbol '\TeX' in html
> and the like?

Stolen from TeX Live HTML docs:

<html>
 <style>
 span.TEX {letter-spacing: -0.1em;}
 span.TEX span.E {left: -0.04em; position: relative;top: 0.5ex;}
 </style>
 <body>
  <p><span class="TEX">T<span class="E">E</span>X</span></p>
 </body>
</html>

A bit complex, but faithful to the original definition.

Regards,
Khaled
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Representing TeX on the web [Off-topic]
  2013-03-31  6:14 ` Khaled Hosny
@ 2013-03-31  6:16   ` Arthur Reutenauer
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Reutenauer @ 2013-03-31  6:16 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

>  <style>
>  span.TEX {letter-spacing: -0.1em;}
>  span.TEX span.E {left: -0.04em; position: relative;top: 0.5ex;}
>  </style>
>  <body>
>   <p><span class="TEX">T<span class="E">E</span>X</span></p>

  Cute :-)

	Arthur
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Representing TeX on the web [Off-topic]
  2013-03-31  5:20 Representing TeX on the web [Off-topic] Idris Samawi Hamid ادريس   سماوي حامد
  2013-03-31  5:34 ` Arthur Reutenauer
  2013-03-31  6:14 ` Khaled Hosny
@ 2013-03-31 10:45 ` Philipp Gesang
  2 siblings, 0 replies; 7+ messages in thread
From: Philipp Gesang @ 2013-03-31 10:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 549 bytes --]

···<date: 2013-03-30, Saturday>···<from: Idris Samawi Hamid ادريس   سماوي حامد>···

> Dear gang,
> 
> My apologies if the answers to the following are already well-known
> and if I'm being completely clueless:
> 
> What is the standard way of representing the symbol '\TeX' in html
> and the like?

I use margins to emulate kerns:

  <span>T<span style="vertical-align:-0.5ex;margin-left:-0.1667em;margin-right:-0.125em;">E</span>X</span>

Maybe add font-family: "CMU Serif" to the style.

Regards
Philipp


[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Representing TeX on the web [Off-topic]
  2013-03-31  5:34 ` Arthur Reutenauer
@ 2013-04-01  3:29   ` Idris Samawi Hamid ادريس   سماوي حامد
  2013-04-01  3:46   ` Idris Samawi Hamid ادريس   سماوي حامد
  1 sibling, 0 replies; 7+ messages in thread
From: Idris Samawi Hamid ادريس   سماوي حامد @ 2013-04-01  3:29 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

On Sat, 30 Mar 2013 23:34:11 -0600, Arthur Reutenauer  
<arthur.reutenauer@normalesup.org> wrote:

>> Related: Is there any movement to have '\TeX' registered as a
>> Unicode symbol?
>  I really hope not.

Why not?

Best wishes
Idris
-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Representing TeX on the web [Off-topic]
  2013-03-31  5:34 ` Arthur Reutenauer
  2013-04-01  3:29   ` Idris Samawi Hamid ادريس   سماوي حامد
@ 2013-04-01  3:46   ` Idris Samawi Hamid ادريس   سماوي حامد
  1 sibling, 0 replies; 7+ messages in thread
From: Idris Samawi Hamid ادريس   سماوي حامد @ 2013-04-01  3:46 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

On Sat, 30 Mar 2013 23:34:11 -0600, Arthur Reutenauer  
<arthur.reutenauer@normalesup.org> wrote:
^^^^^^^^^^^^^^
Time travel ;-)

> T<sub>E</sub>X

On Sun, 31 Mar 2013 00:14:52 -0600, Khaled Hosny <khaledhosny@eglug.org>  
wrote:

> <html>
>  <style>
>  span.TEX {letter-spacing: -0.1em;}
>  span.TEX span.E {left: -0.04em; position: relative;top: 0.5ex;}
>  </style>
>  <body>
>   <p><span class="TEX">T<span class="E">E</span>X</span></p>
>  </body>
> </html>

On Sun, 31 Mar 2013 04:45:36 -0600, Philipp Gesang  
<Philipp.Gesang@alumni.uni-heidelberg.de> wrote:

>   <span>T<span  
> style="vertical-align:-0.5ex;margin-left:-0.1667em;margin-right:-0.125em;">E</span>X</span>
> Maybe add font-family: "CMU Serif" to the style.

Thanks to all of you, Arthur, Khaled, and Phillip, for your quick replies;  
it is greatly appreciated!

Best wishes
Idris
-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-01  3:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-31  5:20 Representing TeX on the web [Off-topic] Idris Samawi Hamid ادريس   سماوي حامد
2013-03-31  5:34 ` Arthur Reutenauer
2013-04-01  3:29   ` Idris Samawi Hamid ادريس   سماوي حامد
2013-04-01  3:46   ` Idris Samawi Hamid ادريس   سماوي حامد
2013-03-31  6:14 ` Khaled Hosny
2013-03-31  6:16   ` Arthur Reutenauer
2013-03-31 10:45 ` Philipp Gesang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).