Re: [NTG-context] bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx

2011-05-22 Thread yoraxe
Am 20.05.2011 19:04, schrieb George N. White III:
 %orig: \usemodule[bib]
 %orig: \usemodule[bibltx]
 \setupbibtex[database=sample]
 \setuppublications[numbering=yes] % Show reference numbers in the
 generated list.
 
 \starttext
 As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric program.
 
 \placepublications[criterium=all]
 %orig:\completepublications
 \stoptext

It works. But now I got some other problems:
I'd like to have the numbering in brackets, which is not case.
Besides the title is a german one, but all letters except for first one,
are lower-case.
___
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] bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx

2011-05-22 Thread Paul Menzel
Am Sonntag, den 22.05.2011, 20:06 +0200 schrieb yoraxe:
 Am 20.05.2011 19:04, schrieb George N. White III:
  %orig: \usemodule[bib]
  %orig: \usemodule[bibltx]
  \setupbibtex[database=sample]
  \setuppublications[numbering=yes] % Show reference numbers in the
  generated list.
  
  \starttext
  As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric program.
  
  \placepublications[criterium=all]
  %orig:\completepublications
  \stoptext
 
 It works. But now I got some other problems:

Please always open a new thread for new problems or at least update the
subject line.

 I'd like to have the numbering in brackets, which is not case.

I guess you have to read up about `\setuppublications` (and report back
the solution).

 Besides the title is a german one, but all letters except for first one,
 are lower-case.

Sorry, please be more specific and refer to the respective lines.


Thanks,

Paul


signature.asc
Description: This is a digitally signed message part
___
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] bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx

2011-05-22 Thread Pontus Lurcock
On Sun 22 May 2011, yoraxe wrote:

 Besides the title is a german one, but all letters except for first
 one, are lower-case.

This might help: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=capbibtex

Pont
___
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] bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx

2011-05-21 Thread 李延瑞
2011/5/21 Paul Menzel paulepan...@users.sourceforge.net:

 Thank you very much for this hint. I am getting the same result as you.
 Everything works but the listing of all entries.


You can try \placepublications[criterium=text] instead of
\placepublications[criterium=all].


-- 
Best regards,

Li Yanrui (李延瑞)
___
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] bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx

2011-05-20 Thread George N. White III
On Fri, May 20, 2011 at 12:50 PM, Paul Menzel
paulepan...@users.sourceforge.net wrote:
 Dear ConTeXt folks,


 I am trying to use the module bib, but I only get [[error 2]] displayed.

I see the same result from context bibtest.

I was just trying the bib support with a fresh minimals.  At some
point, I read that the bib module
is no longer needed, so I tried without the \usemodule lines and got
the same result.  Then I replaced
the \completepublications and get something better, but ref. [1] is blank:

%orig: \usemodule[bib]
%orig: \usemodule[bibltx]
\setupbibtex[database=sample]
\setuppublications[numbering=yes] % Show reference numbers in the
generated list.

\starttext
As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric program.

