[NTG-context] simplebib module: does not recognize bibitem command

2013-06-09 Thread Xan

I use a simplebib module:


\usemodule[simplebib]

\setuphead[title][style={\ss\bfd},
before={\begingroup},
after={\currentdate\bigskip\endgroup}]

\starttext
\title{Normativa}

\section{Calendari}

\startitemize
\item Primera setmana de setembre, matriculació d'antic alumnat d'un 
CEPA \bibitem[acces]
\item Segona i tercera setmanes de setembre, matriculació de nou alumnat 
\bibitem[acces]
\item Segona setmana de febrer, matriculació d'alumant d'ESPA del segon 
trimestre \bibitem[acces]

\stopitemize

\startbibliography

\bibitem[reference={acces}, title={Resolució del director general 
d’Ordenació, Innovació i Formació Professional, de dia 29 d’abril de 
2013 per la qual s’estableix el calendari del procés d’admissió i 
matriculació dels alumnes als ensenyaments de persones adultes als 
centres sostinguts amb fons públics de la Comunitat Autònoma de les 
Illes Balears, per al curs 2013-2014}, magazine={BOIB}, 
url={http://www.caib.es/eboibfront/ca/2013/8138/516384/resolucio-del-director-general-d-ordenacio-innovac}, 
dateedition{21-05-2013}]


\stopbibliography

\stoptext


and I get this error:

log
system  tex  error on line 13 in file Normativa.conTeXt: Undefined 
control sequence ...



l.13 ...ulació d'antic alumnat d'un CEPA \bibitem
[acces]
? x



I use MKIV. Why this error?

Thanks in advance,
Xan.
___
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] simplebib module: does not recognize bibitem command

2013-06-09 Thread Wolfgang Schuster

