ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* `\reference` does not print number
@ 2011-10-29 16:03 Paul Menzel
  2011-10-29 16:10 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2011-10-29 16:03 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1.1: Type: text/plain, Size: 632 bytes --]

Dear ConTeXt folks,


using

        ConTeXt  ver: 2011.10.14 22:47 MKIV  fmt: 2011.10.15  int: english/english

the example from the Wiki page for `\reference` [1] does not work.

        \starttext
        See page \ref[p][myref 1] and \ref[p][myref 2].
        \page
        \reference[myref 1]{} This is the first reference.
        \page
        \reference[myref 2]{} This is the second one.
        \stoptext

The numbers are not printed into the resulting file. Please find the
source file and resulting PDF file attached.


Thanks,

Paul


[1] http://wiki.contextgarden.net/Reference/en/reference

[-- Attachment #1.1.2: test.pdf --]
[-- Type: application/pdf, Size: 7521 bytes --]

[-- Attachment #1.1.3: test.tex --]
[-- Type: text/x-tex, Size: 185 bytes --]

\starttext
See page \ref[p][myref 1] and \ref[p][myref 2].
\page
\reference[myref 1]{} This is the first reference.
\page
\reference[myref 2]{} This is the second one.
\stoptext

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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] 3+ messages in thread

* Re: `\reference` does not print number
  2011-10-29 16:03 `\reference` does not print number Paul Menzel
@ 2011-10-29 16:10 ` Wolfgang Schuster
  2011-10-30 11:21   ` Wiki: Procedure to update the reference (was: `\reference` does not print number) Paul Menzel
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2011-10-29 16:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 29.10.2011 um 18:03 schrieb Paul Menzel:

> Dear ConTeXt folks,
> 
> 
> using
> 
>        ConTeXt  ver: 2011.10.14 22:47 MKIV  fmt: 2011.10.15  int: english/english
> 
> the example from the Wiki page for `\reference` [1] does not work.
> 
>        \starttext
>        See page \ref[p][myref 1] and \ref[p][myref 2].
>        \page
>        \reference[myref 1]{} This is the first reference.
>        \page
>        \reference[myref 2]{} This is the second one.
>        \stoptext
> 
> The numbers are not printed into the resulting file. Please find the
> source file and resulting PDF file attached.

Use “page” as keyword for the first argument or get the pagenumber with “\at[myref 1]”.

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

* Wiki: Procedure to update the reference (was: `\reference` does not print number)
  2011-10-29 16:10 ` Wolfgang Schuster
@ 2011-10-30 11:21   ` Paul Menzel
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2011-10-30 11:21 UTC (permalink / raw)
  To: ntg-context


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

Am Samstag, den 29.10.2011, 18:10 +0200 schrieb Wolfgang Schuster:
> Am 29.10.2011 um 18:03 schrieb Paul Menzel:

> > using
> > 
> >        ConTeXt  ver: 2011.10.14 22:47 MKIV  fmt: 2011.10.15  int: english/english
> > 
> > the example from the Wiki page for `\reference` [1] does not work.
> > 
> >        \starttext
> >        See page \ref[p][myref 1] and \ref[p][myref 2].
> >        \page
> >        \reference[myref 1]{} This is the first reference.
> >        \page
> >        \reference[myref 2]{} This is the second one.
> >        \stoptext
> > 
> > The numbers are not printed into the resulting file. Please find the
> > source file and resulting PDF file attached.
> 
> Use “page” as keyword for the first argument or get the pagenumber with “\at[myref 1]”.

Thank you as always for the quick solution to my problem!

Is the command reference in the Wiki auto generated or do I just expand
or improve the article for `\reference`?


Thanks,

Paul


[1] http://wiki.contextgarden.net/Reference/en/reference

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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] 3+ messages in thread

end of thread, other threads:[~2011-10-30 11:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-29 16:03 `\reference` does not print number Paul Menzel
2011-10-29 16:10 ` Wolfgang Schuster
2011-10-30 11:21   ` Wiki: Procedure to update the reference (was: `\reference` does not print number) Paul Menzel

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