ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bib problem
@ 2010-12-23 14:33 Emanuele Sacco
  2010-12-23 17:21 ` Emanuele Sacco
  2010-12-24  1:33 ` luigi scarso
  0 siblings, 2 replies; 9+ messages in thread
From: Emanuele Sacco @ 2010-12-23 14:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all

with this code

%------

\usemodule[bib]
\setupbibtex[database=biblio]
\setuppublications[alternative=ams,criterium=cite,numbering=yes]
\setuppublicationlist[finalnamesep={ and }]


\starttext
\startbodymatter
\part{First Part}
\chapter{First Chapter}
Look at this \cite[heinsch]

\part{Secon Part}
\chapter{Secon Chapter}
Look at this \cite[heinsch]

\stopbodymatter

\startbackmatter
\completepublications
\stopbackmatter

\stoptext

%-------

where

biblio.bib is


%------

@book{heinsch,
	Address = {Mineola},
	Author = {H. K. Henisch},
	Date-Added = {2010-09-30 14:07:14 +0200},
	Date-Modified = {2010-09-30 14:14:49 +0200},
	Publisher = {Dover Publications},
	Title = {Crystal Growth in Gels},
	Year = {1996}}

%------


I don't have the number inside the [].


Emanuele



-- 
Al mondo ci sono 10 tipi di persone: quelli che conoscono il sistema
binario e quelli che non lo conoscono.
___________________________________________________________________________________
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] 9+ messages in thread

* Re: bib problem
  2010-12-23 14:33 bib problem Emanuele Sacco
@ 2010-12-23 17:21 ` Emanuele Sacco
  2010-12-24  1:33 ` luigi scarso
  1 sibling, 0 replies; 9+ messages in thread
From: Emanuele Sacco @ 2010-12-23 17:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I'm using MKII.

2010/12/23 Emanuele Sacco <emanuelesacco@gmail.com>:
> Hi all
>
> with this code
>
> %------
>
> \usemodule[bib]
> \setupbibtex[database=biblio]
> \setuppublications[alternative=ams,criterium=cite,numbering=yes]
> \setuppublicationlist[finalnamesep={ and }]
>
>
> \starttext
> \startbodymatter
> \part{First Part}
> \chapter{First Chapter}
> Look at this \cite[heinsch]
>
> \part{Secon Part}
> \chapter{Secon Chapter}
> Look at this \cite[heinsch]
>
> \stopbodymatter
>
> \startbackmatter
> \completepublications
> \stopbackmatter
>
> \stoptext
>
> %-------
>
> where
>
> biblio.bib is
>
>
> %------
>
> @book{heinsch,
>        Address = {Mineola},
>        Author = {H. K. Henisch},
>        Date-Added = {2010-09-30 14:07:14 +0200},
>        Date-Modified = {2010-09-30 14:14:49 +0200},
>        Publisher = {Dover Publications},
>        Title = {Crystal Growth in Gels},
>        Year = {1996}}
>
> %------
>
>
> I don't have the number inside the [].
>
>
> Emanuele
>
>
>
> --
> Al mondo ci sono 10 tipi di persone: quelli che conoscono il sistema
> binario e quelli che non lo conoscono.
>



-- 
Al mondo ci sono 10 tipi di persone: quelli che conoscono il sistema
binario e quelli che non lo conoscono.
___________________________________________________________________________________
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] 9+ messages in thread

