Re: [NTG-context] Biblatex \crossref equivalent in bibliographies

2019-09-15 Thread Aditya Mahajan

On Wed, 4 Sep 2019, Damien Thiriet wrote:


With biblatex I was using crossref to shorten my .bib files, as can be
seen in this MWE

@periodical{DebatMem2002,
   title = {Le Débat},
   number = {122},
   langid = {french},
   date = {2002}
   }
@article{ChartiersurRicoeur2002,
   author = {Roger Chartier},
   title = {Le passé au présent},
   crossref = {DebatMem2002},
   pages = {4--11}
   }

Which keys should I use to achieve the same under ConTeXt? I found xcrossref
and percentcrossref keys "Bibliographies.  The ConTeXt way" but could'nt figure 
out
how to use them. Here is my ConTeXt MWE
as a starting point


There is the following code related to crossref in 
publ-imp-definitions.mkiv


\startxmlsetups btx:format:crossref
\cite[\btxfield{crossref}]
\stopxmlsetups

but this doesn't seem to be trigger and doesn't feel like the correct way 
to handle crossrefs.


Aditya___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Biblatex \crossref equivalent in bibliographies

2019-09-04 Thread Damien Thiriet
Hi,




With biblatex I was using crossref to shorten my .bib files, as can be
seen in this MWE

@periodical{DebatMem2002,
title = {Le Débat},
number = {122},
langid = {french},
date = {2002}
}
@article{ChartiersurRicoeur2002,
author = {Roger Chartier},
title = {Le passé au présent},
crossref = {DebatMem2002},
pages = {4--11}
}

Which keys should I use to achieve the same under ConTeXt? I found xcrossref
and percentcrossref keys "Bibliographies.  The ConTeXt way" but could'nt figure 
out
how to use them. Here is my ConTeXt MWE
as a starting point

\language [fr]
\startbuffer [bib]

@periodical{DebatMem2002,
   title = {Le Débat},
   number = {122},
   langid = {french},
   date = {2002}
}
@article{ChartiersurRicoeur2002,
   author = {Roger
   Chartier},
   title = {Le passé au présent},
   xcrossref = {DebatMem2002}, %does not work the way I would expect
   pages = {4--11}
}

\stopbuffer
\usebtxdataset[bib.buffer]
\usebtxdefinitions[apa]
\definebtxrendering
[example][apa]

\starttext
\nocite[ChartiersurRicoeur2002]
\placelistofpublications
\stoptext

Thanks,

Damien Thiriet
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] BibLaTeX

2010-06-01 Thread Peter Park Nelson
I frequently use LaTeX with BibLaTeX and the BibLaTeX-Chicago Style package
to typeset scholarly material. For me, BibLaTeX is a great tool. However, I
am attracted to ConTeXt because, coming from a desktop-publishing
background, ConTeXt gives me more/easier control over document layout and
structure. Thus I began to dream of a chocolate + peanut butter
combination of the two.

I would like to know if anyone has thoughts on the possibility of using
BibLaTeX  Biber with ConTeXt -- perhaps through a wrapper module of some
kind? I don't understand the internals of LaTeX or ConTeXt well enough to
know if this is a ridiculous question. I respect the ConTeXt Bib module, but
BibLaTeX-Chicago offers exactly what I'm looking for.

Both BibLaTeX and ConTeXt use e-TeX, and the internals of BibLaTeX appear
not to be LaTeX-specific. So, would it be possible to write a ConTeXt module
that bypasses Bib and provides an interface between ConTeXt bibliography
commands and BibLaTeX/Biber?

Thanks,
PPN
___
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] BibLaTeX

2010-06-01 Thread taco

Peter Park Nelson wrote:

Both BibLaTeX and ConTeXt use e-TeX, and the internals of BibLaTeX 
appear not to be LaTeX-specific. So, would it be possible to write a 
ConTeXt module that bypasses Bib and provides an interface between 
ConTeXt bibliography commands and BibLaTeX/Biber?


It should be possible, but I do not have time.

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
___