Re: [NTG-context] Typeset multiple pictures not in a strict matrix (\startfloatcombination)

2023-03-08 Thread Hans Hagen via ntg-context
t=1cm] \eTD \eTR \bTR[toffset=1ex] \bTD[nx=2,align=middle] % \placefloatcaption[figure][title=foo] a) foo \eTD \eTR \bTR[toffset=2ex] \bTD[align=middle,offset=overlay] \externalfigure[

Re: [NTG-context] very long hanging caption

2021-05-07 Thread Hans Hagen
]}} \placefloatcaption[figure][title={\input ward \input ward }] \stophanging \stoptext Thanks, Jano On Sun, May 2, 2021 at 6:10 PM Jano Kula <mailto:jano.k...@gmail.com>> wrote: Dear list, having images with very long captions I'd like captions to be wrapped around the fi

Re: [NTG-context] Split Table, don't repeat caption

2020-10-08 Thread Denis Maier
tartalignment[middle]     \placefloatcaption[table][title={Title\footnote{footnote}}]     \stopalignment     \bTABLE[split=yes]     \bTABLEhead     \bTR \bTD Header 1 \eTD \bTD Header 2 \eTD \eTR     \eTABLEhead     \bTABLEbody     \dorecurse{100}{\bTR \bTD Column 1 \eTD \bTD Column 2 \eTD \eTR}     \eT

Re: [NTG-context] Full page image and caption in another page?

2020-09-23 Thread Taco Hoekwater
side of the current page. But at least there is a command to typeset a caption standalone, so perhaps that will help? You would then *not* use the \startplacebigfigure, but place the caption and the image manually: \page \placefloatcaption[bigfigure][title={A cow}] \page \externalfigure[cow

Re: [NTG-context] Frame around float and its caption, how to?

2011-09-25 Thread Stefan Müller
A figure with a background} \placefigure {none} {\placelegend {\externalfigure[mill][scale=2000]} {\placefloatcaption[figure]{A dutch mill}}} \stoptext It works only with MkII because \placefloatcaption isn’t yet rewritten for the new MkIV

Re: [NTG-context] Frame around float and its caption, how to?

2011-09-25 Thread Wolfgang Schuster
e {none} {\placelegend {\externalfigure[mill][scale=2000]} {\placefloatcaption[figure]{A dutch mill}}} \stoptext It works only with MkII because \placefloatcaption isn’t yet rewritten for the new MkIV code. Wolfgang

Re: [NTG-context] Captions command (special alignment)

2011-09-18 Thread Wolfgang Schuster
any other fig. > > I have tried to set this up via table but still can't proceed. This doesn’t work because the command-key expects a command with one argument which contains the caption number *and* text. To write your own caption layout ask Hans to rewrite the code for the \placefloa

Re: [NTG-context] Verbatim typing with numbers inside float

2010-10-07 Thread Stefan Müller
graph? Putting up a fake caption with \placefloatcaption (which doesn't seem to work in MkIV)? Are there other possiblities of numbering (by section) more or less big chunks of source code I'm not thinking of? That would help me very much. Thanks for thinking about that. you can make you

Re: [NTG-context] Verbatim typing with numbers inside float

2010-10-07 Thread Alan BRASLAU
ph? Putting up a fake caption with \placefloatcaption > > (which doesn't seem to work in MkIV)? Are there other possiblities of > > numbering (by section) more or less big chunks of source code I'm not > > thinking of? That would help me very much. Thanks for thinking ab

Re: [NTG-context] Verbatim typing with numbers inside float

2010-10-07 Thread Hans Hagen
e think it's probably not what I'm looking for. no page breaks indeed (at least not now in such cases) Splitting up long source code in several pieces (one per page) and put them in separate figures doesn't seem right to me. Setting it as numbered paragraph? Putting up a fake captio

Re: [NTG-context] Verbatim typing with numbers inside float

2010-10-06 Thread Stefan Müller
ing for. Splitting up long source code in several pieces (one per page) and put them in separate figures doesn't seem right to me. Setting it as numbered paragraph? Putting up a fake caption with \placefloatcaption (which doesn't seem to work in MkIV)? Are there other possiblities of

Re: [NTG-context] some (older) problems

2009-08-18 Thread Thomas Floeren
Hans Hagen <mailto:pra...@wxs.nl> wrote on Monday, August 17, 2009 7:56 PM: > Thomas Floeren wrote: > >> a) Floatcaptions are no longer placed: >> >> \externalfigure[dummy] >> \placefloatcaption[figure]{blabla} > > i didn't yet rewrite that bit

Re: [NTG-context] some (older) problems

