ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \completepublications does not create index entry
@ 2010-03-12  0:30 Tom
  2010-03-12  1:00 ` Aditya Mahajan
  0 siblings, 1 reply; 6+ messages in thread
From: Tom @ 2010-03-12  0:30 UTC (permalink / raw)
  To: ntg-context

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


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

* Re: \completepublications does not create index entry
  2010-03-12  0:30 \completepublications does not create index entry Tom
@ 2010-03-12  1:00 ` Aditya Mahajan
  2010-03-12  1:26   ` Tom
  0 siblings, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2010-03-12  1:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: \completepublications does not create index entry
  2010-03-12  1:00 ` Aditya Mahajan
@ 2010-03-12  1:26   ` Tom
  2010-03-12  1:47     ` Aditya Mahajan
  0 siblings, 1 reply; 6+ messages in thread
From: Tom @ 2010-03-12  1:26 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

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-bounces@ntg.nl [mailto:ntg-context-bounces@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
___________________________________________________________________________________


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

* Re: \completepublications does not create index entry
  2010-03-12  1:26   ` Tom
@ 2010-03-12  1:47     ` Aditya Mahajan
  2010-03-12  2:25       ` Tom
  0 siblings, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2010-03-12  1:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: \completepublications does not create index entry
  2010-03-12  1:47     ` Aditya Mahajan
@ 2010-03-12  2:25       ` Tom
  2010-03-12  6:50         ` luigi scarso
  0 siblings, 1 reply; 6+ messages in thread
From: Tom @ 2010-03-12  2:25 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

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-bounces@ntg.nl [mailto:ntg-context-bounces@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
___________________________________________________________________________________


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

* Re: \completepublications does not create index entry
  2010-03-12  2:25       ` Tom
@ 2010-03-12  6:50         ` luigi scarso
  0 siblings, 0 replies; 6+ messages in thread
From: luigi scarso @ 2010-03-12  6:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Mar 12, 2010 at 3:25 AM, Tom <Tom@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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-03-12  6:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-12  0:30 \completepublications does not create index entry Tom
2010-03-12  1:00 ` Aditya Mahajan
2010-03-12  1:26   ` Tom
2010-03-12  1:47     ` Aditya Mahajan
2010-03-12  2:25       ` Tom
2010-03-12  6:50         ` luigi scarso

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