Re: [NTG-context] Command for specifying et al limit

2022-09-27 Thread jethro Reuel via ntg-context
Dear Alan, 

Thanks again for all your help.

Deleting the definebtxrendering[ref] part makes my citations disappear. I get 
something like:

 says in their paper…

Also, the setupbtx[apa:list]… doesn’t solve my etallimit problem.

Could you test my code and tweak it for me? Can’t find examples of what I want 
to achieve in the mailing list archives although it seems it should be fairly 
straightforward. I want something like:

Bronstein et al. says in their paper…

I found the etaldisplay affects the display of the references and I don’t want 
that. 

Jethro 

> On 27 Sep 2022, at 04:13, Alan Braslau via ntg-context  
> wrote:
> 
> On Mon, 26 Sep 2022 21:40:14 -0600
> Alan Braslau via ntg-context  wrote:
> 
>>> On Sat, 24 Sep 2022 18:57:25 +
>>> Jethro Djan via ntg-context  wrote:
>>> 
>>> \setupbtx[
>>>  dataset=ref,
>>>  etaldisplay = 1,
>>>  etallimit = 1,
>>> ]
>> 
>> Remove extra spaces.
> 
> Sorry,
> 
> Try
> 
> \setupbtx
>  [apa:list]
>  [etaldisplay=1,
>   etallimit=1]
> 
> and drop the 
> 
> \definebtxrendering
>  [ref]
> 
> 
> I have not tested your example, but the bibliography subsystem creates
> many inherited namespaces, so changing parameters in a general
> namespace after inheritance has occurred (in the definitions) has no
> effect.
> 
> Of course, the etaldisplay and etallimits are set to the APA standard
> in the APA definitions.
> 
> Alan
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / 
> https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : https://contextgarden.net
> ___
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Clipping multiple PDFs

2022-08-17 Thread jethro Reuel via ntg-context
Hello,

I am trying to put multiple PDF’s that were typeset differently into one 
document without modifying the individual files themselves. I came up with this:

\starttext

\copypages[ass1.pdf][][scale=950]
\copypages[ass2.pdf][][scale=950]
…

stoptext

The problem is the original page numbers show and I’d prefer that it did not. 
So I thought maybe I could clip all the page numbers from every page (since 
they are all in the same position across all the pages) but I don’t know how to 
do this with the \clip command. Any ideas? I already tried using \input but it 
gives some weird output in some places. It doesn’t have to use this method as 
long as it does what I need it to do.

Thanks in advance.

Jethro 

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Project structure: Specifying environment in component

2021-06-09 Thread jethro Reuel
Thanks. Maybe a change of how the wiki is worded is needed. 

> On 9 Jun 2021, at 12:07 PM, denis.ma...@unibe.ch wrote:
> 
> 
> I’ve also struggled with this before as you can see if you search the mailing 
> list.
> My question: https://www.mail-archive.com/ntg-context@ntg.nl/msg97763.html
> Wolfgang’s answer : 
> https://www.mail-archive.com/ntg-context@ntg.nl/msg97775.html
>  
> We should probably change the wiki to make it clear that no inheritance of 
> environments happens here.
> 
> Denis
>  
> Von: ntg-context  Im Auftrag von mastermind_ x
> Gesendet: Mittwoch, 9. Juni 2021 13:36
> An: ntg-context@ntg.nl
> Betreff: [NTG-context] Project structure: Specifying environment in component
>  
> Hello everyone,
>  
> I am creating a project of notes across different areas of mathematics I am 
> studying and the structure looks like this:
>  
> env_notes.tex
> project_notes.tex
> geogroups/groups-prd_geometry-groups.tex
> geogroups/groups-c_chapter1.tex
> 
> 
> I am following this wiki: https://wiki.contextgarden.net/Project_structure
> 
> 
> My question is: Why do I need to specify 
> \environment env_notes
> before It works at the component level? The wiki didn’t say that. Plus it is 
> already specified at the product level. Thanks.
> 
> 
> ~Jethro
> ___
> 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
___