Re: [NTG-context] List of special characters

2011-08-15 Thread Wolfgang Schuster

Am 15.08.2011 um 16:31 schrieb Cecil Westerhof:

 While writing the documentation about using ConTeXt I need some 'special' 
 characters. A few I have found, for example \%, \backslash, \texttilde, 
 \percent. But until now I did not find how to represent [ and ]. How would I 
 use those characters in my document?
 
 Also: is there somewhere a 'complete' list? I found several, but they where 
 all for LaTeX and are not completely the same. For example LaTeX uses 
 \textbackslash which does not work in ConTeXt which uses \backslash.


\starttext

[ ] @ _ ^ % normal characters

\startlines
\textbackslash\ or \letterbackslash
\textbraceleft\ or \letterleftbrace\ or \{
\textbraceright\ or \letterrightbrace\ or \}
\percent\ or \letterpercent\ or \%
\textdollar\ or \letterdollar\ or \$
\letterampersand\ or \
\letterhash\ or \#
\stoplines

\asciimode
% $ #  %% this is a comment

\stoptext

Wolfgang
___
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
___


Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Cecil Westerhof cldwester...@gmail.com

 While writing the documentation about using ConTeXt I need some 'special'
 characters. A few I have found, for example \%, \backslash, \texttilde,
 \percent. But until now I did not find how to represent [ and ]. How would I
 use those characters in my document?

 Also: is there somewhere a 'complete' list? I found several, but they where
 all for LaTeX and are not completely the same. For example LaTeX uses
 \textbackslash which does not work in ConTeXt which uses \backslash.


I could not find it at first (there are so many things), but one solution I
found:
\startasciimode

%\backslash setupbackend[export=yes,xhtml=yes,css=yes]

\stopasciimode


And while searching a little further I also found:

\type{%\setupbackend[export=yes,xhtml=yes,css=yes]}


This has the added benefit that it displays somewhat better because of the
increased indentation (for which I misuse spaces).

-- 
Cecil Westerhof
___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Wolfgang Schuster

Am 15.08.2011 um 17:05 schrieb Cecil Westerhof:

 2011/8/15 Cecil Westerhof cldwester...@gmail.com
 While writing the documentation about using ConTeXt I need some 'special' 
 characters. A few I have found, for example \%, \backslash, \texttilde, 
 \percent. But until now I did not find how to represent [ and ]. How would I 
 use those characters in my document?
 
 Also: is there somewhere a 'complete' list? I found several, but they where 
 all for LaTeX and are not completely the same. For example LaTeX uses 
 \textbackslash which does not work in ConTeXt which uses \backslash.
 
 I could not find it at first (there are so many things), but one solution I 
 found:
 \startasciimode
 %\backslash setupbackend[export=yes,xhtml=yes,css=yes]
 \stopasciimode
 
 And while searching a little further I also found:
 \type{%\setupbackend[export=yes,xhtml=yes,css=yes]}
 
 This has the added benefit that it displays somewhat better because of the 
 increased indentation (for which I misuse spaces).

\setuptyping[margin=yes]

\starttext

before

\starttyping
\setupbackend[export=yes]
\stoptyping

after

\stoptext

Wolfgang___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com

  While writing the documentation about using ConTeXt I need some 'special'
 characters. A few I have found, for example \%, \backslash, \texttilde,
 \percent. But until now I did not find how to represent [ and ]. How would I
 use those characters in my document?
 
  Also: is there somewhere a 'complete' list? I found several, but they
 where all for LaTeX and are not completely the same. For example LaTeX uses
 \textbackslash which does not work in ConTeXt which uses \backslash.


 \starttext

 [ ] @ _ ^ % normal characters

 \startlines
 \textbackslash\ or \letterbackslash
 \textbraceleft\ or \letterleftbrace\ or \{
 \textbraceright\ or \letterrightbrace\ or \}
 \percent\ or \letterpercent\ or \%
 \textdollar\ or \letterdollar\ or \$
 \letterampersand\ or \
 \letterhash\ or \#
 \stoplines

 \asciimode
 % $ #  %% this is a comment

 \stoptext


I found it also. I new that there was something like it (I had it seen
passing on the mailing list), but could not find it at first.

Do I understand correctly that '%% this is a comment' should not be in the
PDF? Because it is when I compile the document.


 Wolfgang

 ___
 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

 ___




-- 
Cecil Westerhof
___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Wolfgang Schuster

Am 15.08.2011 um 17:12 schrieb Cecil Westerhof:

 Do I understand correctly that '%% this is a comment' should not be in the 
 PDF? Because it is when I compile the document.

Yes, with \asciimode “%” is a normal character but to put comments in your 
document you can use “%%”.

Wolfgang

