ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* typesetting a bibtex file
@ 2007-11-12 16:16 Andrea Valle
  2007-11-12 18:47 ` Jean Magnan de Bornier
  0 siblings, 1 reply; 5+ messages in thread
From: Andrea Valle @ 2007-11-12 16:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 882 bytes --]

I have a biblio in bibtex format.
I'd like to have it typeset by ConTeXt as a complete document, not as  
a consequence of refs in text  (i.e. a need to have a biblio file)
How can it be done?

Many thanks

-a-


--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> andrea.valle@unito.it
--------------------------------------------------


I did this interview where I just mentioned that I read Foucault. Who  
doesn't in university, right? I was in this strip club giving this  
guy a lap dance and all he wanted to do was to discuss Foucault with  
me. Well, I can stand naked and do my little dance, or I can discuss  
Foucault, but not at the same time; too much information.
(Annabel Chong)





[-- Attachment #1.2: Type: text/html, Size: 5366 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: typesetting a bibtex file
  2007-11-12 16:16 typesetting a bibtex file Andrea Valle
@ 2007-11-12 18:47 ` Jean Magnan de Bornier
  2007-11-13  0:45   ` Andrea Valle
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Magnan de Bornier @ 2007-11-12 18:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Le 12 novembre à 17:16:48 Andrea Valle <valle@di.unito.it> écrit notamment:

| I have a biblio in bibtex format.
| I'd like to have it typeset by ConTeXt as a complete document, not as
| a consequence of refs in text  (i.e. a need to have a biblio file)
| How can it be done?

Hi,
here is what I have:
..........................
\usemodule[bib]
\mainlanguage[fr]
\usemodule[bibltx]
\setuppublications[alternative=apa-fr,criterium=all]
\setupbibtex [database=/home/jean/BIB/jmb.bib]
\starttext
\setupheadtext[fr][pubs={Principales publications}]
\nocite[*]
\completepublications 
\stoptext
...........................

It can certainly be improved!
cheers,
-- 
Jean
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: typesetting a bibtex file
  2007-11-13  0:45   ` Andrea Valle
@ 2007-11-13  0:36     ` Saji Njarackalazhikam Hameed
  2007-11-13 10:12       ` Andrea Valle
  0 siblings, 1 reply; 5+ messages in thread
From: Saji Njarackalazhikam Hameed @ 2007-11-13  0:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I was used to the natbib package in LaTeX and used the following
setting to simulate the \citet and \citep commands:

\setupcite[authoryears][compress=no,pubsep=; ,lastpubsep=; ,left=[,right={]},]
\setupcite[authoryear][left=[,right={]},]
\def\citet{\cite[authoryear]}
\def\citep{\cite[authoryears]}

saji


* Andrea Valle <valle@di.unito.it> [2007-11-13 01:45:45 +0100]:

> Many thanks, I'm starting the experimentations.
>
> Best
>
> -a-
>
> On 12 Nov 2007, at 19:47, Jean Magnan de Bornier wrote:
>
>> \usemodule[bib]
>> \mainlanguage[fr]
>> \usemodule[bibltx]
>> \setuppublications[alternative=apa-fr,criterium=all]
>> \setupbibtex [database=/home/jean/BIB/jmb.bib]
>> \starttext
>> \setupheadtext[fr][pubs={Principales publications}]
>> \nocite[*]
>> \completepublications
>> \stoptext
>
> --------------------------------------------------
> Andrea Valle
> --------------------------------------------------
> CIRMA - DAMS
> Università degli Studi di Torino
> --> http://www.cirma.unito.it/andrea/
> --> andrea.valle@unito.it
> --------------------------------------------------
>
>
> I did this interview where I just mentioned that I read Foucault. Who 
> doesn't in university, right? I was in this strip club giving this guy a 
> lap dance and all he wanted to do was to discuss Foucault with me. Well, I 
> can stand naked and do my little dance, or I can discuss Foucault, but not 
> at the same time; too much information.
> (Annabel Chong)
>
>
>
>

> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


-- 
Saji N. Hameed

