[NTG-context] \completepublications does not create index entry

2010-03-11 Thread Tom
\completepublications creates a satisfactory bibliography but doesn't create
an index entry. Is there a parameter that I don't know about that makes this
happen?

Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey





___
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] \completepublications does not create index entry

2010-03-11 Thread Aditya Mahajan

On Thu, 11 Mar 2010, Tom wrote:


\completepublications creates a satisfactory bibliography but doesn't create
an index entry. Is there a parameter that I don't know about that makes this
happen?


Erhm... why should the bibliography create an index entry? Did you mean an 
entry in table of contents?


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
___


Re: [NTG-context] \completepublications does not create index entry

2010-03-11 Thread Tom
Doh! Yes, I meant table of contents. I had index on my mind because the
index follows the bibliography and it has an entry in the TOC.

Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey




-Original Message-
From: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] On
Behalf Of Aditya Mahajan
Sent: Thursday, March 11, 2010 8:00 PM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] \completepublications does not create index entry

On Thu, 11 Mar 2010, Tom wrote:

 \completepublications creates a satisfactory bibliography but doesn't
create
 an index entry. Is there a parameter that I don't know about that makes
this
 happen?

Erhm... why should the bibliography create an index entry? Did you mean an 
entry in table of contents?

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
___


Re: [NTG-context] \completepublications does not create index entry

2010-03-11 Thread Aditya Mahajan

On Thu, 11 Mar 2010, Tom wrote:


Doh! Yes, I meant table of contents. I had index on my mind because the
index follows the bibliography and it has an entry in the TOC.


Indeed. MkII and MkIV behave differently with \completecontent.

\usemodule[bib]
\starttext
\completecontent
\completepublications
\stoptext

Gives references in the TOC with MkIV but not with MkII.

To get references in the TOC with MkII, you can use

\chapter{References}
\placepublications[criterium=all]

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
___


Re: [NTG-context] \completepublications does not create index entry

2010-03-11 Thread Tom
That did the trick. Now I know that I have MkII. The next newbie question
is: how do I create an entry in the TOC without it being assigned an
appendix letter? After the entry for the last chapter and before the
bibliography entry, I'd like APPENDICES to display and for bibliography to
be appendix A.

Thanks,

Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey




-Original Message-
From: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] On
Behalf Of Aditya Mahajan
Sent: Thursday, March 11, 2010 8:47 PM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] \completepublications does not create index entry

On Thu, 11 Mar 2010, Tom wrote:

 Doh! Yes, I meant table of contents. I had index on my mind because the
 index follows the bibliography and it has an entry in the TOC.

Indeed. MkII and MkIV behave differently with \completecontent.

\usemodule[bib]
\starttext
\completecontent
\completepublications
\stoptext

Gives references in the TOC with MkIV but not with MkII.

To get references in the TOC with MkII, you can use

\chapter{References}
\placepublications[criterium=all]

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
___


Re: [NTG-context] \completepublications does not create index entry

2010-03-11 Thread luigi scarso
On Fri, Mar 12, 2010 at 3:25 AM, Tom t...@tuxedo-press.com wrote:
 That did the trick. Now I know that I have MkII.
Given test.tex, for context MkIV at command line run
# context test.tex

for context MkII run
# texexec test.tex


-- 
luigi
___
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
___