Re: [NTG-context] Unicode bibliography

2010-04-27 Thread Michael Saunders
Mojca Miklavec:


> What still makes me wonder is tha fact that there are problems with
> Unicode. I don't remember any, though I admit that I'm not sure if I
> ever cited any non-English item.

Well, using Taco's trick of surrounding every sting with braces, the
record won't print out.  If I surround only the non-ascii characters
in braces, the record will print out, out of order and on top of other
records.
___
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] Unicode bibliography

2010-04-27 Thread Mojca Miklavec
On Tue, Apr 27, 2010 at 10:14, Michael Saunders wrote:
>
> What do you use now?  Is there something better?

I don't know any better tool. JabRef seems great.

On Tue, Apr 27, 2010 at 09:57,   wrote:
>
>> Long ago (when I was still using JabRef) I was thinking about creating
>> support for export into ConTeXt-specific format.
>
> What a teaser! So if you're not using JabRef now, what are you using and
> why?

Em ... vim (or TextMate), but I guess that's not the answer you
were expecting.

As for the "why" part:
1.) I don't have too many references to manage/work with.
2.) One of the reasons for not actually writing support for ConTeXt
output in JabRef was that ConTeXt is able to read bib files; and one
of the reasons why I started using just plain text editor was that
JabRef didn't create such a ConTeXt-friendly format.
3.) Until 2005 I was more heavily engaged in the field where almost
every article I had to cite was in PubMed which is no longer true.
JabRef has an enourmous added value when one needs to use citeseer or
PubMed. What I would need now would be DOI2bib converter. As soon as
the time spent on copy-pasting data from article web pages to bib
files will outweight the time spent writing the converter, I'll
probably start writing one (but that still won't be comparable with
JabRef).

What still makes me wonder is tha fact that there are problems with
Unicode. I don't remember any, though I admit that I'm not sure if I
ever cited any non-English item.

Mojca
___
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] Unicode bibliography

2010-04-27 Thread Michael Saunders
Mojca Miklavec:

> Long ago (when I was still using JabRef) I was thinking about creating
> support for export into ConTeXt-specific format.

What do you use now?  Is there something better?
___
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] Unicode bibliography

2010-04-27 Thread richard . stephens

> Long ago (when I was still using JabRef) I was
thinking about creating
> support for export into ConTeXt-specific format.
> 
> Mojca

What a teaser! So if you're not using JabRef now,
what are you using and why?

Richard





Converteam UK Ltd. Registration Number: 5571739 and Converteam Ltd. Registration
Number: 2416188

Registered in England and Wales.

Registered office: Boughton Road, Rugby, Warwickshire, CV21 1BU.



CONFIDENTIALITY : This e-mail and any attachments are confidential and
may be privileged. If you are not a named recipient, please notify the
sender immediately and do not disclose the contents to another person,
use it for any purpose or store or copy the information in any medium.



Please consider the environment before printing this e-mail




___
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] Unicode bibliography

2010-04-26 Thread Mojca Miklavec
On Tue, Apr 27, 2010 at 05:24, Michael Saunders wrote:
> I'm using JabRef to generate a .bib file in utf8.  I'd like to use
> this with Context to typeset a bibliography.  I'm running into a lot
> of problems with Bibtex's Unicode incompatibility.  What is currently
> the best way to do this?

Long ago (when I was still using JabRef) I was thinking about creating
support for export into ConTeXt-specific format.

Mojca
___
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] Unicode bibliography

2010-04-26 Thread Taco Hoekwater

Michael Saunders wrote:

I'm using JabRef to generate a .bib file in utf8.  I'd like to use
this with Context to typeset a bibliography.  I'm running into a lot
of problems with Bibtex's Unicode incompatibility.  What is currently
the best way to do this?   Googling, I came across this tantalizing
suggestion from Idris (in 2008):

"Can you port your database to bbl format -- \start-stoppublication --
and just use the bib module without bibtex?"



That sounds good, but how can I do it?


You can do that manually following the documentation of the bib module,
but you can probably get bibtex to help at least with the initial step
by wrapping all your strings in a second pair of {} items. So, write

  author= {{D. Adams}}

instead of just

  author= {D. Adams}

this will prevent bibtex from looking into the string, and therefore
it will not do bad things with the utf (the bibtex output will be
a little bit wrong, but it is easier to fix just that manually than
to rewrite the whole database in bbl format).

Best of luck,
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
___


[NTG-context] Unicode bibliography

2010-04-26 Thread Michael Saunders
I'm using JabRef to generate a .bib file in utf8.  I'd like to use
this with Context to typeset a bibliography.  I'm running into a lot
of problems with Bibtex's Unicode incompatibility.  What is currently
the best way to do this?   Googling, I came across this tantalizing
suggestion from Idris (in 2008):

"Can you port your database to bbl format -- \start-stoppublication --
and just use the bib module without bibtex?"

That sounds good, but how can I do it?
___
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
___