ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnotes and interaction again
@ 2010-03-17 17:53 Philipp Gesang
  2010-03-17 21:58 ` Hans Hagen
  0 siblings, 1 reply; 8+ messages in thread
From: Philipp Gesang @ 2010-03-17 17:53 UTC (permalink / raw)
  To: ntg-context


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

Hi again,


I just ran into the footnote problem again, this time when referring to
labels inside footnotes.  As in the earlier thread the issue occurs with
mkiv only.

Example:
---8<--------------------------------------------------------------------------
\setupinteraction[state=start,focus=standard]

\starttext
\startfootnote
A label \reference[label:1]{} we will refer to.
\stopfootnote
\page[yes]
\goto{Here}[label:1] we refer somewhere.
It all happens on Page \ref[p][label:1].
\stoptext
---8<--------------------------------------------------------------------------

To be precise, you don't actually have to refer to the label, having it
inside a footnote causes the error.

Thanks for any suggestions,


Philipp

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

[-- Attachment #2: 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] 8+ messages in thread

* Re: Footnotes and interaction again
  2010-03-17 17:53 Footnotes and interaction again Philipp Gesang
@ 2010-03-17 21:58 ` Hans Hagen
  2010-03-18  5:58   ` Philipp Gesang
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2010-03-17 21:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Philipp Gesang

On 17-3-2010 18:53, Philipp Gesang wrote:
> \setupinteraction[state=start,focus=standard]
>
> \starttext
> \startfootnote
> A label \reference[label:1]{} we will refer to.
> \stopfootnote
> \page[yes]
> \goto{Here}[label:1] we refer somewhere.
> It all happens on Page \ref[p][label:1].
> \stoptext

in strc-ref.mkiv patch

\unexpanded\def\textreference {\dosingleargument\dotextreference}
\unexpanded\def\pagereference {\dosingleargument\dopagereference}
\unexpanded\def\reference     {\dosingleargument\doreference    }
\unexpanded\def\setreference  {\dodoubleargument\dosetreference }

(make them unexpandable)

-----------------------------------------------------------------
                                           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] 8+ messages in thread

* Re: Footnotes and interaction again
  2010-03-17 21:58 ` Hans Hagen
@ 2010-03-18  5:58   ` Philipp Gesang
  2010-03-18  7:01     ` Complete list of math symbols Mehdi Omidali
  0 siblings, 1 reply; 8+ messages in thread
From: Philipp Gesang @ 2010-03-18  5:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On 2010-03-17 <22:58:11>, Hans Hagen wrote:
> On 17-3-2010 18:53, Philipp Gesang wrote:
> >\setupinteraction[state=start,focus=standard]
> >
> >\starttext
> >\startfootnote
> >A label \reference[label:1]{} we will refer to.
> >\stopfootnote
> >\page[yes]
> >\goto{Here}[label:1] we refer somewhere.
> >It all happens on Page \ref[p][label:1].
> >\stoptext
> 
> in strc-ref.mkiv patch
> 
> \unexpanded\def\textreference {\dosingleargument\dotextreference}
> \unexpanded\def\pagereference {\dosingleargument\dopagereference}
> \unexpanded\def\reference     {\dosingleargument\doreference    }
> \unexpanded\def\setreference  {\dodoubleargument\dosetreference }
> 
> (make them unexpandable)

Great!  This one raised my ConTeXt user status from ‘happy’ to
‘extraordinarily happy’.

Philipp


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

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

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

