ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnote Failure
@ 2010-02-20 16:35 John Haltiwanger
  2010-02-22 17:11 ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: John Haltiwanger @ 2010-02-20 16:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]

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

[-- Attachment #2: fail.tex --]
[-- Type: application/x-tex, Size: 3750 bytes --]

[-- Attachment #3: Type: text/plain, Size: 486 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: Footnote Failure
  2010-02-20 16:35 Footnote Failure John Haltiwanger
@ 2010-02-22 17:11 ` Hans Hagen
  2010-02-22 17:23   ` Khaled Hosny
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2010-02-22 17:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Footnote Failure
  2010-02-22 17:11 ` Hans Hagen
@ 2010-02-22 17:23   ` Khaled Hosny
  2010-02-22 17:31     ` John Haltiwanger
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Khaled Hosny @ 2010-02-22 17:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Footnote Failure
  2010-02-22 17:23   ` Khaled Hosny
@ 2010-02-22 17:31     ` John Haltiwanger
  2010-02-22 17:36     ` Hans Hagen
  2010-02-22 17:41     ` Wolfgang Schuster
  2 siblings, 0 replies; 7+ messages in thread
From: John Haltiwanger @ 2010-02-22 17:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Feb 22, 2010 at 5:23 PM, Khaled Hosny <khaledhosny@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
___________________________________________________________________________________


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

* Re: Footnote Failure
  2010-02-22 17:23   ` Khaled Hosny
  2010-02-22 17:31     ` John Haltiwanger
@ 2010-02-22 17:36     ` Hans Hagen
  2010-02-22 17:43       ` Khaled Hosny
  2010-02-22 17:41     ` Wolfgang Schuster
  2 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2010-02-22 17:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Footnote Failure
  2010-02-22 17:23   ` Khaled Hosny
  2010-02-22 17:31     ` John Haltiwanger
  2010-02-22 17:36     ` Hans Hagen
@ 2010-02-22 17:41     ` Wolfgang Schuster
  2 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Schuster @ 2010-02-22 17:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Footnote Failure
  2010-02-22 17:36     ` Hans Hagen
@ 2010-02-22 17:43       ` Khaled Hosny
  0 siblings, 0 replies; 7+ messages in thread
From: Khaled Hosny @ 2010-02-22 17:43 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-02-22 17:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-20 16:35 Footnote Failure John Haltiwanger
2010-02-22 17:11 ` Hans Hagen
2010-02-22 17:23   ` Khaled Hosny
2010-02-22 17:31     ` John Haltiwanger
2010-02-22 17:36     ` Hans Hagen
2010-02-22 17:43       ` Khaled Hosny
2010-02-22 17:41     ` Wolfgang Schuster

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).