Dear list,

Thanks to the list and to Hans and Alan's manual "mkiv-publications", I has 
achieved some footnotes with bibliographical dataset. All is fine and I success 
to manage what I want.

But I don't understand why the word 'Author' is printed at the end of each line 
as the following minimal sample below shows it, e.g. : 
Aristote (n.d.). Les Politiques. Author.
Cicéron (n.d.). Tusculanes, V, 8. Author.
(see the sample's printed page 2)

Is there a question of language (english), or anything else ? How to avoid this 
'Author' ? I use the APA style with \usebtxdefinitions, and maybe one can use 
some other style ?
Anyway, many thanks for your help !
JP

\startbuffer[biblio]

@book{Cicéron1,
author = {Cicéron},
title = {Tusculanes, V, 8},
}


@book{Aristote2,
author = {Aristote},
title = {Les Politiques},
  
 }
 

\stopbuffer

\usebtxdataset[philosophie ancienne][biblio.buffer]
\usebtxdefinitions[apa]
\definebtxrendering[philosophie ancienne][apa][dataset=philosophie ancienne]
\setupbtxrendering[continue =yes]
 \starttext

\startchapter[title={Introduction à la Philosophie}]

Dans les notes qui suivent, on s’intéressera à la pensée philosophique comme 
philosophie politique. Aristote, le philosophe grec qui publia et commenta les 
Constitutions des anciennes cités grecques, commence son ouvrage {\it les 
Politiques} par la thèse selon laquelle \quotation {l’homme est un animal 
politique}\footnote{\cite[alternative=entry][philosophie ancienne::Aristote2]}.
\blank
Cicéron, ce grand homme politique et cet écrivain savant, a eu la formule bien 
connue, selon laquelle \quotation{Socrate fit descendre la philosophie du ciel 
sur la terre.}\footnote{\cite[alternative=entry][philosophie 
ancienne::Cicéron1]}, qui désigne la question fondamentale de l’intérêt nourri 
par la philosophie pour les {\it choses humaines}.

\stopchapter
 
\starttext

\startbackmatter

  \startchapter[title={Bibliographie}]

        \startsection[title={Philosophie ancienne}]

        \placelistofpublications[philosophie ancienne][method=local]

        \stopsection

        \stopchapter

\stopbackmatter

\stoptext 

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

Reply via email to