Re: [NTG-context] Captions with background

2019-08-04 Thread Henning Hraban Ramm
Am 2019-08-04 um 10:33 schrieb Hans Hagen : > > Thank you! That is much cleaner than my try, of course. I’ll try to transfer that into my environment. Greetlings, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.de GPG Key ID 1C9B22FD ___

Re: [NTG-context] Captions with background

2019-08-04 Thread Hans Hagen
On 8/3/2019 5:22 PM, Henning Hraban Ramm wrote: Hi, in my books I typeset captions onto full page images, therefore I need a background; in the attached example it’s just a white box, usually I use a MetaPost shadow (some of you helped me with that a few years ago, current code see https://wi

[NTG-context] Captions with background

2019-08-03 Thread Henning Hraban Ramm
Hi, in my books I typeset captions onto full page images, therefore I need a background; in the attached example it’s just a white box, usually I use a MetaPost shadow (some of you helped me with that a few years ago, current code see https://wiki.contextgarden.net/Drop_shadows). Now, the back

Re: [NTG-context] Captions numbering

2016-09-04 Thread Jose Luis Arellano
2016-09-04 6:42 GMT-03:00 Wolfgang Schuster : > Use "incrementnumber=list" to get TOC entries for your unnumbered sections. > > Wolfgang Hello Wolfgang. In fact, with the option "incrementnumber=list" you can to show unnumbered section in TOC but unfortunately this causes the captions numbering p

Re: [NTG-context] Captions numbering

2016-09-04 Thread Wolfgang Schuster
Jose Luis Arellano 3. September 2016 um 04:35 Thanks for the answer Jan, but unfortunately this doesn't solve my problem because the option "incrementnumber=no" causes that the unnumbered section are not show in TOC. Use "incrementnumber=list" to get TOC entries f

Re: [NTG-context] Captions numbering

2016-09-02 Thread Jose Luis Arellano
Thanks for the answer Jan, but unfortunately this doesn't solve my problem because the option "incrementnumber=no" causes that the unnumbered section are not show in TOC. Hopefully someone has a clue about this. Thanks guys. 2016-09-01 17:14 GMT-03:00 Jan Willem Flamma : > > Hi Jose Luis, > > I e

Re: [NTG-context] Captions numbering

2016-09-01 Thread Jan Willem Flamma
Hi Jose Luis, I eventually solved this by setting up the subsubsection as follows: \setuphead[subsubsection] [incrementnumber=no] This links to a set of test files on the pragma website and maybe of use to you: http://context.aanhet.net/download-1.htm Kind regards, Jan Willem > On 31 aug

[NTG-context] Captions numbering

2016-08-31 Thread Jose Luis Arellano
Dear list, I experience exactly same issue explained here , but apparently the link provided for Hans doesn't exist. I will appreciate any help. Thanks. ___

Re: [NTG-context] captions in float combinations

2013-09-09 Thread Robert Blackstone
Hi Marco, hi Aditya, Thank you very much for the solutions you have proposed for my problem, that of making a side by side combination of two figures of unequal height with both the figures and their (sub)-captions located at the top. In order not to make this mail too long I simply refer to t

Re: [NTG-context] captions in float combinations

2013-09-09 Thread Aditya Mahajan
On Mon, 9 Sep 2013, Robert Blackstone wrote: Wouldn't it be worthwhile to add it to the wiki? Definitely. The best place is http://wiki.contextgarden.net/Combinations and the documentation of \startcombination and \startplacecombinationfloat. Aditya ___

Re: [NTG-context] captions in float combinations

2013-09-08 Thread Marco Patzer
On 2013–09–08 Robert Blackstone wrote: > The paired figures in my particular project are often of different > size, in particular of different height, (but small enough to be > placed side by side). The author wants not only the figure > captions at the top, but also the figures themselves. You c

Re: [NTG-context] captions in float combinations

2013-09-08 Thread Aditya Mahajan
On Sun, 8 Sep 2013, Robert Blackstone wrote: On 8 sep. 2013, at 17:01, Marco Patzer On 2013?09?08 Robert Blackstone wrote: In my project I have all figure captions located above the figure. How can I move also these subcaptions to the top, to a position just below the main caption? As fa

Re: [NTG-context] captions in float combinations

2013-09-08 Thread Robert Blackstone
On 8 sep. 2013, at 17:01, Marco Patzer > On 2013?09?08 Robert Blackstone wrote: > >> In my project I have all figure captions located above the figure. >> How can I move also these subcaptions to the top, to a position >> just below the main caption? > > As far as I can see, this is not suppo

Re: [NTG-context] captions in float combinations

2013-09-08 Thread Marco Patzer
On 2013–09–08 Robert Blackstone wrote: > In my project I have all figure captions located above the figure. > How can I move also these subcaptions to the top, to a position > just below the main caption? As far as I can see, this is not supported by the combination mechanism because the captions

[NTG-context] captions in float combinations

2013-09-08 Thread Robert Blackstone
Dear list, In two-column combinations of figures, the "subcaptions" for the individual figures are always placed at the bottom, below the figures, regardless of the position of the main figure caption. In my project I have all figure captions located above the figure. How can I move also these

Re: [NTG-context] captions for figures -> none -> no longer working

2011-12-06 Thread Hans Hagen
On 6-12-2011 11:43, Ian Lawrence wrote: Morning all, It seems the parameter {none} is no longer effective in \placefigure: From the wiki: "You get no caption with none." On at least: ConTeXt ver: 2011.11.29 23:11 MKIV fmt: 2011.12.1, this appears **not** to be the case... Anyone else - or

[NTG-context] captions for figures -> none -> no longer working

2011-12-06 Thread Ian Lawrence
Morning all, It seems the parameter {none} is no longer effective in \placefigure: From the wiki: "You get no caption with none." On at least: ConTeXt ver: 2011.11.29 23:11 MKIV fmt: 2011.12.1, this appears **not** to be the case... Anyone else - or is there some change not yet documented on

Re: [NTG-context] captions trouble

2011-11-26 Thread Wolfgang Schuster
Am 26.11.2011 um 15:17 schrieb Wolfgang Schuster: > > Am 26.11.2011 um 12:29 schrieb Meer, H. van der: > >> Something seems amiss in the code below. The idea is having in general >> figures with numbered labels, but now and then a figure without. First I >> thought to use [location=none] on t

Re: [NTG-context] captions trouble

2011-11-26 Thread Wolfgang Schuster
Am 26.11.2011 um 12:29 schrieb Meer, H. van der: > Something seems amiss in the code below. The idea is having in general > figures with numbered labels, but now and then a figure without. First I > thought to use [location=none] on the placement, but then the numbering is > not interrupted: l

Re: [NTG-context] captions trouble

2011-11-26 Thread Meer, H. van der
My mistake. I remembered [number=no/yes] but it turns out there is also [number=none]. Which does the trick. And the [distance=(dimension)] sets the distande between label and caption. Hans van der Meer On 26 nov. 2011, at 12:50, Jaroslav Hajtmar wrote: > Hello Hans, > > My tip is use \setupc

Re: [NTG-context] captions trouble

2011-11-26 Thread Jaroslav Hajtmar
Hello Hans, My tip is use \setupcaptions[number=yes, suffix=\hskip5mm] I do not know whether it is a clean solution, but visually it looks OK. Probably will need to determine the exact size of \hskip parameter. Jaroslav \setuppapersize[A6][A6] \starttext \placefigure[][fig:1]{label with spa

[NTG-context] captions trouble

2011-11-26 Thread Meer, H. van der
Something seems amiss in the code below. The idea is having in general figures with numbered labels, but now and then a figure without. First I thought to use [location=none] on the placement, but then the numbering is not interrupted: label-1 (label-2 invisible), label-3. That is disturbing to

Re: [NTG-context] Captions

2011-09-22 Thread Hongwen Qiu
On 09/23/2011 06:10 AM, Felix Ingram wrote: I'm defining a new float that I'd like to caption with its own label. Something like: \definefloat[picture][pictures] I'd then like the caption to read: Picture 1 - my caption text Picture 2 - etc At the moment I've used \setupcaption[picture][way=b

[NTG-context] Captions

2011-09-22 Thread Felix Ingram
(apologies if you see this twice - posted from wrong account earlier) I'm defining a new float that I'd like to caption with its own label. Something like: \definefloat[picture][pictures] I'd then like the caption to read: Picture 1 - my caption text Picture 2 - etc At the moment I've used \se

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

2011-09-18 Thread Wolfgang Schuster
Am 17.09.2011 um 21:12 schrieb Honza Hejzl: > Hello, > why that simple thing doesn't work? Does anybody know? > > \def\mycap#1#2{\hbox{\hbox{#1}\vtop{#2\par}}} > \setupcaptions[command=\mycap] > > Simply I need this: > > Fig. 1 The fig is great... > ...like any other fig. > > I have tried to

[NTG-context] Captions command (special alignment)

2011-09-17 Thread Honza Hejzl
Hello, why that simple thing doesn't work? Does anybody know? \def\mycap#1#2{\hbox{\hbox{#1}\vtop{#2\par}}} \setupcaptions[command=\mycap] Simply I need this: Fig. 1 The fig is great... ...like any other fig. I have tried to set this up via table but still can't proceed. Thanks, Honza He

[NTG-context] Captions' alignment

2011-09-06 Thread Honza Hejzl
Hello, I am re-posting my question because the last one was not clear and properly written. I am trying to set captions like paragraphs where the label is indented negatively, like in case of itemize lists. I was successful with the shape (\hbox{\vtop ...}}) but don't think my solution is useful.

[NTG-context] Captions, negative indenting and \par

2011-09-05 Thread Honza Hejzl
Hello, I am trying to set captions like paragraphs where the label is indented negatively, like in case of itemize lists. I was successful but now I cant set the text like a paragraph, it means I need hyphenation. In some cases (different font) the picture is moved too much and is over the lines (h

Re: [NTG-context] Captions in Combinations

2006-09-17 Thread Pepe Barbe
On 9/17/06, nico <[EMAIL PROTECTED]> wrote: > Look more carefully the mail, I guess that the problem was missing braces: > > \placefigure [center] {Combination Caption} > { > \startcombination [2*1] > {\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic > 1}}{Text: Test. Math: $Test$

Re: [NTG-context] Captions in Combinations

2006-09-17 Thread nico
On Sun, 17 Sep 2006 14:35:36 -0500, Pepe Barbe <[EMAIL PROTECTED]> wrote: > Did you find a solution for my problem? Because I couldn't find your > answer in the email. Look more carefully the mail, I guess that the problem was missing braces: \placefigure [center] {Combination Caption} { \star

Re: [NTG-context] Captions in Combinations

2006-09-17 Thread Pepe Barbe
Hi Hans, On 9/17/06, Hans Hagen <[EMAIL PROTECTED]> wrote: > Pepe Barbe wrote: > > On 9/12/06, Hans Hagen <[EMAIL PROTECTED]> wrote: > > > >> Pepe Barbe wrote: > >> > >>> Hoping that the captions in the figures and in the combinations would > >>> have the same size, but they don't. Any ideas why t

Re: [NTG-context] Captions in Combinations

2006-09-17 Thread Hans Hagen
Pepe Barbe wrote: > On 9/12/06, Hans Hagen <[EMAIL PROTECTED]> wrote: > >> Pepe Barbe wrote: >> >>> Hoping that the captions in the figures and in the combinations would >>> have the same size, but they don't. Any ideas why this might be? >>> >>> >> can you make a minimal sample file

Re: [NTG-context] Captions in Combinations

2006-09-16 Thread Pepe Barbe
On 9/12/06, Hans Hagen <[EMAIL PROTECTED]> wrote: > Pepe Barbe wrote: > > Hoping that the captions in the figures and in the combinations would > > have the same size, but they don't. Any ideas why this might be? > > > can you make a minimal sample file Sorry about the delay. Here you go: \setupc

Re: [NTG-context] Captions in Combinations

2006-09-12 Thread Hans Hagen
Pepe Barbe wrote: > Hello, > > In my layout settings I have the following: > > \setupcaptions[ headstyle=\ss\bf,style=\tfx ] > > \setupcombinations[ style={\tfx\em} ] > > Hoping that the captions in the figures and in the combinations would > have the same size, but they don't. Any ideas why this m

Re: [NTG-context] Captions in Combinations

2006-09-12 Thread Pepe Barbe
On 9/12/06, Pepe Barbe <[EMAIL PROTECTED]> wrote: > In my layout settings I have the following: > > \setupcaptions[ headstyle=\ss\bf,style=\tfx ] > > \setupcombinations[ style={\tfx\em} ] > > Hoping that the captions in the figures and in the combinations would > have the same size, but they don't.

[NTG-context] Captions in Combinations

2006-09-12 Thread Pepe Barbe
Hello, In my layout settings I have the following: \setupcaptions[ headstyle=\ss\bf,style=\tfx ] \setupcombinations[ style={\tfx\em} ] Hoping that the captions in the figures and in the combinations would have the same size, but they don't. Any ideas why this might be? Thanks, Pepe ___

[NTG-context] Captions in the margin

2006-08-15 Thread Alex Lubberts
Hello, After reading the details.pdf manual I succeeded in placing figures right where I want them :) However... I would like the caption to be placed in the margin (lining either with the top or the bottom of the figure). I didn't find a way to do this. Does anybody know how to achieve this? Tha