Am 09.06.2013 um 18:59 schrieb Xan dxpubl...@telefonica.net:

 I use a simplebib module:
 
 
 \usemodule[simplebib]
 
 \setuphead[title][style={\ss\bfd},
 before={\begingroup},
 after={\currentdate\bigskip\endgroup}]
 
 \starttext
 \title{Normativa}
 
 \section{Calendari}
 
 \startitemize
 \item Primera setmana de setembre, matriculació d'antic alumnat d'un CEPA 
 \bibitem[acces]
 \item Segona i tercera setmanes de setembre, matriculació de nou alumnat 
 \bibitem[acces]
 \item Segona setmana de febrer, matriculació d'alumant d'ESPA del segon 
 trimestre \bibitem[acces]
 \stopitemize
 
 \startbibliography
 
 \bibitem[reference={acces}, title={Resolució del director general 
 d’Ordenació, Innovació i Formació Professional, de dia 29 d’abril de 2013 per 
 la qual s’estableix el calendari del procés d’admissió i matriculació dels 
 alumnes als ensenyaments de persones adultes als centres sostinguts amb fons 
 públics de la Comunitat Autònoma de les Illes Balears, per al curs 
 2013-2014}, magazine={BOIB}, 
 url={http://www.caib.es/eboibfront/ca/2013/8138/516384/resolucio-del-director-general-d-ordenacio-innovac},
  dateedition{21-05-2013}]
 
 \stopbibliography
 
 \stoptext
 
 
 and I get this error:
 
 log
 system  tex  error on line 13 in file Normativa.conTeXt: Undefined control 
 sequence ...
 
 
 l.13 ...ulació d'antic alumnat d'un CEPA \bibitem
 [acces]
 ? x
 
 I use MKIV. Why this error?

You have to download from the wiki [1] and install them in your tex directory 
by yourself
because the author of the module hasn’t asked for inclusion in the context 
suite. You need
also the crossref module [2] which is used by simplebib for references to the 
entries.

[1] http://modules.contextgarden.net/simplebib
[2] http://modules.contextgarden.net/crossref

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
___


Re: [NTG-context] simplebib module: does not recognize bibitem command

2013-06-09 Thread Xan

Al 09/06/13 19:12, En/na Wolfgang Schuster ha escrit:

Am 09.06.2013 um 18:59 schrieb Xan dxpubl...@telefonica.net:


I use a simplebib module:


\usemodule[simplebib]

\setuphead[title][style={\ss\bfd},
before={\begingroup},
after={\currentdate\bigskip\endgroup}]

\starttext
\title{Normativa}

\section{Calendari}

\startitemize
\item Primera setmana de setembre, matriculació d'antic alumnat d'un CEPA 
\bibitem[acces]
\item Segona i tercera setmanes de setembre, matriculació de nou alumnat 
\bibitem[acces]
\item Segona setmana de febrer, matriculació d'alumant d'ESPA del segon 
trimestre \bibitem[acces]
\stopitemize

\startbibliography

\bibitem[reference={acces}, title={Resolució del director general d’Ordenació, 
Innovació i Formació Professional, de dia 29 d’abril de 2013 per la qual 
s’estableix el calendari del procés d’admissió i matriculació dels alumnes als 
ensenyaments de persones adultes als centres sostinguts amb fons públics de la 
Comunitat Autònoma de les Illes Balears, per al curs 2013-2014}, 
magazine={BOIB}, 
url={http://www.caib.es/eboibfront/ca/2013/8138/516384/resolucio-del-director-general-d-ordenacio-innovac},
 dateedition{21-05-2013}]

\stopbibliography

\stoptext


and I get this error:

log
system  tex  error on line 13 in file Normativa.conTeXt: Undefined control 
sequence ...


l.13 ...ulació d'antic alumnat d'un CEPA \bibitem
[acces]
? x

I use MKIV. Why this error?

You have to download from the wiki [1] and install them in your tex directory 
by yourself
because the author of the module hasn’t asked for inclusion in the context 
suite. You need
also the crossref module [2] which is used by simplebib for references to the 
entries.

[1] http://modules.contextgarden.net/simplebib
[2] http://modules.contextgarden.net/crossref

Wolfgang

How can I install it in my tex directory? (commands)?

Thanks,
Xan.
___
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] simplebib

2010-04-13 Thread Wolfgang Werners-Lucchini
  Sorry, I meant the first only.
 
  There are two commands \bibitem and \bibsource which are not clear
 to me.
 
 When i decode the code (ugly formatting) correct this works:
 
 \starttext
 
 bla \in{book}[knuth:1] bla
 
 bla \bibref[knuth:2]{} bla
 
 bla \bibref[knuth:3]{} bla
 
 \startbibliography
 
 \bibitem[knuth:1]{} Donald E. Knuth, The \TeX book
 
 \bibitem[knuth:2]{Knuth} Donald E. Knuth, The \METAFONT-book
 
 \bibsource[key=knuth:3,title=The Art of Computer Programming,...]
 
 \stopbibliography
 
 \stoptext
 
 Wolfgang

That means that these two commands are alternatives.

Do you know who is the author of this. There is a version number 0.04 
and the comment (still in development). I have made some corrections 
and don't want to do this in the wiki without contacting the author.
There should also be a example of usage, maybe yours?

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
___


[NTG-context] simplebib

2010-04-12 Thread Wolfgang Werners-Lucchini
Hallo,

on the garden there is am module called 'simplebib'
which has commands \bibitem and \bibsource

Are these two commands meant alternativly?

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
___


Re: [NTG-context] simplebib

2010-04-12 Thread Wolfgang Schuster

Am 12.04.10 13:18, schrieb Wolfgang Werners-Lucchini:

Hallo,

on the garden there is am module called 'simplebib'
which has commands \bibitem and \bibsource

Are these two commands meant alternativly?
   

Both are unrelated to each other, they are two different ways to create
a bibiliography without the bib module and a bib file.

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
___


Re: [NTG-context] simplebib

2010-04-12 Thread Wolfgang Werners-Lucchini
  on the garden there is am module called 'simplebib'
  which has commands \bibitem and \bibsource
 
  Are these two commands meant alternativly?
 
 Both are unrelated to each other, they are two different ways to
 create a bibiliography without the bib module and a bib file.
 
 Wolfgang

Sorry, I meant the first only.

There are two commands \bibitem and \bibsource which are not clear to 
me.

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
___


Re: [NTG-context] simplebib

2010-04-12 Thread Wolfgang Schuster

Am 12.04.10 19:40, schrieb Wolfgang Werners-Lucchini:

on the garden there is am module called 'simplebib'
which has commands \bibitem and \bibsource

Are these two commands meant alternativly?

   

Both are unrelated to each other, they are two different ways to
create a bibiliography without the bib module and a bib file.

Wolfgang
 

Sorry, I meant the first only.

There are two commands \bibitem and \bibsource which are not clear to me.
   

When i decode the code (ugly formatting) correct this works:

\starttext

bla \in{book}[knuth:1] bla

bla \bibref[knuth:2]{} bla

bla \bibref[knuth:3]{} bla

\startbibliography

\bibitem[knuth:1]{} Donald E. Knuth, The \TeX book

\bibitem[knuth:2]{Knuth} Donald E. Knuth, The \METAFONT-book

\bibsource[key=knuth:3,title=The Art of Computer Programming,...]

\stopbibliography

\stoptext

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
___