APEC Climate Center          				+82 51 668 7470
National Pension Corporation Busan Building 12F         
Yeonsan 2-dong, Yeonje-gu, BUSAN 611705			saji@apcc21.net
KOREA
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: typesetting a bibtex file
  2007-11-12 18:47 ` Jean Magnan de Bornier
@ 2007-11-13  0:45   ` Andrea Valle
  2007-11-13  0:36     ` Saji Njarackalazhikam Hameed
  0 siblings, 1 reply; 5+ messages in thread
From: Andrea Valle @ 2007-11-13  0:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1075 bytes --]

Many thanks, I'm starting the experimentations.

Best

-a-

On 12 Nov 2007, at 19:47, Jean Magnan de Bornier wrote:

> \usemodule[bib]
> \mainlanguage[fr]
> \usemodule[bibltx]
> \setuppublications[alternative=apa-fr,criterium=all]
> \setupbibtex [database=/home/jean/BIB/jmb.bib]
> \starttext
> \setupheadtext[fr][pubs={Principales publications}]
> \nocite[*]
> \completepublications
> \stoptext

--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> andrea.valle@unito.it
--------------------------------------------------


I did this interview where I just mentioned that I read Foucault. Who  
doesn't in university, right? I was in this strip club giving this  
guy a lap dance and all he wanted to do was to discuss Foucault with  
me. Well, I can stand naked and do my little dance, or I can discuss  
Foucault, but not at the same time; too much information.
(Annabel Chong)





[-- Attachment #1.2: Type: text/html, Size: 6778 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: typesetting a bibtex file
  2007-11-13  0:36     ` Saji Njarackalazhikam Hameed
@ 2007-11-13 10:12       ` Andrea Valle
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Valle @ 2007-11-13 10:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 3673 bytes --]

Thansks Saji,

I will need it in the near future...

Best

-a-

On 13 Nov 2007, at 01:36, Saji Njarackalazhikam Hameed wrote:

> I was used to the natbib package in LaTeX and used the following
> setting to simulate the \citet and \citep commands:
>
> \setupcite[authoryears][compress=no,pubsep=; ,lastpubsep=; ,left= 
> [,right={]},]
> \setupcite[authoryear][left=[,right={]},]
> \def\citet{\cite[authoryear]}
> \def\citep{\cite[authoryears]}
>
> saji
>
>
> * Andrea Valle <valle@di.unito.it> [2007-11-13 01:45:45 +0100]:
>
>> Many thanks, I'm starting the experimentations.
>>
>> Best
>>
>> -a-
>>
>> On 12 Nov 2007, at 19:47, Jean Magnan de Bornier wrote:
>>
>>> \usemodule[bib]
>>> \mainlanguage[fr]
>>> \usemodule[bibltx]
>>> \setuppublications[alternative=apa-fr,criterium=all]
>>> \setupbibtex [database=/home/jean/BIB/jmb.bib]
>>> \starttext
>>> \setupheadtext[fr][pubs={Principales publications}]
>>> \nocite[*]
>>> \completepublications
>>> \stoptext
>>
>> --------------------------------------------------
>> Andrea Valle
>> --------------------------------------------------
>> CIRMA - DAMS
>> Università degli Studi di Torino
>> --> http://www.cirma.unito.it/andrea/
>> --> andrea.valle@unito.it
>> --------------------------------------------------
>>
>>
>> I did this interview where I just mentioned that I read Foucault. Who
>> doesn't in university, right? I was in this strip club giving this  
>> guy a
>> lap dance and all he wanted to do was to discuss Foucault with me.  
>> Well, I
>> can stand naked and do my little dance, or I can discuss Foucault,  
>> but not
>> at the same time; too much information.
>> (Annabel Chong)
>>
>>
>>
>>
>
>> _____________________________________________________________________ 
>> ______________
>> 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  : https://foundry.supelec.fr/projects/contextrev/
>> wiki     : http://contextgarden.net
>> _____________________________________________________________________ 
>> ______________
>
>
> -- 
> Saji N. Hameed
>
> APEC Climate Center          				+82 51 668 7470
> National Pension Corporation Busan Building 12F
> Yeonsan 2-dong, Yeonje-gu, BUSAN 611705			saji@apcc21.net
> KOREA
> ______________________________________________________________________ 
> _____________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ______________________________________________________________________ 
> _____________

--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> andrea.valle@unito.it
--------------------------------------------------


I did this interview where I just mentioned that I read Foucault. Who  
doesn't in university, right? I was in this strip club giving this  
guy a lap dance and all he wanted to do was to discuss Foucault with  
me. Well, I can stand naked and do my little dance, or I can discuss  
Foucault, but not at the same time; too much information.
(Annabel Chong)





[-- Attachment #1.2: Type: text/html, Size: 17411 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-11-13 10:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-12 16:16 typesetting a bibtex file Andrea Valle
2007-11-12 18:47 ` Jean Magnan de Bornier
2007-11-13  0:45   ` Andrea Valle
2007-11-13  0:36     ` Saji Njarackalazhikam Hameed
2007-11-13 10:12       ` Andrea Valle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).