___
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
___


Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com

 2011/8/15 Cecil Westerhof cldwester...@gmail.com

 While writing the documentation about using ConTeXt I need some 'special'
 characters. A few I have found, for example \%, \backslash, \texttilde,
 \percent. But until now I did not find how to represent [ and ]. How would I
 use those characters in my document?

 Also: is there somewhere a 'complete' list? I found several, but they
 where all for LaTeX and are not completely the same. For example LaTeX uses
 \textbackslash which does not work in ConTeXt which uses \backslash.


 I could not find it at first (there are so many things), but one solution I
 found:
 \startasciimode
 %\backslash setupbackend[export=yes,xhtml=yes,css=yes]
 \stopasciimode

 And while searching a little further I also found:
 \type{%\setupbackend[export=yes,xhtml=yes,css=yes]}

 This has the added benefit that it displays somewhat better because of the
 increased indentation (for which I misuse spaces).


 \setuptyping[margin=yes]

 \starttext

 before

 \starttyping
 \setupbackend[export=yes]
 \stoptyping

 after

 \stoptext


Very nice. I now use:
\setuptyping[

  blank=small,

  lines=no,

  margin=30pt,

]


I have a bigger margin now. The problem is that there is a lot of white
space above and under the typed text. I tried the blank and lines parameters
to get rid of it, but that does not work. How can I get rid of the unwanted
white space?


-- 
Cecil Westerhof
___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com

  Do I understand correctly that '%% this is a comment' should not be in
 the PDF? Because it is when I compile the document.

 Yes, with \asciimode “%” is a normal character but to put comments in your
 document you can use “%%”.


Does not work on my side. Both percentage signs and the text after it are
displayed in my document.

-- 
Cecil Westerhof
___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Wolfgang Schuster

Am 15.08.2011 um 17:29 schrieb Cecil Westerhof:

 2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com
 2011/8/15 Cecil Westerhof cldwester...@gmail.com
 While writing the documentation about using ConTeXt I need some 'special' 
 characters. A few I have found, for example \%, \backslash, \texttilde, 
 \percent. But until now I did not find how to represent [ and ]. How would I 
 use those characters in my document?
 
 Also: is there somewhere a 'complete' list? I found several, but they where 
 all for LaTeX and are not completely the same. For example LaTeX uses 
 \textbackslash which does not work in ConTeXt which uses \backslash.
 
 I could not find it at first (there are so many things), but one solution I 
 found:
 \startasciimode
 %\backslash setupbackend[export=yes,xhtml=yes,css=yes]
 \stopasciimode
 
 And while searching a little further I also found:
 \type{%\setupbackend[export=yes,xhtml=yes,css=yes]}
 
 This has the added benefit that it displays somewhat better because of the 
 increased indentation (for which I misuse spaces).
 
 \setuptyping[margin=yes]
 
 \starttext
 
 before
 
 \starttyping
 \setupbackend[export=yes]
 \stoptyping
 
 after
 
 \stoptext
 
 Very nice. I now use:
 \setuptyping[
   blank=small,
   lines=no,
   margin=30pt,
 ]
 
 I have a bigger margin now. The problem is that there is a lot of white space 
 above and under the typed text. I tried the blank and lines parameters to get 
 rid of it, but that does not work. How can I get rid of the unwanted white 
 space?

You need \setuptyping[margin=30pt,before=,after=].

Wolfgang

___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Wolfgang Schuster

Am 15.08.2011 um 17:33 schrieb Cecil Westerhof:

 2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com
  Do I understand correctly that '%% this is a comment' should not be in the 
  PDF? Because it is when I compile the document.
 
 Yes, with \asciimode “%” is a normal character but to put comments in your 
 document you can use “%%”.
 
 Does not work on my side. Both percentage signs and the text after it are 
 displayed in my document.


Does this work?

\asciimode
\starttext
% this is visible %% and this is not
\stoptext

When you can read the text after “%%” you need a newer context.

Wolfgang___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com

  Do I understand correctly that '%% this is a comment' should not be in
 the PDF? Because it is when I compile the document.

 Yes, with \asciimode “%” is a normal character but to put comments in your
 document you can use “%%”.


 Does not work on my side. Both percentage signs and the text after it are
 displayed in my document.


 Does this work?

 \asciimode
 \starttext
 % this is visible %% and this is not
 \stoptext

 When you can read the text after “%%” you need a newer context.


I can read it, but I doubt it that I need a newer ConTeXt. I just this
morning executed:
first-setup.bat --context=current --extras=al

It can not be much newer I would think.

When compiling, the output starts with:
mtx-context | run 1: luatex
--fmt=C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en
--lua=C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en.lui
--backend=pdf ./manualInterflon

This is LuaTeX, Version beta-0.70.1-2011080612 (rev 4277)

