[NTG-context] Footnotes in PDF bookmarks

2008-01-05 Thread Marco Costa
Hello

I'm having a problem: footnotes that I've placed in chapter titles
are appearing in PDF bookmarks (after the title text).

The Table of Contents is OK, the footnotes are ignored there.

Is there some way of making the footnotes not appear in PDF bookmarks?
(I'm using XeTeX).

Thanks.
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] symbols in luatex?

2008-01-05 Thread Wolfgang Schuster
On Fri, 4 Jan 2008 21:30:09 +0100
Thomas A. Schmitz [EMAIL PROTECTED] wrote:

 
 On Jan 4, 2008, at 6:39 PM, Wolfgang Schuster wrote:
 
  The following should work.
 
  % engine=luatex
 
  \definecharacter anglebracketleft  \char2329
  \definecharacter anglebracketright \char232A
 
  \starttext
 
  text \anglebracketleft text\anglebracketright\ text
 
  \stoptext
 
  Wolfgang
 
 On Jan 4, 2008, at 7:42 PM, Hans Hagen wrote:
 
  \definedfont[name:TeXGyreHeros-Regular] \otfchar{uni0323} % 803 ?
 
 Hans, Wolfgang,
 
 thanks a lot! Wolfgang's approach works immediately. \otfchar doesn't  
 seem to work, but I could combine your suggestion with Wolfgang's and  
 now have
 
 {\bgroup\definedfont[name:TeXGyreHeros-Regular]\char2329\egroup}
 
 Cool! Without fiddling with map files and encodings, I can take glyphs  
 from whatever OTF font I want.

There is a better font if you need only symbols, choose the Unicode
Symbols link on the following page.

http://users.teilar.gr/~g1951d/

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] symbols in luatex?

2008-01-05 Thread Wolfgang Schuster
On Fri, 04 Jan 2008 21:40:55 +0100
Hans Hagen [EMAIL PROTECTED] wrote:

 Thomas A. Schmitz wrote:
 
  {\bgroup\definedfont[name:TeXGyreHeros-Regular]\char2329\egroup}
 
 ah so you know the number ...
 
 \getglyph{name:TeXGyreHeros-Regular}{\char2329}
 
 should also work then

Is it also possible to select glyphs with the Adobe names, I saw you
have a complete list char-def.lua and it would be nice to write
\getnamedglyph{name:TeXGyreHeros-Regular}{angleleft} with the same
result as above.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] symbols in luatex?

2008-01-05 Thread Mojca Miklavec
On Jan 5, 2008 10:03 AM, Wolfgang Schuster wrote:
 On Fri, 04 Jan 2008 21:40:55 +0100
 Hans Hagen wrote:

  Thomas A. Schmitz wrote:
 
   {\bgroup\definedfont[name:TeXGyreHeros-Regular]\char2329\egroup}
 
  ah so you know the number ...
 
  \getglyph{name:TeXGyreHeros-Regular}{\char2329}
 
  should also work then

 Is it also possible to select glyphs with the Adobe names, I saw you
 have a complete list char-def.lua and it would be nice to write
 \getnamedglyph{name:TeXGyreHeros-Regular}{angleleft} with the same
 result as above.

One thing that you can try is to add
contextname='angleleft'
to the corresponding entry in char-def.lua and then use
\getglyph{name:TeXGyreHeros-Regular}{\angleleft}
improvements for char-def.lua are welcome anyway.

Hans, should contextnames.txt be deleted now? So that only one list
will be kept up to date.

XeTeX offers \XeTeXglyphdindex{angleleft} (in LuaTeX you can achieve
the same with some coding), but I agree that some high-level macro to
access glyphs by name might be handy.

Mojca
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] symbols in luatex?

2008-01-05 Thread Thomas A. Schmitz

On Jan 5, 2008, at 10:00 AM, Wolfgang Schuster wrote:

 There is a better font if you need only symbols, choose the Unicode
 Symbols link on the following page.

 http://users.teilar.gr/~g1951d/

 Wolfgang

Great fonts! Really excellent, thanks a lot for the link, Wolfgang!

Thomas
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \useURL third parameter

2008-01-05 Thread John Culleton
I find in the wiki examples of \useURL. The third parameter is however a 
mystery to me. What is it used for? 
-- 
John Culleton
Resources for every author and publisher:
http://wexfordpress.com/tex/shortlist.pdf
http://wexfordpress.com/tex/packagers.pdf
http://www.creativemindspress.com/newbiefaq.htm
http://www.gropenassoc.com/TopLevelPages/reference%20desk.htm
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] {Spam?} Re: [SPAM] \useURL third parameter

2008-01-05 Thread Mike Santy
Think of it as the query parameters of the URL.  See
http://texshow.contextgarden.net/command/detail/452

Cheers,
Mike


On 1/5/08 9:41 AM, John Culleton [EMAIL PROTECTED] wrote:

 I find in the wiki examples of \useURL. The third parameter is however a
 mystery to me. What is it used for? 

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \useURL problem.

2008-01-05 Thread John Culleton
If I use e.g.:
\useURL[a][http://www.creativemindspress.com]\from[a]

 it works but if I use 
\useURL[a][http://www.creativemindspress.com/bkpckg.htm ]\from[a]

I get an error message.  Yet the second form is a valid url.  
Any suggestions?

-- 
John Culleton
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \useURL problem.

2008-01-05 Thread John Culleton
On Saturday 05 January 2008 01:46:53 pm John Culleton wrote:
 If I use e.g.:
 \useURL[a][http://www.creativemindspress.com]\from[a]

  it works but if I use
 \useURL[a][http://www.creativemindspress.com/bkpckg.htm ]\from[a]

 I get an error message.  Yet the second form is a valid url.
 Any suggestions?

As usual found the error after asking.  The stray space after htm generates 
an error.

-- 
John Culleton
Resources for every author and publisher:
http://wexfordpress.com/tex/shortlist.pdf
http://wexfordpress.com/tex/packagers.pdf
http://www.creativemindspress.com/newbiefaq.htm
http://www.gropenassoc.com/TopLevelPages/reference%20desk.htm
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___