Re: [NTG-context] Typescript not found

2012-03-29 Thread Wolfgang Schuster
Am 28.03.2012 um 09:32 schrieb S Barmeier: I have some typescript problems. The output says fontstypescripts unknown: library 'mytypescript' fontstypescripts unknown: library 'Myface' fontspreloading latin modern fonts (third stage) In my

Re: [NTG-context] Rotating externalfigure

2012-03-29 Thread Wolfgang Schuster
Am 29.03.2012 um 01:07 schrieb Malte Stien: Hi all, I am trying to rotate a figure on a page. I believe it should work as follows: \placefigure[left]{Some figure caption}{\externalfigure[some-figure-caption][orientation=90]} ...and the figure does indeed get rotated, but the

[NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Jaroslav Hajtmar
Hello all, I can not find a way to remove the quotes from the results of the reference link Can someone help? Thanx Jaroslav Hajtmar Here is minimal example: \starttext \section[first]{First} \subsection[second]{Second} \input tufte \in{(see section}{ \about[second] at page

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Wolfgang Schuster
Am 29.03.2012 um 08:50 schrieb Jaroslav Hajtmar: Hello all, I can not find a way to remove the quotes from the results of the reference link Can someone help? Use \getreference[title][second] to print the title of the heading. Wolfgang

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Alan BRASLAU
On Thu, 29 Mar 2012 08:50:06 +0200 Jaroslav Hajtmar hajt...@gyza.cz wrote: Hello all, I can not find a way to remove the quotes from the results of the reference link Can someone help? On a similar line, concerning syntax (but not references), the braces grouping keywords get passed on to

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Steffen Wolfrum
Hi Jaroslav, Am 29.03.2012 um 08:50 schrieb Jaroslav Hajtmar: Hello all, I can not find a way to remove the quotes from the results of the reference link Can someone help? Thanx Jaroslav Hajtmar Here is minimal example: \starttext \section[first]{First}

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Hans Hagen
On 29-3-2012 09:11, Alan BRASLAU wrote: On Thu, 29 Mar 2012 08:50:06 +0200 Jaroslav Hajtmarhajt...@gyza.cz wrote: Hello all, I can not find a way to remove the quotes from the results of the reference link Can someone help? On a similar line, concerning syntax (but not references), the

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Mojca Miklavec
On Thu, Mar 29, 2012 at 10:32, Hans Hagen wrote: On 29-3-2012 09:11, Alan BRASLAU wrote: On a similar line, concerning syntax (but not references), the braces grouping keywords get passed on to the pdf properties: \setupinteraction [keyword={syntax, braces, commas}] Is this a bug or else

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Hans Hagen
On 29-3-2012 10:41, Mojca Miklavec wrote: On Thu, Mar 29, 2012 at 10:32, Hans Hagen wrote: On 29-3-2012 09:11, Alan BRASLAU wrote: On a similar line, concerning syntax (but not references), the braces grouping keywords get passed on to the pdf properties: \setupinteraction [keyword={syntax,

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Mojca Miklavec
On Thu, Mar 29, 2012 at 10:51, Hans Hagen wrote: On 29-3-2012 10:41, Mojca Miklavec wrote: I get the braces when there is a space after braces, for example \setupinteraction     [author=me,      title={long title}     ] I solved the problem by adding a comma right after the last brace,

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Jaroslav Hajtmar
Hello all, Thanks for all the advice. Just allow me a little note: Due compatibility I compile my documents by ConTeXt MKIV, which is part of TeXLive the 2011. Command \getreference [title][ref], who described Wolfgang, here does not work!!! But this command is functional in the MKIV minimals

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Hans Hagen
On 29-3-2012 11:48, Mojca Miklavec wrote: On Thu, Mar 29, 2012 at 10:51, Hans Hagen wrote: On 29-3-2012 10:41, Mojca Miklavec wrote: I get the braces when there is a space after braces, for example \setupinteraction [author=me, title={long title} ] I solved the problem by

Re: [NTG-context] Rotating externalfigure

2012-03-29 Thread Malte Stien
Wolfgang, Interesting. I was able to reproduce the problem with your verbatim minimal example: \starttext \input knuth \placefigure[left]{Cow}{\externalfigure[cow][frame=on, scale=500, orientation=90]} \input knuth \input knuth \stoptext I have uploaded the result here:

Re: [NTG-context] Rotating externalfigure

2012-03-29 Thread Hans Hagen
On 29-3-2012 12:31, Malte Stien wrote: Wolfgang, Interesting. I was able to reproduce the problem with your verbatim minimal example: \starttext \input knuth \placefigure[left]{Cow}{\externalfigure[cow][frame=on, scale=500, orientation=90]} \input knuth \input knuth \stoptext

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Alan BRASLAU
I have: \setvariables [Book] [ title={My title}, subtitle={My subtitle}, author={First Author, Second Author and Third Author}, ] \setupinteraction [ title=\getvariable{Book}{title},

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Hans Hagen
On 29-3-2012 14:24, Alan BRASLAU wrote: I have: \setvariables [Book] [ title={My title}, subtitle={My subtitle}, author={First Author, Second Author and Third Author}, ] \setupinteraction [

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Alan BRASLAU
On Thu, 29 Mar 2012 16:03:11 +0200 Hans Hagen pra...@wxs.nl wrote: author={\getvariable{Book}{author}}, the expansion introduces the , just to play it safe, putting {} around all \getvariable{}{} as in author={\getvariable{Book}{author}}, does not change anything.

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread luigi scarso
On Thu, Mar 29, 2012 at 5:18 PM, Alan BRASLAU alan.bras...@cea.fr wrote: On Thu, 29 Mar 2012 16:03:11 +0200 Hans Hagen pra...@wxs.nl wrote:                   author={\getvariable{Book}{author}}, the expansion introduces the , just to play it safe, putting {} around all \getvariable{}{} as

[NTG-context] Seeking the incompatibility of versions of ConTeXts

2012-03-29 Thread Jaroslav Hajtmar
Hello all, I am seeking the incompatibility of ConTeXt minimals standalone and ConTeXt MKIV, which is part of TeXLive the 2011. While TeXLive 2011 ConTEXt MKIV translates example bottom easily then standalone MKIV gives an error. An example is taken from wiki.contextgarden. Just for the

Re: [NTG-context] Seeking the incompatibility of versions of ConTeXts

2012-03-29 Thread Wolfgang Schuster
Am 29.03.2012 um 17:59 schrieb Jaroslav Hajtmar: Hello all, I am seeking the incompatibility of ConTeXt minimals standalone and ConTeXt MKIV, which is part of TeXLive the 2011. While TeXLive 2011 ConTEXt MKIV translates example bottom easily then standalone MKIV gives an error. An

[NTG-context] ConTeXt in the Cloud?

2012-03-29 Thread Matthias Weber
Dear All, as the proud owner of one of these tablet thingies I am trying to make it as TeX-friendly as possible. Because the chances of running TeX on it are slim, I've been looking at alternatives. The major goal would be to be able to create a presentation in ConTeXt on a tablet. For LaTeX,

Re: [NTG-context] ConTeXt in the Cloud?

2012-03-29 Thread Hans Hagen
On 29-3-2012 19:20, Matthias Weber wrote: Dear All, as the proud owner of one of these tablet thingies I am trying to make it as TeX-friendly as possible. Because the chances of running TeX on it are slim, I've been looking at alternatives. The major goal would be to be able to create a

[NTG-context] linenote bug with number=no in latest beta?

2012-03-29 Thread Pablo Rodríguez
Hi there, I can suppress numbers in footnotes, but not in linenotes, as the following sample shows with latest beta: \setupnotation[footnote][location=columns,number=no] \definelinenote[dict] \setupnotation[dict][number=no] \starttext \dorecurse{10}{a\footnote{b}\dict{c}} \stoptext I guess it

Re: [NTG-context] Removing the quotes from the results of the reference links

2012-03-29 Thread Hans Hagen
On 29-3-2012 17:24, luigi scarso wrote: On Thu, Mar 29, 2012 at 5:18 PM, Alan BRASLAUalan.bras...@cea.fr wrote: On Thu, 29 Mar 2012 16:03:11 +0200 Hans Hagenpra...@wxs.nl wrote: author={\getvariable{Book}{author}}, the expansion introduces the , just to play it safe,

Re: [NTG-context] linenote bug with number=no in latest beta?

2012-03-29 Thread Hans Hagen
On 29-3-2012 19:34, Pablo Rodríguez wrote: Hi there, I can suppress numbers in footnotes, but not in linenotes, as the following sample shows with latest beta: \setupnotation[footnote][location=columns,number=no] \definelinenote[dict] \setupnotation[dict][number=no] \starttext

Re: [NTG-context] ConTeXt in the Cloud?

2012-03-29 Thread Kip Warner
On Thu, 2012-03-29 at 13:20 -0400, Matthias Weber wrote: Dear All, as the proud owner of one of these tablet thingies I am trying to make it as TeX-friendly as possible. Because the chances of running TeX on it are slim, I've been looking at alternatives. The major goal would be to be

Re: [NTG-context] Seeking the incompatibility of versions of ConTeXts

2012-03-29 Thread Jaroslav Hajtmar
Thanx Wolfgang. Originally I wanted the whole deal at Lua, but I finally found one example of wiki.contextgarden.net and decided to use it. I did not know that it will not work in the minimals standalone version ... Is it possible solve it at ConTeXt Standalone level commands or is it better

Re: [NTG-context] Typescript not found

2012-03-29 Thread S Barmeier
On 03/29/2012 03:33 PM, Wolfgang Schuster wrote: Am 28.03.2012 um 09:32 schrieb S Barmeier: I have some typescript problems. The output says fontstypescripts unknown: library 'mytypescript' fontstypescripts unknown: library 'Myface' fontspreloading