\placepublications[criterium=all]
%orig:\completepublications
\stoptext


 I am following the Wiki page Bibliography [1], which suggests the
 following example (adapted by me).

        \usemodule[bib]
        \usemodule[bibltx]
        \setupbibtex[database=sample]
        \setuppublications[numbering=yes] % Show reference numbers in the 
 generated list.
        \starttext
        As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric 
 program.
        \completepublications
        \stoptext

 I copied the file `sample.bib`

        @STRING{hh = {Hans Hagen}}

        @ELECTRONIC{hh2010,
          author = hh,
          year = {2010},
          title = {Metafun. \CONTEXT\ mkiv},
          url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
        }

        @ARTICLE{hh2010a,
          author = hh,
          title = {The Font Name Mess},
          journal = {MAPS},
          year = {2010},
          volume = {40},
          pages = {2-8},
          keywords = {context},
        }

        @ARTICLE{hh2010b,
          author = hh,
          title = {Grouping in Hybrid Environments},
          journal = {MAPS},
          year = {2010},
          volume = {40},
          pages = {67-71},
          keywords = {context},
        }

        @BOOK{Eijkhout1991,
          title = {\TeX\ by Topic. A \TeX nician's Reference},
          publisher = {Addison-Wesley},
          year = {1991},
          author = {Victor Eijkhout},
          address = {London},
          keywords = {general},
        }

 from the bib module to the directory.

 Unfortunately I only get »[[error 2]]« displayed. Please find all files
 attached.

 Regarding `bibltx` the bib manual does also contain it [2][3]. Searching
 the Wiki for it, it says that it was dropped in version 2006.04.06 [4].


 Thanks,

 Paul


 [1] http://wiki.contextgarden.net/Bibliography
 [2] http://modules.contextgarden.net/bibman
 [3] http://dl.contextgarden.net/modules/bibmod-doc/doc/context/bib/
 [4] http://wiki.contextgarden.net/Context_2006.04.06

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




-- 
George N. White III aa...@chebucto.ns.ca
Head of St. Margarets Bay, Nova Scotia
___
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] bibliography: current status, Wiki page Bibliography, [[error 2]] and bibltx

2011-05-20 Thread Paul Menzel
Am Freitag, den 20.05.2011, 14:04 -0300 schrieb George N. White III:
 On Fri, May 20, 2011 at 12:50 PM, Paul Menzel wrote:

  I am trying to use the module bib, but I only get [[error 2]] displayed.
 
 I see the same result from context bibtest.
 
 I was just trying the bib support with a fresh minimals.  At some
 point, I read that the bib module is no longer needed, so I tried
 without the \usemodule lines and got the same result.  Then I replaced
 the \completepublications and get something better, but ref. [1] is
 blank:
 
 %orig: \usemodule[bib]
 %orig: \usemodule[bibltx]
 \setupbibtex[database=sample]
 \setuppublications[numbering=yes] % Show reference numbers in the
 generated list.
 
 \starttext
 As \cite[hh2010b] already indicated, bibtex is a \LaTeX-centric program.
 
 \placepublications[criterium=all]
 %orig:\completepublications
 \stoptext

Thank you very much for this hint. I am getting the same result as you.
Everything works but the listing of all entries.

[…]

  I copied the file `sample.bib`
 
 @STRING{hh = {Hans Hagen}}
 
 @ELECTRONIC{hh2010,
   author = hh,
   year = {2010},
   title = {Metafun. \CONTEXT\ mkiv},
   url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
 }

I am guessing that `@ELECTRONIC` is the problem.

 @ARTICLE{hh2010a,
   author = hh,
   title = {The Font Name Mess},
   journal = {MAPS},
   year = {2010},
   volume = {40},
   pages = {2-8},
   keywords = {context},
 }
 
 @ARTICLE{hh2010b,
   author = hh,
   title = {Grouping in Hybrid Environments},
   journal = {MAPS},
   year = {2010},
   volume = {40},
   pages = {67-71},
   keywords = {context},
 }
 
 @BOOK{Eijkhout1991,
   title = {\TeX\ by Topic. A \TeX nician's Reference},
   publisher = {Addison-Wesley},
   year = {1991},
   author = {Victor Eijkhout},
   address = {London},
   keywords = {general},
 }
 
  from the bib module to the directory.

[…]

If everything is solved I will add a note to the Wiki page stating that
in the current ConTeXt version no module is needed and add a link to the
mailing list thread.


Thanks,

Paul


  [1] http://wiki.contextgarden.net/Bibliography
  [2] http://modules.contextgarden.net/bibman
  [3] http://dl.contextgarden.net/modules/bibmod-doc/doc/context/bib/
  [4] http://wiki.contextgarden.net/Context_2006.04.06


signature.asc
Description: This is a digitally signed message part
___
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
___