2009-08-17 Thread Hans Hagen
Thomas Floeren wrote: a) Floatcaptions are no longer placed: \externalfigure[dummy] \placefloatcaption[figure]{blabla} i didn't yet rewrite that bit of code b) \start...\stopregister results in an error: hmmpf\startregister[index][identifier]{Hmmpf}\page[yes] \dorecurse{2}{hmmpf\pag

[NTG-context] some (older) problems

2009-08-17 Thread Thomas Floeren
1 is > undefined (character 58)." > > \digits{1.6} > > 5) \infull command does not work for abbreviations: falls over with > "Missing } inserted." > > \abbreviation {KF} {Kalman filter} > Rudolph Kalman invented the \infull{KF}. > > > Please help!!

Re: [NTG-context] Lots of problems in mkiv

2009-06-18 Thread Thomas Floeren
lman filter} > Rudolph Kalman invented the \infull{KF}. > > > Please help!! > > Richard > > Same thing here with 1,3,4,5. 2 works fine. I've noticed also 3 problems since I switched to MKIV: a) Floatcaptions are no longer placed: \externalfigure[dummy] \placefloatc

Re: [NTG-context] Homogeneous captions for figures

2006-09-12 Thread Hans Hagen
Renaud AUBIN wrote: > Hi all, > > I wanted to obtain to obtain an homogeneous formatting for my captions > whenever I use \placefigure or \placefloatcaption within combination, > so I've tried \setupcaption and \setupcaptions but > > >} > \p

Re: [NTG-context] Homogeneous captions for figures

2006-09-08 Thread Renaud AUBIN
Renaud AUBIN a écrit : Hi all, I wanted to obtain to obtain an homogeneous formatting for my captions whenever I use \placefigure or \placefloatcaption within combination, so I've tried \setupcaption and \setupcaptions but ... Bug ? BTW, I need a quick solution for m

[NTG-context] Homogeneous captions for figures

2006-09-08 Thread Renaud AUBIN
Hi all, I wanted to obtain to obtain an homogeneous formatting for my captions whenever I use \placefigure or \placefloatcaption within combination, so I've tried \setupcaption and \setupcaptions but \starttext \setupcaptions[align=left] % or \setupcaption[figure][align

Re: [NTG-context] Problem with \placefloatcaption

2006-08-25 Thread Renaud AUBIN
Renaud AUBIN a écrit : Hi all, \placefigure    [none]    {}    {\startcombination   {\externalfigure[hylos]}{\placefloatcaption[figure]{Hylos}}   {\externalfigure[shrimp]}{\placefloatcaption[figure]{Shrimp III}}     \stopcombination} returns  <./src/images/hylos.

[NTG-context] Problem with \placefloatcaption

2006-08-25 Thread Renaud AUBIN
Hi all, \placefigure    [none]    {}    {\startcombination   {\externalfigure[hylos]}{\placefloatcaption[figure]{Hylos}}   {\externalfigure[shrimp]}{\placefloatcaption[figure]{Shrimp III}}     \stopcombination} returns  <./src/images/hylos.jpg> figures : dimensions of

Re: [NTG-context] A page for figures ?

2006-07-18 Thread Renaud AUBIN
Ok, I find it... Sorry for this dumb post The solution is given in texshow: \placefigure [none] {} {\startcombination {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{one}} {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{two

Re: [NTG-context] Entries in \completelistoffigures - HOWTO?

2006-04-25 Thread Johannes Graumann
re[\XMLflush{graphic} [width=\textwidth,height=\textheight,factor=max]} \placecaption [bottom,none] {} {\startcaptiontext \placefloatcaption [figure] {{\bf\XMLflush{floattitle}} \XMLflush{caption}} \stopcaptiontext} \egroup } _

Re: [NTG-context] Figure caption on different page?

2006-04-18 Thread Johannes Graumann
label}{}] {} {\externalfigure[\XMLflush{graphic}][width=\textwidth]} \placecaption [bottom,none] {} {\startcaptiontext \placefloatcaption [figure] {\XMLflush{caption}} \stopcaptiontext} \egroup } _

Re: [NTG-context] Figure caption on different page?

2006-04-13 Thread Hans Hagen
ive=doublesided] \starttext test \page \placefigure [page,none] {} {\blackrule[width=\textwidth,height=\textheight]} \placecaption [bottom,none] {} {\startcaptiontext \placefloatcaption [figure] {\input tufte \relax} \stopcaptiontext} \dorecurse{10}{\input

Re: [NTG-context] how to place figures next to each other

2005-03-29 Thread Peter
Hans Hagen wrote: \starttext \placefigure [none] {} {\startcombination {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{one}} {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{two}} \stopcombination} \stoptext Wow, is it that simple and elegant... I had

Re: [NTG-context] how to place figures next to each other

2005-03-29 Thread Hans Hagen
\placefigure [none] {} {\startcombination {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{one}} {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{two}} \stopco