Re: [NTG-context] Footnote Failure

2010-02-22 Thread Hans Hagen

On 20-2-2010 17:35, John Haltiwanger wrote:

I'm having trouble understanding why the attached file fails with:

structure   : subject @ level 3 : 0.0.0 -  Information
! Undefined control sequence.
\dododescriptioncomponent ...entdescriptioncoding
   \s!tex \fi \ifx \currentde...
\@@notemakedescription ...list =,\c!bookmark =,][]
   \xdef \currentnotenumber {...
l.79 ...r in light of Pasquinelli's presentation.}

If I replace \footnote{} with parantheses, the included source compiles fine.

I've had a separate issue where a URL containing %'s seems to gum up
the system (that is, when I pared down the source to isolate the above
peculiarity I removed the URLs with %s and the other error, which
would stop compilation itself if the parantheses had solved the above
issue, disappeared.) Is pandoc producing the proper, or preferred,
\useURL syntax? I'm assuming pandoc aims for mkII over mkIV, but I
thought I read that the interface had not changed.


i'll fix it ... has to do with unwanted expansion in footnotes

btw, why not put the url defs somplace in your preamble, that way you 
have one spot to maintain them


\setupinteraction[state=start]

\starttext

\useURL[git:2][http://...][][Git Virtue]

\footnote{The views ... \from[git:2] }

\stoptext




-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] Footnote Failure

2010-02-22 Thread Khaled Hosny
On Mon, Feb 22, 2010 at 06:11:56PM +0100, Hans Hagen wrote:
 btw, why not put the url defs somplace in your preamble, that way
 you have one spot to maintain them
 
 \setupinteraction[state=start]
 
 \starttext
 
 \useURL[git:2][http://...][][Git Virtue]
 
 \footnote{The views ... \from[git:2] }
 
 \stoptext

And this one aspect of ConTeXt I can't get comfortable with, \useURL is
great and every thing, but it is overkill for my simple url use; I just
need a very simple, one call command, some thing like
\URL[http://...]{foo}.

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___
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] Footnote Failure

2010-02-22 Thread John Haltiwanger
On Mon, Feb 22, 2010 at 5:23 PM, Khaled Hosny khaledho...@eglug.org wrote:
 On Mon, Feb 22, 2010 at 06:11:56PM +0100, Hans Hagen wrote:
 btw, why not put the url defs somplace in your preamble, that way
 you have one spot to maintain them

 \setupinteraction[state=start]

 \starttext

 \useURL[git:2][http://...][][Git Virtue]

 \footnote{The views ... \from[git:2] }

 \stoptext

 And this one aspect of ConTeXt I can't get comfortable with, \useURL is
 great and every thing, but it is overkill for my simple url use; I just
 need a very simple, one call command, some thing like
 \URL[http://...]{foo}.


Another good idea, though I seem to remember Hans shooting this down before..
___
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] Footnote Failure

2010-02-22 Thread Hans Hagen

On 22-2-2010 18:23, Khaled Hosny wrote:

On Mon, Feb 22, 2010 at 06:11:56PM +0100, Hans Hagen wrote:

btw, why not put the url defs somplace in your preamble, that way
you have one spot to maintain them

\setupinteraction[state=start]

\starttext

\useURL[git:2][http://...][][Git Virtue]

\footnote{The views ... \from[git:2] }

\stoptext


And this one aspect of ConTeXt I can't get comfortable with, \useURL is
great and every thing, but it is overkill for my simple url use; I just
need a very simple, one call command, some thing like
\URL[http://...]{foo}.


\setupinteraction[state=start]

\starttext

bla \goto{pragma site}[url(http://www.pragma-ade.com)] bla

\stoptext



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] Footnote Failure

2010-02-22 Thread Wolfgang Schuster

Am 22.02.10 18:23, schrieb Khaled Hosny:

On Mon, Feb 22, 2010 at 06:11:56PM +0100, Hans Hagen wrote:
   

btw, why not put the url defs somplace in your preamble, that way
you have one spot to maintain them

\setupinteraction[state=start]

\starttext

\useURL[git:2][http://...][][Git Virtue]

\footnote{The views ... \from[git:2] }

\stoptext
 

And this one aspect of ConTeXt I can't get comfortable with, \useURL is
great and every thing, but it is overkill for my simple url use; I just
need a very simple, one call command, some thing like
\URL[http://...]{foo}.
   

\goto{foo}[url(http://...)]

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] Footnote Failure

2010-02-22 Thread Khaled Hosny
On Mon, Feb 22, 2010 at 06:36:02PM +0100, Hans Hagen wrote:
 On 22-2-2010 18:23, Khaled Hosny wrote:
 On Mon, Feb 22, 2010 at 06:11:56PM +0100, Hans Hagen wrote:
 btw, why not put the url defs somplace in your preamble, that way
 you have one spot to maintain them
 
 \setupinteraction[state=start]
 
 \starttext
 
 \useURL[git:2][http://...][][Git Virtue]
 
 \footnote{The views ... \from[git:2] }
 
 \stoptext
 
 And this one aspect of ConTeXt I can't get comfortable with, \useURL is
 great and every thing, but it is overkill for my simple url use; I just
 need a very simple, one call command, some thing like
 \URL[http://...]{foo}.
 
 \setupinteraction[state=start]
 
 \starttext
 
 bla \goto{pragma site}[url(http://www.pragma-ade.com)] bla
 
 \stoptext

Ah, cool, never know that ConTeXt has such feature!

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___
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
___


[NTG-context] Footnote Failure

2010-02-20 Thread John Haltiwanger
I'm having trouble understanding why the attached file fails with:

structure   : subject @ level 3 : 0.0.0 - Information
! Undefined control sequence.
\dododescriptioncomponent ...entdescriptioncoding
  \s!tex \fi \ifx \currentde...
\@@notemakedescription ...list =,\c!bookmark =,][]
  \xdef \currentnotenumber {...
l.79 ...r in light of Pasquinelli's presentation.}

If I replace \footnote{} with parantheses, the included source compiles fine.

I've had a separate issue where a URL containing %'s seems to gum up
the system (that is, when I pared down the source to isolate the above
peculiarity I removed the URLs with %s and the other error, which
would stop compilation itself if the parantheses had solved the above
issue, disappeared.) Is pandoc producing the proper, or preferred,
\useURL syntax? I'm assuming pandoc aims for mkII over mkIV, but I
thought I read that the interface had not changed.

Sincerely,
John Haltiwanger


fail.tex
Description: TeX document
___
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
___