Re: [NTG-context] ConTeXt and LilyPond problem

2016-07-02 Thread Henning Hraban Ramm
Am 2016-06-27 um 22:36 schrieb Mojca Miklavec :

> On 27 June 2016 at 16:11, Robert Blackstone wrote:
> I created a shell script "lilypond" somewhere in PATH, containing
> #!/bin/bash
> exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "$@"

You can also add that path (/Applications/LilyPond.app/Contents/Resources/bin/) 
to your PATH. normally in .bashrc:

export PATH=$PATH:/Applications/LilyPond.app/Contents/Resources/bin/


Greetlings, Hraban
Grüßlinge, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)
GPG Key ID 1C9B22FD

___
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] trying to delete an attribute reference of a non attribute node

2016-07-02 Thread Marco Patzer
On Thu, 30 Jun 2016 18:23:18 +0200
Marco Patzer  wrote:

> The following example throws the error:
> 
>   ! error:  (nodes): trying to delete an attribute reference of a non
> attribute node mtx-context | fatal error: return code: 1
> 
> \setbreakpoints [compound]
> \useMPlibrary [dum]
> 
> \starttext
>   \startTABLE
> \NC \externalfigure [foo-bar] [width=\textwidth] \NC
> foo bar foo bar foobarfoobar \bold{} \NC\NR
>   \stopTABLE
> \stoptext

Any ideas?

Marco
___
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] Equivalent of extras option in new bibliography system?

2016-07-02 Thread Nicola

On 2016-07-02 00:07:56 +, Alan Braslau said:


On Fri, 1 Jul 2016 19:13:26 +0200
Nicola  wrote:


It does not seem to work with my example. The output of the MWE below
is:

(Author, 2016 XXX) (Author, 2016)
The comma seems the culprit.


Yes. Consider:

\cite[righttext={{, p.~24},{, p.~xx}}] [Author:2016,Author2:2015]

The comma gets parsed (as always) to separate multiple right texts,
assigned here to each citation reference.

The solution to your problem is:

\cite[righttext={{, p.~24}}][Author:2016]

Alternately (if you find the {{ }} strange), you can type
\cite[righttext={\btxcomma p.~24}] [Author:2016]

The macro \btxcomma also takes care of spacing.


Great! Thanks all for your help!

Nicola


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