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