[-- Attachment #2: 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] 8+ messages in thread

* Complete  list of math symbols
  2010-03-18  5:58   ` Philipp Gesang
@ 2010-03-18  7:01     ` Mehdi Omidali
  2010-03-18  9:17       ` Mojca Miklavec
  0 siblings, 1 reply; 8+ messages in thread
From: Mehdi Omidali @ 2010-03-18  7:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,
I want to know the complete list of math symbols in MKIV.
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Complete list of math symbols
  2010-03-18  7:01     ` Complete list of math symbols Mehdi Omidali
@ 2010-03-18  9:17       ` Mojca Miklavec
  2010-03-18 10:01         ` Aditya Mahajan
  2010-03-18 10:37         ` Mehdi Omidali
  0 siblings, 2 replies; 8+ messages in thread
From: Mojca Miklavec @ 2010-03-18  9:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Mar 18, 2010 at 08:01, Mehdi Omidali wrote:
> Hi,
> I want to know the complete list of math symbols in MKIV.

See char-def.lua and search for mathname and mathspec. The list may
not be complete, but any suggestions for adding new definitions are
welcome.

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


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

* Re: Complete list of math symbols
  2010-03-18  9:17       ` Mojca Miklavec
@ 2010-03-18 10:01         ` Aditya Mahajan
  2010-03-18 13:33           ` Alain Delmotte
  2010-03-18 10:37         ` Mehdi Omidali
  1 sibling, 1 reply; 8+ messages in thread
From: Aditya Mahajan @ 2010-03-18 10:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 18 Mar 2010, Mojca Miklavec wrote:

> On Thu, Mar 18, 2010 at 08:01, Mehdi Omidali wrote:
>> Hi,
>> I want to know the complete list of math symbols in MKIV.
>
> See char-def.lua and search for mathname and mathspec.

Or let ConTeXt search it for you:

\usemodule[fnt-10]

\starttext
\ShowCompleteFont{name:Cambria-Math}{10pt}{1}
\stoptext

The names beginning with m: in the last columns are defined in math mode.

> The list may
> not be complete, but any suggestions for adding new definitions are
> welcome.

+1

Aditya
___________________________________________________________________________________
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] 8+ messages in thread

* Re: Complete list of math symbols
  2010-03-18  9:17       ` Mojca Miklavec
  2010-03-18 10:01         ` Aditya Mahajan
@ 2010-03-18 10:37         ` Mehdi Omidali
  1 sibling, 0 replies; 8+ messages in thread
From: Mehdi Omidali @ 2010-03-18 10:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 3/18/2010 12:47 PM, Mojca Miklavec wrote:
> See char-def.lua and search for mathname and mathspec. The list may
> not be complete, but any suggestions for adding new definitions are
> welcome.
>
> Mojca
>    
Thanks. I will test as many symbol as I can and report in this post. 
Just for now, I think \cong is not related to the correct symbol.
Mehdi
___________________________________________________________________________________
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] 8+ messages in thread

* Re: Complete list of math symbols
  2010-03-18 10:01         ` Aditya Mahajan
@ 2010-03-18 13:33           ` Alain Delmotte
  0 siblings, 0 replies; 8+ messages in thread
From: Alain Delmotte @ 2010-03-18 13:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi!

Aditya Mahajan a écrit :
> On Thu, 18 Mar 2010, Mojca Miklavec wrote:
>
>> On Thu, Mar 18, 2010 at 08:01, Mehdi Omidali wrote:
>>> Hi,
>>> I want to know the complete list of math symbols in MKIV.
>>
>> See char-def.lua and search for mathname and mathspec.
>
> Or let ConTeXt search it for you:
>
> \usemodule[fnt-10]
>
> \starttext
> \ShowCompleteFont{name:Cambria-Math}{10pt}{1}
> \stoptext
This doesn't compile here (MKIV); I get
-----------
.../...
system : maths.top loaded

(maths.top)

fonts : preloading latin modern fonts

bodyfont : 12pt rm is loaded

language : language en is active

(C:/Programmes/ConTeXt/tex/texmf-context/tex/context/base/s-fnt-10.tex
-----------Here it stops and wait for an input???!!, so I have to crash it


Alain

>
> The names beginning with m: in the last columns are defined in math mode.
>
>> The list may
>> not be complete, but any suggestions for adding new definitions are
>> welcome.
>
> +1
>
> Aditya
> ___________________________________________________________________________________ 
>
> 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
> ___________________________________________________________________________________ 
>
>

___________________________________________________________________________________
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] 8+ messages in thread

end of thread, other threads:[~2010-03-18 13:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-17 17:53 Footnotes and interaction again Philipp Gesang
2010-03-17 21:58 ` Hans Hagen
2010-03-18  5:58   ` Philipp Gesang
2010-03-18  7:01     ` Complete list of math symbols Mehdi Omidali
2010-03-18  9:17       ` Mojca Miklavec
2010-03-18 10:01         ` Aditya Mahajan
2010-03-18 13:33           ` Alain Delmotte
2010-03-18 10:37         ` Mehdi Omidali

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