Re: [NTG-context] float combinations

2013-04-14 Thread Alan BRASLAU
Hans, you forgot to define a \testitem... \starttext \definelabel[test][text=,numberconversion=character,stopper=!] \define[1]\testitem{{#1} {\test}} \resetcounter[test] \startcombination[2*2] \testitem{first} \testitem{second} \testitem{third} \testitem{fourth}

Re: [NTG-context] Is the lastest beta broken?

2013-04-14 Thread Hans Hagen
On 4/14/2013 7:05 AM, Tim Li wrote: Today, I updated my ConTeXt standalone but after that, if I ran `context' it would give these message: d:\context context mtxrun | forcing cache reload resolvers | resolving | looking for 'texmfcnf.lua' on given path 'C:/Users/peng/texmf/web2c'

Re: [NTG-context] float combinations

2013-04-14 Thread Hans Hagen
On 4/14/2013 8:30 AM, Alan BRASLAU wrote: Hans, you forgot to define a \testitem... \starttext \definelabel[test][text=,numberconversion=character,stopper=!] \define[1]\testitem{{#1} {\test}} \resetcounter[test] \startcombination[2*2] \testitem{first} \testitem{second}

Re: [NTG-context] float combinations

2013-04-14 Thread Robert Blackstone
On 14 Apr 2013, at 07:05, Hans Hagen pra...@wxs.nl wrote: On 4/13/2013 12:33 PM, Robert Blackstone wrote: Dear all, A few days ago (10 April 2013, Vol.106, Issue 25) I posted a question about giving related but not necessarily adjacent floats the same number, as for example Fig. 2a and

Re: [NTG-context] float combinations

2013-04-14 Thread Robert Blackstone
On 14 Apr 2013, at 07:05 , Marco Patzer home...@lavabit.com wrote: On 2013?04?13 Robert Blackstone wrote: (in reply to Alan BRASLAU) (I tried your liitle code snippet but ConText would not have it.) He's missing a closing bracket on the \externalfigure[mill] line. Here's a complete

[NTG-context] Read output of external command

2013-04-14 Thread Marco Patzer
Hi, I need to read the standard output of an external command. This is what I came up with: \starttext \startluacode f = io.popen ls context(f:read *a) \stopluacode \stoptext It works with luajittex, plain lua5.1 and lua5.2, but it fails with a current luatex: ! LuaTeX error

Re: [NTG-context] float combinations

2013-04-14 Thread Alan BRASLAU
On Sun, 14 Apr 2013 10:55:41 +0200 Hans Hagen pra...@wxs.nl wrote: On 4/14/2013 8:30 AM, Alan BRASLAU wrote: Hans, you forgot to define a \testitem... \starttext \definelabel[test][text=,numberconversion=character,stopper=!] \define[1]\testitem{{#1} {\test}}

Re: [NTG-context] Read output of external command

2013-04-14 Thread Hans Hagen
On 4/14/2013 12:06 PM, Marco Patzer wrote: Hi, I need to read the standard output of an external command. This is what I came up with: \starttext \startluacode f = io.popen ls context(f:read *a) \stopluacode \stoptext context(os.resultof(ls)) It works with luajittex, plain

Re: [NTG-context] float combinations

2013-04-14 Thread Marco Patzer
On 2013–04–14 Alan BRASLAU wrote: Two problems, though: 1. I tried label= in \setupcaption to suppress Figure . This does not work, and looking at the source I do not see how to do this... \setuplabeltext [figureitem=] Marco signature.asc Description: Digital signature

Re: [NTG-context] float combinations

2013-04-14 Thread Alan BRASLAU
On Sun, 14 Apr 2013 13:54:48 +0200 Marco Patzer home...@lavabit.com wrote: On 2013–04–14 Alan BRASLAU wrote: Two problems, though: 1. I tried label= in \setupcaption to suppress Figure . This does not work, and looking at the source I do not see how to do this... \setuplabeltext

Re: [NTG-context] Different fonts for titles

2013-04-14 Thread H. Özoguz
Hoping for some hints :) ___ 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 :

[NTG-context] arc notation Lucida

2013-04-14 Thread John Kitzmiller
My primary plea for help is how to make an arc symbol over 3 letters in ConTEXt with lucidaot as body font. In pdfLaTeX I could use package fourier to get such an extensible symbol where \widearc was preferable to \widehat. Hans' new about regarding extensible glyphs is suggestive, but because

Re: [NTG-context] arc notation Lucida

2013-04-14 Thread Wolfgang Schuster
Am 14.04.2013 um 19:47 schrieb John Kitzmiller k...@inradius.net: My primary plea for help is how to make an arc symbol over 3 letters in ConTEXt with lucidaot as body font. In pdfLaTeX I could use package fourier to get such an extensible symbol where \widearc was preferable to

Re: [NTG-context] Different fonts for titles

2013-04-14 Thread Wolfgang Schuster
Am 14.04.2013 um 14:34 schrieb H. Özoguz h.oezo...@mmnetz.de: Hoping for some hints :) What you’re looking for is the \definefont command, in one way a low level method to access a font but also a usefull command to create styles for headings etc. Let me start with the following

Re: [NTG-context] Different fonts for titles

2013-04-14 Thread Tim Li
maybe you can use another method that I usually use \definefontsynonym[PalatinoRoman][name:palatinolinotypebold][features=default]\definefont[TitleFont][PalatinoRoman sa 1]... From: schuster.wolfg...@gmail.com Date: Sun, 14 Apr 2013 23:42:16 +0200 To: ntg-context@ntg.nl Subject: Re:

[NTG-context] Vertical location of combinations

2013-04-14 Thread Aditya Mahajan
How do I control the vertical location of combinations? I want output similar to ABC \framed[frame=no, location=top]}\startcombination[2] {\externalfigure[dummay][width=2cm]}{One} {\externalfigure[dummay][width=2cm]}{Two} \stopcombination} DEF without having to explictly add a \frame.

Re: [NTG-context] Different fonts for titles

2013-04-14 Thread H. Özoguz
Thanks @Wolfgang and Tim, specially for your long and well understandable explenations, Wolfgang! Should be integrated into the wiki. Huseyin ___ If your question is of interest to others as well, please add an

Re: [NTG-context] Different fonts for titles

2013-04-14 Thread Aditya Mahajan
On Mon, 15 Apr 2013, H. Özoguz wrote: Should be integrated into the wiki. Please do that! Aditya___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :