Re: [NTG-context] Remove italics from bibliography list

2019-05-17 Thread Henri Menke
You asked the same question on TeX.SX but also without MWE, so I have no idea
what is going on.  The MWE below works.

Cheers, Henri

---

\usebtxdefinitions[apa]
\usebtxdataset[default][samples.bib]
\definebtxrendering[default][apa]
\setupbtx
[apa:list:title:book]
[style=]

\starttext

\nocite[Tufte:1990:EI:78223]
\placelistofpublications[criterium=all]

\stoptext

On 17/05/19 10:41 PM, Dmitry Starostin wrote:
> I tried several variants, but I cannot find where exactly the switch
> happens.
> 
> \definebtx[apa:list:title:incollection][apa:list:title][style=]
> \definebtx[apa:list:title:book][apa:list:title][style=]
> 
> \definebtx[apa:list:journal][apa:list][style=]
> 
> 
> ___
> 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
___


Re: [NTG-context] Remove italics from bibliography list

2019-05-17 Thread Alan Braslau
On Fri, 17 May 2019 14:10:03 +0200
"Thomas A. Schmitz"  wrote:

> On 5/17/19 12:41 PM, Dmitry Starostin wrote:
> > I tried several variants, but I cannot find where exactly the switch
> > happens.
> > 
> > \definebtx[apa:list:title:incollection][apa:list:title][style=]
> > \definebtx[apa:list:title:book][apa:list:title][style=]
> > 
> > \definebtx[apa:list:journal][apa:list][style=]  
> 

...

> 
> For further questions, please remember that it is considered polite
> to create complete minimal working examples, not just send code
> snippets that leave everybody guessing what it is you want to achieve.

Use \setupbtx rather than \definebtx to change parameters.
Which namespace depends on what you want to achieve.

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


Re: [NTG-context] Remove italics from bibliography list

2019-05-17 Thread Thomas A. Schmitz

On 5/17/19 12:41 PM, Dmitry Starostin wrote:

I tried several variants, but I cannot find where exactly the switch
happens.

\definebtx[apa:list:title:incollection][apa:list:title][style=]
\definebtx[apa:list:title:book][apa:list:title][style=]

\definebtx[apa:list:journal][apa:list][style=]


Since a number of questions about custom bibliographic styles came up 
during the past few days, I have created a section on the wiki that 
explains how one can get started with creating their own custom setups 
from scratch; it's at 
https://wiki.contextgarden.net/Bibliography_mkiv#Custom_bibliographical_styles


For further questions, please remember that it is considered polite to 
create complete minimal working examples, not just send code snippets 
that leave everybody guessing what it is you want to achieve.


All best

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