* Re: bib problem
  2010-12-23 14:33 bib problem Emanuele Sacco
  2010-12-23 17:21 ` Emanuele Sacco
@ 2010-12-24  1:33 ` luigi scarso
  2010-12-24  9:13   ` Emanuele Sacco
  1 sibling, 1 reply; 9+ messages in thread
From: luigi scarso @ 2010-12-24  1:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Dec 23, 2010 at 3:33 PM, Emanuele Sacco <emanuelesacco@gmail.com> wrote:
> Hi all
>
> with this code
>
> %------
>
> \usemodule[bib]
> \setupbibtex[database=biblio]
> \setuppublications[alternative=ams,criterium=cite,numbering=yes]
> \setuppublicationlist[finalnamesep={ and }]
>
>
> \starttext
> \startbodymatter
> \part{First Part}
> \chapter{First Chapter}
> Look at this \cite[heinsch]
>
> \part{Secon Part}
> \chapter{Secon Chapter}
> Look at this \cite[heinsch]
>
> \stopbodymatter
>
> \startbackmatter
> \completepublications
> \stopbackmatter
>
> \stoptext
>
> %-------
>
> where
>
> biblio.bib is
>
>
> %------
>
> @book{heinsch,
>        Address = {Mineola},
>        Author = {H. K. Henisch},
>        Date-Added = {2010-09-30 14:07:14 +0200},
>        Date-Modified = {2010-09-30 14:14:49 +0200},
>        Publisher = {Dover Publications},
>        Title = {Crystal Growth in Gels},
>        Year = {1996}}
>
> %------
>
>
> I don't have the number inside the [].
>
>
> Emanuele
>
>
>
> --
> Al mondo ci sono 10 tipi di persone: quelli che conoscono il sistema
> binario e quelli che non lo conoscono.
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>
It seems that bib doesn't play well with "*matter":
just uncomment %\start*matter
and the result is different
%---------------
\usemodule[bib]
\setupbibtex[database=biblio]
\setuppublications[alternative=ams,
                  criterium=cite,
                  numbering=yes]
\setuppublicationlist[finalnamesep={ and }]

\starttext
%\startbodymatter
%\part{First Part}
\chapter{First Chapter}
Look at this \cite[num][heinsch]
\starttabulate[|l|l|p|]
\NC \type{key}\NC    \type{\cite[key][heinsch]}\NC               \NC\NR
\NC author\NC      \cite[author][heinsch] \NC(from `a')\hfil\NC\NR
\NC doi\NC         \cite[doi][heinsch]\NC (from `d')\hfil\NC\NR
\NC key\NC         \cite[key][heinsch]\NC (from `k')\hfil\NC\NR
\NC serial\NC      \cite[serial][heinsch]\NC (from `n')\hfil\NC\NR
\NC short\NC       \cite[short][heinsch]\NC (from `s')\hfil\NC\NR
\NC type\NC        \cite[type][heinsch]\NC (from `t')\hfil\NC\NR
\NC year\NC        \cite[year][heinsch]\NC (from `y')\hfil\NC\NR
\NC url\NC         \cite[url][heinsch]\NC (from `u')\hfil\NC\NR
\NC num\NC         \cite[num][heinsch]\NC (this is a reference to
                                       the sequence number used in
the publication list)\hfil\NC\NR
\NC authoryear\NC  \cite[authoryear][heinsch]\NC(from `a' and `y')\hfil\NC\NR
\NC authoryears\NC \cite[authoryears][heinsch]\NC(from `a' and `y')\hfil\NC\NR
\NC authornum\NC  \cite[authornum][heinsch]\NC(from `a' and `num')\hfil\NC\NR
%\NC data\NC        \vtop{\hsize .45\hsize \cite[data][heinsch]}\NC
The data content of the entry\hfil\NC\NR
\NC page\NC        \cite[page][heinsch]\NC (a page reference)\hfil\NC\NR
\stoptabulate




%\stopbodymatter

%\startbackmatter
\completepublications
%\stopbackmatter

\stoptext

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

* Re: bib problem
  2010-12-24  1:33 ` luigi scarso
@ 2010-12-24  9:13   ` Emanuele Sacco
  2010-12-24  9:39     ` luigi scarso
  0 siblings, 1 reply; 9+ messages in thread
From: Emanuele Sacco @ 2010-12-24  9:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks, but what about this:

%-------------

\usemodule[bib]
\setupbibtex[database=biblio]
\setuppublications[alternative=ams,
                 criterium=cite,
                 numbering=yes]
\setuppublicationlist[finalnamesep={ and }]

\starttext
%\startbodymatter
\part{First Part}
\chapter{First Chapter}
Look at this \cite[num][heinsch]
\starttabulate[|l|l|p|]
\NC \type{key}\NC    \type{\cite[key][heinsch]}\NC               \NC\NR
\NC author\NC      \cite[author][heinsch] \NC(from `a')\hfil\NC\NR
\NC doi\NC         \cite[doi][heinsch]\NC (from `d')\hfil\NC\NR
\NC key\NC         \cite[key][heinsch]\NC (from `k')\hfil\NC\NR
\NC serial\NC      \cite[serial][heinsch]\NC (from `n')\hfil\NC\NR
\NC short\NC       \cite[short][heinsch]\NC (from `s')\hfil\NC\NR
\NC type\NC        \cite[type][heinsch]\NC (from `t')\hfil\NC\NR
\NC year\NC        \cite[year][heinsch]\NC (from `y')\hfil\NC\NR
\NC url\NC         \cite[url][heinsch]\NC (from `u')\hfil\NC\NR
\NC num\NC         \cite[num][heinsch]\NC (this is a reference to
                                      the sequence number used in
the publication list)\hfil\NC\NR
\NC authoryear\NC  \cite[authoryear][heinsch]\NC(from `a' and `y')\hfil\NC\NR
\NC authoryears\NC \cite[authoryears][heinsch]\NC(from `a' and `y')\hfil\NC\NR
\NC authornum\NC  \cite[authornum][heinsch]\NC(from `a' and `num')\hfil\NC\NR
%\NC data\NC        \vtop{\hsize .45\hsize \cite[data][heinsch]}\NC
The data content of the entry\hfil\NC\NR
\NC page\NC        \cite[page][heinsch]\NC (a page reference)\hfil\NC\NR
\stoptabulate

\part{Second Part}
\chapter{Second Chapter}
Look at this \cite[num][heinsch]
\starttabulate[|l|l|p|]
\NC \type{key}\NC    \type{\cite[key][heinsch]}\NC               \NC\NR
\NC author\NC      \cite[author][heinsch] \NC(from `a')\hfil\NC\NR
\NC doi\NC         \cite[doi][heinsch]\NC (from `d')\hfil\NC\NR
\NC key\NC         \cite[key][heinsch]\NC (from `k')\hfil\NC\NR
\NC serial\NC      \cite[serial][heinsch]\NC (from `n')\hfil\NC\NR
\NC short\NC       \cite[short][heinsch]\NC (from `s')\hfil\NC\NR
\NC type\NC        \cite[type][heinsch]\NC (from `t')\hfil\NC\NR
\NC year\NC        \cite[year][heinsch]\NC (from `y')\hfil\NC\NR
\NC url\NC         \cite[url][heinsch]\NC (from `u')\hfil\NC\NR
\NC num\NC         \cite[num][heinsch]\NC (this is a reference to
                                      the sequence number used in
the publication list)\hfil\NC\NR
\NC authoryear\NC  \cite[authoryear][heinsch]\NC(from `a' and `y')\hfil\NC\NR
\NC authoryears\NC \cite[authoryears][heinsch]\NC(from `a' and `y')\hfil\NC\NR
\NC authornum\NC  \cite[authornum][heinsch]\NC(from `a' and `num')\hfil\NC\NR
%\NC data\NC        \vtop{\hsize .45\hsize \cite[data][heinsch]}\NC
The data content of the entry\hfil\NC\NR
\NC page\NC        \cite[page][heinsch]\NC (a page reference)\hfil\NC\NR
\stoptabulate



%\stopbodymatter

%\startbackmatter
\completepublications
%\stopbackmatter

\stoptext

%----------


2010/12/24 luigi scarso <luigi.scarso@gmail.com>:
> On Thu, Dec 23, 2010 at 3:33 PM, Emanuele Sacco <emanuelesacco@gmail.com> wrote:
>> Hi all
>>
>> with this code
>>
>> %------
>>
>> \usemodule[bib]
>> \setupbibtex[database=biblio]
>> \setuppublications[alternative=ams,criterium=cite,numbering=yes]
>> \setuppublicationlist[finalnamesep={ and }]
>>
>>
>> \starttext
>> \startbodymatter
>> \part{First Part}
>> \chapter{First Chapter}
>> Look at this \cite[heinsch]
>>
>> \part{Secon Part}
>> \chapter{Secon Chapter}
>> Look at this \cite[heinsch]
>>
>> \stopbodymatter
>>
>> \startbackmatter
>> \completepublications
>> \stopbackmatter
>>
>> \stoptext
>>
>> %-------
>>
>> where
>>
>> biblio.bib is
>>
>>
>> %------
>>
>> @book{heinsch,
>>        Address = {Mineola},
>>        Author = {H. K. Henisch},
>>        Date-Added = {2010-09-30 14:07:14 +0200},
>>        Date-Modified = {2010-09-30 14:14:49 +0200},
>>        Publisher = {Dover Publications},
>>        Title = {Crystal Growth in Gels},
>>        Year = {1996}}
>>
>> %------
>>
>>
>> I don't have the number inside the [].
>>
>>
>> Emanuele
>>
>>
>>
>> --
>> Al mondo ci sono 10 tipi di persone: quelli che conoscono il sistema
>> binario e quelli che non lo conoscono.
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
>>
> It seems that bib doesn't play well with "*matter":
> just uncomment %\start*matter
> and the result is different
> %---------------
> \usemodule[bib]
> \setupbibtex[database=biblio]
> \setuppublications[alternative=ams,
>                  criterium=cite,
>                  numbering=yes]
> \setuppublicationlist[finalnamesep={ and }]
>
> \starttext
> %\startbodymatter
> %\part{First Part}
> \chapter{First Chapter}
> Look at this \cite[num][heinsch]
> \starttabulate[|l|l|p|]
> \NC \type{key}\NC    \type{\cite[key][heinsch]}\NC               \NC\NR
> \NC author\NC      \cite[author][heinsch] \NC(from `a')\hfil\NC\NR
> \NC doi\NC         \cite[doi][heinsch]\NC (from `d')\hfil\NC\NR
> \NC key\NC         \cite[key][heinsch]\NC (from `k')\hfil\NC\NR
> \NC serial\NC      \cite[serial][heinsch]\NC (from `n')\hfil\NC\NR
> \NC short\NC       \cite[short][heinsch]\NC (from `s')\hfil\NC\NR
> \NC type\NC        \cite[type][heinsch]\NC (from `t')\hfil\NC\NR
> \NC year\NC        \cite[year][heinsch]\NC (from `y')\hfil\NC\NR
> \NC url\NC         \cite[url][heinsch]\NC (from `u')\hfil\NC\NR
> \NC num\NC         \cite[num][heinsch]\NC (this is a reference to
>                                       the sequence number used in
> the publication list)\hfil\NC\NR
> \NC authoryear\NC  \cite[authoryear][heinsch]\NC(from `a' and `y')\hfil\NC\NR
> \NC authoryears\NC \cite[authoryears][heinsch]\NC(from `a' and `y')\hfil\NC\NR
> \NC authornum\NC  \cite[authornum][heinsch]\NC(from `a' and `num')\hfil\NC\NR
> %\NC data\NC        \vtop{\hsize .45\hsize \cite[data][heinsch]}\NC
> The data content of the entry\hfil\NC\NR
> \NC page\NC        \cite[page][heinsch]\NC (a page reference)\hfil\NC\NR
> \stoptabulate
>
>
>
>
> %\stopbodymatter
>
> %\startbackmatter
> \completepublications
> %\stopbackmatter
>
> \stoptext
>
> --
> 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
> ___________________________________________________________________________________
>



-- 
Al mondo ci sono 10 tipi di persone: quelli che conoscono il sistema
binario e quelli che non lo conoscono.
___________________________________________________________________________________
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] 9+ messages in thread

* Re: bib problem
  2010-12-24  9:13   ` Emanuele Sacco
@ 2010-12-24  9:39     ` luigi scarso
  2010-12-24 10:06       ` Emanuele Sacco
  0 siblings, 1 reply; 9+ messages in thread
From: luigi scarso @ 2010-12-24  9:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Dec 24, 2010 at 10:13 AM, Emanuele Sacco
<emanuelesacco@gmail.com> wrote:
> Thanks, but what about this:
>
> %-------------
>
> \usemodule[bib]
> \setupbibtex[database=biblio]
> \setuppublications[alternative=ams,
>                 criterium=cite,
>                 numbering=yes]
> \setuppublicationlist[finalnamesep={ and }]
>
> \starttext
> %\startbodymatter
> \part{First Part}
> \chapter{First Chapter}
> Look at this \cite[num][heinsch]
> \starttabulate[|l|l|p|]
> \NC \type{key}\NC    \type{\cite[key][heinsch]}\NC               \NC\NR
> \NC author\NC      \cite[author][heinsch] \NC(from `a')\hfil\NC\NR
> \NC doi\NC         \cite[doi][heinsch]\NC (from `d')\hfil\NC\NR
> \NC key\NC         \cite[key][heinsch]\NC (from `k')\hfil\NC\NR
> \NC serial\NC      \cite[serial][heinsch]\NC (from `n')\hfil\NC\NR
> \NC short\NC       \cite[short][heinsch]\NC (from `s')\hfil\NC\NR
> \NC type\NC        \cite[type][heinsch]\NC (from `t')\hfil\NC\NR
> \NC year\NC        \cite[year][heinsch]\NC (from `y')\hfil\NC\NR
> \NC url\NC         \cite[url][heinsch]\NC (from `u')\hfil\NC\NR
> \NC num\NC         \cite[num][heinsch]\NC (this is a reference to
>                                      the sequence number used in
> the publication list)\hfil\NC\NR
> \NC authoryear\NC  \cite[authoryear][heinsch]\NC(from `a' and `y')\hfil\NC\NR
> \NC authoryears\NC \cite[authoryears][heinsch]\NC(from `a' and `y')\hfil\NC\NR
> \NC authornum\NC  \cite[authornum][heinsch]\NC(from `a' and `num')\hfil\NC\NR
> %\NC data\NC        \vtop{\hsize .45\hsize \cite[data][heinsch]}\NC
> The data content of the entry\hfil\NC\NR
> \NC page\NC        \cite[page][heinsch]\NC (a page reference)\hfil\NC\NR
> \stoptabulate
>
> \part{Second Part}
> \chapter{Second Chapter}
> Look at this \cite[num][heinsch]
> \starttabulate[|l|l|p|]
> \NC \type{key}\NC    \type{\cite[key][heinsch]}\NC               \NC\NR
> \NC author\NC      \cite[author][heinsch] \NC(from `a')\hfil\NC\NR
> \NC doi\NC         \cite[doi][heinsch]\NC (from `d')\hfil\NC\NR
> \NC key\NC         \cite[key][heinsch]\NC (from `k')\hfil\NC\NR
> \NC serial\NC      \cite[serial][heinsch]\NC (from `n')\hfil\NC\NR
> \NC short\NC       \cite[short][heinsch]\NC (from `s')\hfil\NC\NR
> \NC type\NC        \cite[type][heinsch]\NC (from `t')\hfil\NC\NR
> \NC year\NC        \cite[year][heinsch]\NC (from `y')\hfil\NC\NR
> \NC url\NC         \cite[url][heinsch]\NC (from `u')\hfil\NC\NR
> \NC num\NC         \cite[num][heinsch]\NC (this is a reference to
>                                      the sequence number used in
> the publication list)\hfil\NC\NR
> \NC authoryear\NC  \cite[authoryear][heinsch]\NC(from `a' and `y')\hfil\NC\NR
> \NC authoryears\NC \cite[authoryears][heinsch]\NC(from `a' and `y')\hfil\NC\NR
> \NC authornum\NC  \cite[authornum][heinsch]\NC(from `a' and `num')\hfil\NC\NR
> %\NC data\NC        \vtop{\hsize .45\hsize \cite[data][heinsch]}\NC
> The data content of the entry\hfil\NC\NR
> \NC page\NC        \cite[page][heinsch]\NC (a page reference)\hfil\NC\NR
> \stoptabulate
>
>
>
> %\stopbodymatter
>
> %\startbackmatter
> \completepublications
> %\stopbackmatter
>
> \stoptext
>
> %----------
Yes, it seems that bib acts correctly only inside a \part sectioning.

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

* Re: bib problem
  2010-12-24  9:39     ` luigi scarso
@ 2010-12-24 10:06       ` Emanuele Sacco
  2010-12-24 10:07         ` luigi scarso
  0 siblings, 1 reply; 9+ messages in thread
From: Emanuele Sacco @ 2010-12-24 10:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Not all bib, but the alternatives different from the default one. If I
remove alternative=ams all works for me olso with *matters.

2010/12/24 luigi scarso <luigi.scarso@gmail.com>:
> On Fri, Dec 24, 2010 at 10:13 AM, Emanuele Sacco
> <emanuelesacco@gmail.com> wrote:
>> Thanks, but what about this:
>>
>> %-------------
>>
>> \usemodule[bib]
>> \setupbibtex[database=biblio]
>> \setuppublications[alternative=ams,
>>                 criterium=cite,
>>                 numbering=yes]
>> \setuppublicationlist[finalnamesep={ and }]
>>
>> \starttext
>> %\startbodymatter
>> \part{First Part}
>> \chapter{First Chapter}
>> Look at this \cite[num][heinsch]
>> \starttabulate[|l|l|p|]
>> \NC \type{key}\NC    \type{\cite[key][heinsch]}\NC               \NC\NR
>> \NC author\NC      \cite[author][heinsch] \NC(from `a')\hfil\NC\NR
>> \NC doi\NC         \cite[doi][heinsch]\NC (from `d')\hfil\NC\NR
>> \NC key\NC         \cite[key][heinsch]\NC (from `k')\hfil\NC\NR
>> \NC serial\NC      \cite[serial][heinsch]\NC (from `n')\hfil\NC\NR
>> \NC short\NC       \cite[short][heinsch]\NC (from `s')\hfil\NC\NR
>> \NC type\NC        \cite[type][heinsch]\NC (from `t')\hfil\NC\NR
>> \NC year\NC        \cite[year][heinsch]\NC (from `y')\hfil\NC\NR
>> \NC url\NC         \cite[url][heinsch]\NC (from `u')\hfil\NC\NR
>> \NC num\NC         \cite[num][heinsch]\NC (this is a reference to
>>                                      the sequence number used in
>> the publication list)\hfil\NC\NR
>> \NC authoryear\NC  \cite[authoryear][heinsch]\NC(from `a' and `y')\hfil\NC\NR
>> \NC authoryears\NC \cite[authoryears][heinsch]\NC(from `a' and `y')\hfil\NC\NR
>> \NC authornum\NC  \cite[authornum][heinsch]\NC(from `a' and `num')\hfil\NC\NR
>> %\NC data\NC        \vtop{\hsize .45\hsize \cite[data][heinsch]}\NC
>> The data content of the entry\hfil\NC\NR
>> \NC page\NC        \cite[page][heinsch]\NC (a page reference)\hfil\NC\NR
>> \stoptabulate
>>
>> \part{Second Part}
>> \chapter{Second Chapter}
>> Look at this \cite[num][heinsch]
>> \starttabulate[|l|l|p|]
>> \NC \type{key}\NC    \type{\cite[key][heinsch]}\NC               \NC\NR
>> \NC author\NC      \cite[author][heinsch] \NC(from `a')\hfil\NC\NR
>> \NC doi\NC         \cite[doi][heinsch]\NC (from `d')\hfil\NC\NR
>> \NC key\NC         \cite[key][heinsch]\NC (from `k')\hfil\NC\NR
>> \NC serial\NC      \cite[serial][heinsch]\NC (from `n')\hfil\NC\NR
>> \NC short\NC       \cite[short][heinsch]\NC (from `s')\hfil\NC\NR
>> \NC type\NC        \cite[type][heinsch]\NC (from `t')\hfil\NC\NR
>> \NC year\NC        \cite[year][heinsch]\NC (from `y')\hfil\NC\NR
>> \NC url\NC         \cite[url][heinsch]\NC (from `u')\hfil\NC\NR
>> \NC num\NC         \cite[num][heinsch]\NC (this is a reference to
>>                                      the sequence number used in
>> the publication list)\hfil\NC\NR
>> \NC authoryear\NC  \cite[authoryear][heinsch]\NC(from `a' and `y')\hfil\NC\NR
>> \NC authoryears\NC \cite[authoryears][heinsch]\NC(from `a' and `y')\hfil\NC\NR
>> \NC authornum\NC  \cite[authornum][heinsch]\NC(from `a' and `num')\hfil\NC\NR
>> %\NC data\NC        \vtop{\hsize .45\hsize \cite[data][heinsch]}\NC
>> The data content of the entry\hfil\NC\NR
>> \NC page\NC        \cite[page][heinsch]\NC (a page reference)\hfil\NC\NR
>> \stoptabulate
>>
>>
>>
>> %\stopbodymatter
>>
>> %\startbackmatter
>> \completepublications
>> %\stopbackmatter
>>
>> \stoptext
>>
>> %----------
> Yes, it seems that bib acts correctly only inside a \part sectioning.
>
> --
> 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
> ___________________________________________________________________________________
>



-- 
Al mondo ci sono 10 tipi di persone: quelli che conoscono il sistema
binario e quelli che non lo conoscono.
___________________________________________________________________________________
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] 9+ messages in thread

* Re: bib problem
  2010-12-24 10:06       ` Emanuele Sacco
@ 2010-12-24 10:07         ` luigi scarso
  2010-12-24 10:27           ` luigi scarso
  0 siblings, 1 reply; 9+ messages in thread
From: luigi scarso @ 2010-12-24 10:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Dec 24, 2010 at 11:06 AM, Emanuele Sacco
<emanuelesacco@gmail.com> wrote:
> Not all bib, but the alternatives different from the default one. If I
> remove alternative=ams all works for me olso with *matters.
....still experimenting....

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

* Re: bib problem
  2010-12-24 10:07         ` luigi scarso
@ 2010-12-24 10:27           ` luigi scarso
  2010-12-24 10:43             ` Taco Hoekwater
  0 siblings, 1 reply; 9+ messages in thread
From: luigi scarso @ 2010-12-24 10:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Dec 24, 2010 at 11:07 AM, luigi scarso <luigi.scarso@gmail.com> wrote:
> On Fri, Dec 24, 2010 at 11:06 AM, Emanuele Sacco
> <emanuelesacco@gmail.com> wrote:
>> Not all bib, but the alternatives different from the default one. If I
>> remove alternative=ams all works for me olso with *matters.
> ....still experimenting....
>
> --
> luigi
>
It seems that
\cite[num][me] are
valid only inside a *matter
while \cite[author][me]
work ok.

\usemodule[bib]
\setuppublications[alternative=ams,
                   criterium=cite,
                   numbering=yes]
\setuppublicationlist[finalnamesep={ and }]
\startpublication[k=me,
                  t=manual,
                  a=Hoekwater,
                  y=2006,
                  s=TH2006,
                  n=1,
                  u=http://contextgarden.net/Bibliography]
\author{Taco}[T.]{}{Hoekwater}
\title{\CONTEXT\ Publication Module, The user documententation}
\pubyear{2006}
\note{In case you didn't know: it's the document you are reading now}
\pages{14}
\stoppublication

\starttext
\startbodymatter
\part{First Part}
\chapter{First Chapter I part}
Look at this \cite[num][me]\cite[author][me]
\part{Second Part}
\chapter{First Chapter II part}
Look at this \cite[num][me]\cite[author][me]
\part{Appendix}
%% Here is ok
%\completepublications
\stopbodymatter

\startbackmatter
%% Here references nums are missing
\completepublications
\stopbackmatter
\stoptext



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

* Re: bib problem
  2010-12-24 10:27           ` luigi scarso
@ 2010-12-24 10:43             ` Taco Hoekwater
  0 siblings, 0 replies; 9+ messages in thread
From: Taco Hoekwater @ 2010-12-24 10:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 12/24/2010 11:27 AM, luigi scarso wrote:
> %% Here references nums are missing
> \completepublications

\completepublications[criterium=all]

In fact, this is not unlike trying to get a chapter reference
list inside a section: the back&front matter environments
introduce separate section levels.

Best wishes,
Taco

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

end of thread, other threads:[~2010-12-24 10:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-23 14:33 bib problem Emanuele Sacco
2010-12-23 17:21 ` Emanuele Sacco
2010-12-24  1:33 ` luigi scarso
2010-12-24  9:13   ` Emanuele Sacco
2010-12-24  9:39     ` luigi scarso
2010-12-24 10:06       ` Emanuele Sacco
2010-12-24 10:07         ` luigi scarso
2010-12-24 10:27           ` luigi scarso
2010-12-24 10:43             ` Taco Hoekwater

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