\write18 enabled.

(manualInterflon.tex

ConTeXt ver: 2011.05.18 18:04 MKIV fmt: 2011.8.15 int: english/english

-- 
Cecil Westerhof
___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Wolfgang Schuster

Am 15.08.2011 um 18:05 schrieb Cecil Westerhof:

 2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com
  Do I understand correctly that '%% this is a comment' should not be in the 
  PDF? Because it is when I compile the document.
 
 Yes, with \asciimode “%” is a normal character but to put comments in your 
 document you can use “%%”.
 
 Does not work on my side. Both percentage signs and the text after it are 
 displayed in my document.
 
 
 Does this work?
 
 \asciimode
 \starttext
 % this is visible %% and this is not
 \stoptext
 
 When you can read the text after “%%” you need a newer context.
 
 I can read it, but I doubt it that I need a newer ConTeXt. I just this 
 morning executed:
 first-setup.bat --context=current --extras=al
 
 It can not be much newer I would think.
 
 ConTeXt ver: 2011.05.18 18:04 MKIV fmt: 2011.8.15 int: english/english

   ^^

You use a ConTeXt from May and comments for asciimode where added in Juli.

I guess you have TeXLive 2011 installed which interferes with ConTeXt 
Standalone.

Wolfgang___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Wolfgang Schuster schuster.wolfg...@googlemail.com

   Do I understand correctly that '%% this is a comment' should not be in
 the PDF? Because it is when I compile the document.

 Yes, with \asciimode “%” is a normal character but to put comments in
 your document you can use “%%”.


 Does not work on my side. Both percentage signs and the text after it are
 displayed in my document.


 Does this work?

 \asciimode
 \starttext
 % this is visible %% and this is not
 \stoptext

 When you can read the text after “%%” you need a newer context.


 I can read it, but I doubt it that I need a newer ConTeXt. I just this
 morning executed:
 first-setup.bat --context=current --extras=al

 It can not be much newer I would think.

 ConTeXt ver: 2011.05.18 18:04 MKIV fmt: 2011.8.15 int: english/english

^^

 You use a ConTeXt from May and comments for asciimode where added in Juli.


I overlooked the first date. :-{


I guess you have TeXLive 2011 installed which interferes with ConTeXt
 Standalone.


I thought I only installed ConTeXt Standalone. (The one from
http://minimals.contextgarden.net/setup/context-setup-mswin.zip.) How can I
find the problem?

I just checked with my version on Linux, there it works like it should. Now
I have to make sure it works also under Windows.

-- 
Cecil Westerhof
___
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
___

Re: [NTG-context] List of special characters

2011-08-15 Thread Cecil Westerhof
2011/8/15 Cecil Westerhof cldwester...@gmail.com

   Do I understand correctly that '%% this is a comment' should not be in
 the PDF? Because it is when I compile the document.

 Yes, with \asciimode “%” is a normal character but to put comments in
 your document you can use “%%”.


 Does not work on my side. Both percentage signs and the text after it are
 displayed in my document.


 Does this work?

 \asciimode
 \starttext
 % this is visible %% and this is not
 \stoptext

 When you can read the text after “%%” you need a newer context.


 I can read it, but I doubt it that I need a newer ConTeXt. I just this
 morning executed:
 first-setup.bat --context=current --extras=al

 It can not be much newer I would think.

 ConTeXt ver: 2011.05.18 18:04 MKIV fmt: 2011.8.15 int: english/english

^^

 You use a ConTeXt from May and comments for asciimode where added in Juli.


 I overlooked the first date. :-{


 I guess you have TeXLive 2011 installed which interferes with ConTeXt
 Standalone.


 I thought I only installed ConTeXt Standalone. (The one from
 http://minimals.contextgarden.net/setup/context-setup-mswin.zip.) How can
 I find the problem?

 I just checked with my version on Linux, there it works like it should. Now
 I have to make sure it works also under Windows.


I found the problem. On Windows I installed the current version (for a
client looks like the better option), while on Linux (where I work) I always
use the latest version.

-- 
Cecil Westerhof
___
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
___

Re: [NTG-context] List of special characters?

2006-12-28 Thread cormullion
I'm really struggling to get this working... I've got some keywords  
which i want to mark in the text with a special style:

--
\starttext
\usetypescript[adobekb][\defaultencoding]
\setupbodyfont[pos,9pt]
\setupcolors[state=start]
\define[1]\Keyword{%
{\startcolor[darkgreen]\bf{#1}\stopcolor}}


\chapter{Introduction}
\Keyword{if}

blah blah blah blah blah

\Keyword{for}

blah blah blah
--

This works great. But then I've got the following keywords:

# ! | \ @ ^ + - * /  %

Of these, i can get half of them to work:

--
\Keyword{\#}
\Keyword{\percent}
\Keyword{\}
\Keyword{\backslash}
[EMAIL PROTECTED]
\Keyword{/}
--

but i can't get any of the the remaining ones ( ! | ^ + - *  ) to.  
Any suggestions would be very welcome!

I was then going to go on to add an indexing command:

\define[1]\Keyword{%
{\startcolor[darkgreen]\bf{#1}\stopcolor}
 \index{#1}}

but this wasn't working either...

Help!



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] List of special characters?

2006-12-28 Thread Mojca Miklavec
On 12/28/06, [EMAIL PROTECTED] wrote:

 This works great. But then I've got the following keywords:

 # ! | \ @ ^ + - * /  %

Just copied from Aditya's code :)

\letterhash, \#
\letterexclamationmark
\letterbar
\letterbackslash
\letterat
\letterhat
\letterslash
\letterpercent, \%
\letterless
\lettermore
\letterampersand, \
\letteropenbrace, \{
\letterclosebrace, \}
etc.

Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] List of special characters?

2006-12-28 Thread cormullion
On 2006-12-28, at 13:15.0, Mojca Miklavec wrote:

 On 12/28/06, [EMAIL PROTECTED] wrote:

 This works great. But then I've got the following keywords:

 # ! | \ @ ^ + - * /  %

 Just copied from Aditya's code :)

 \letterhash, \#
 \letterexclamationmark
 \letterbar
 \letterbackslash
 \letterat
 \letterhat
 \letterslash
 \letterpercent, \%
 \letterless
 \lettermore
 \letterampersand, \
 \letteropenbrace, \{
 \letterclosebrace, \}

Thanks - they all work great!

A worthy addition to the manual...?!  :-)
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] List of special characters?

2006-12-28 Thread Idris Samawi Hamid
On Thu, 28 Dec 2006 07:00:07 -0700, [EMAIL PROTECTED] wrote:

 Just copied from Aditya's code

 \letterhash, \#
 \letterexclamationmark
 \letterbar
 \letterbackslash
 \letterat
 \letterhat
 \letterslash
 \letterpercent, \%
 \letterless
 \lettermore
 \letterampersand, \
 \letteropenbrace, \{
 \letterclosebrace, \}
 Thanks - they all work great!
 A worthy addition to the manual...?!

At least some mention should be made on the wiki (if it's already there  
please tell us where)...

Best
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] List of special characters?

2006-12-28 Thread cormullion
I've just discovered the command \showcharacters. It's not in the  
manuals, but useful for showing some of the characters available.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] List of special characters?

2006-12-25 Thread Taco Hoekwater
[EMAIL PROTECTED] wrote:
 Is there a list of special characters anywhere (eg \percent,  
 \upperleftsingle6quote, etc) ? I'm trying to insert a |, at the  
 moment, but I can't find a list...

I don't know if there is a list out there somewhere by a user, but
there is no 'official' one that I know of. Sounds like you are
looking for \textbar (found by grepping for \definecharacter in
the ConTeXt sources).

Best, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] List of special characters?

2006-12-25 Thread pete . boardman
On 2006-12-25, at 10:46.0, Taco Hoekwater wrote:

 [EMAIL PROTECTED] wrote:
 Is there a list of special characters anywhere (eg \percent,
 \upperleftsingle6quote, etc) ? I'm trying to insert a |, at the
 moment, but I can't find a list...

 I don't know if there is a list out there somewhere by a user, but
 there is no 'official' one that I know of. Sounds like you are
 looking for \textbar (found by grepping for \definecharacter in
 the ConTeXt sources).

Thanks Taco - textbar is indeed the one. I'll do some more searching  
and find the rest. But a list sounds like a nice thing to have...


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] List of special characters?

2006-12-25 Thread Mojca Miklavec
On 12/25/06, [EMAIL PROTECTED] wrote:
 On 2006-12-25, at 10:46.0, Taco Hoekwater wrote:

  [EMAIL PROTECTED] wrote:
  Is there a list of special characters anywhere (eg \percent,
  \upperleftsingle6quote, etc) ? I'm trying to insert a |, at the
  moment, but I can't find a list...
...
 Thanks Taco - textbar is indeed the one. I'll do some more searching
 and find the rest. But a list sounds like a nice thing to have...

There's a file contextnames.txt in the ConTeXt tree, see
http://source.contextgarden.net/context/data/contextnames.txt
Or a html version of it on
http://pub.mojca.org/tex/enco/contextlist/contextnames.html
- sorry, I should find a better place for it. However, there's only
the most common name listed (some glyphs have synonyms and they're not
collected there).

If you have any comments or suggestions, feel free to tell them.

Moca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context