[NTG-context] Re: Why Difference Between \placefloat and \definefloat

2024-04-29 Thread Wolfgang Schuster
ne}] \defineframedtext [sidebartext] [width=.4\textwidth,bodyfont=small,corner=round,background=color,backgroundcolor=lightgray,align=flushleft] \starttext This is a bit of text \placefloat[sidebar][leftmargindistance=-.25in,rightmargindistance=-.25in,outer,none]{}{ 1. You're again passing a

[NTG-context] Re: Why Difference Between \placefloat and \definefloat

2024-04-28 Thread urban . m
I don't think that 'sidebar' has much to do with it. The part that is not working as expected is the 'mysidebar', which is not getting the 'outer' location, nor the 'none' captioning that I get with placefloat. setupfloat[mysidebar][leftmargindistance

[NTG-context] Re: Why Difference Between \placefloat and \definefloat

2024-04-28 Thread Henning Hraban Ramm
framedtext [sidebartext] [width=.4\textwidth,bodyfont=small,corner=round,background=color,backgroundcolor=lightgray,align=flushleft] \starttext This is a bit of text \placefloat[sidebar][leftmargindistance=-.25in,rightmargindistance=-.25in,outer,none]{}{ \startsidebartext This is a sho

[NTG-context] Why Difference Between \placefloat and \definefloat

2024-04-28 Thread urban . m
,bodyfont=small,corner=round,background=color,backgroundcolor=lightgray,align=flushleft] starttext This is a bit of text placefloat[sidebar][leftmargindistance=-.25in,rightmargindistance=-.25in,outer,none]{}{ startsidebartext This is a short sidebar stopsidebartext } And something to follow. A bit

[NTG-context] Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread garulfo
phs Command/ note Command/ ornament Command/ paragraphs Command/ placecombinedlist Command/ placefloat Command/ placelistoffloats Command/ placelistofsorts Command/ placelistofsynonyms Command/ placement Command/ placepairedbox Command/ placeregister Command/ presetlabeltext Command/ referenceformat

Re: [NTG-context] SVG text alignment issue

2022-06-28 Thread Thangalin via ntg-context
Thanks Aditya, I tried your suggestion, but the result is the same. Here's the XML setup for all images in the document: \startxmlsetups xml:img \starttexcode \placefloat[here,force]{}{% \hbox{\externalfigure[\xmlatt{#1}{src}][conversion=mp]} } \stoptexcode \stopxmls

Re: [NTG-context] \externafigure and \at do not work together

2021-10-31 Thread Bruce Horrocks via ntg-context
I thought it was necessary to use one of the derivations of \placefloat in order to get the reference generated. In your case this would be \placefigure thus: \starttext \placefigure [ ] [clock] { } {\externalfigure[clock.jpg]} \at[clock] refers to a clock \stoptext > On 31 Oct 2021, at 12

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

2020-09-23 Thread Taco Hoekwater
• Place a figure as full-page figure > • Change orientation accordingly (if it's a landscape PDF, for instance) > • Make that using \setupfloat (or other setup), not directly in > \placefloat > • Place captions in another page (ideally on opposite page) >

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

2020-09-22 Thread José de Mattos Neto
nce) 3. Make that using \setupfloat (or other setup), not directly in \placefloat 4. Place captions in another page (ideally on opposite page) Problems: - I can't get # 1 and # 3 at same time - \setupfloat doesn't have before option, which I could use to change orientat

Re: [NTG-context] Text around a figure

2020-07-16 Thread Otared Kavian
gt; > wrote: > > > > Fabrice Couvreur schrieb am 15.07.2020 um 19:54: > >> Hello, > >> I always encounter difficulties with the placement of figures in such a > >> way that the text envelops the figure. > >> Thank you. > >> Fabrice > &g

Re: [NTG-context] Text around a figure

2020-07-16 Thread Fabrice Couvreur
> >> I always encounter difficulties with the placement of figures in such a > way that the text envelops the figure. > >> Thank you. > >> Fabrice > >> \useMPlibrary[dum] > >> \definecolor[fondpaille][c=0,m=0,y=0.2,k=0] > >> \starttext >

Re: [NTG-context] Text around a figure

2020-07-15 Thread Otared Kavian
you. >> Fabrice >> \useMPlibrary[dum] >> \definecolor[fondpaille][c=0,m=0,y=0.2,k=0] >> \starttext >> \startframedtext[width=max,background=color,backgroundcolor=fondpaille] >> \placefloat[][right,none]{} >>{\externalfigure[dummy]} >

Re: [NTG-context] Text around a figure

2020-07-15 Thread Wolfgang Schuster
,background=color,backgroundcolor=fondpaille]      \placefloat[][right,none]{}        {\externalfigure[dummy]}      \startitemize[n]        \dorecurse{3}{\startitem \input ward \stopitem}      \stopitemize    \stopframedtext    \stoptext Side floats don't work in frames, use the textbackg

[NTG-context] Text around a figure

2020-07-15 Thread Fabrice Couvreur
] \placefloat[][right,none]{} {\externalfigure[dummy]} \startitemize[n] \dorecurse{3}{\startitem \input ward \stopitem} \stopitemize \stopframedtext \stoptext ___ If your question is of interest to

Re: [NTG-context] \placetable vs. \placefloat and option "none"

2020-07-08 Thread Wolfgang Schuster
Lukas/ConTeXt schrieb am 08.07.2020 um 12:08: Hello, (– resending now without resulting .pdf to avoid attachment size limit –) option "none" has different effect with \placetable and \placefloat. No problem with this, but as I thought both commands raise from the same code (or more

[NTG-context] \placetable vs. \placefloat and option "none"

2020-07-08 Thread Lukas/ConTeXt
Hello, (– resending now without resulting .pdf to avoid attachment size limit –) option "none" has different effect with \placetable and \placefloat. No problem with this, but as I thought both commands raise from the same code (or more precisely: I thought that \placetable is sp

[NTG-context] \placetable vs. \placefloat and option "none"

2020-07-07 Thread Lukas/ConTeXt
Hello, option "none" has different effect with \placetable and \placefloat. No problem with this, but as I thought both commands raise from the same code (or more precisely: I thought that \placetable is special case (specialization) of \placefloat), I'm a bit surprised that \

Re: [NTG-context] Translation of ConTeXt interface

2020-06-26 Thread Wolfgang Schuster
Garulfo schrieb am 26.06.2020 um 12:27: Thanks a lot Wolfang for your answer. I have 5 additional questions... sorry. --- >>  \placeFLOAT   becomes \placerFLOAT >>  \startplaceFLOAT  becomes \debu

[NTG-context] Translation of ConTeXt interface

2020-06-26 Thread Garulfo
Thanks a lot Wolfang for your answer. I have 5 additional questions... sorry. --- >> \placeFLOAT becomes \placerFLOAT >> \startplaceFLOAT becomes \debutplacerFLOAT >> \placerchem

Re: [NTG-context] French interface

2020-06-25 Thread Wolfgang Schuster
       - \startmakeup and \stopmakeup   ^^  ^^ 5- setupstrings, to describe the syntaxe and the type of the arguments 1/ I don't understand how to impact, for example, FLOAT and chemical in:      \placeFLOAT   becomes \placerFLOAT \startplaceFLOAT  be

[NTG-context] French interface

2020-06-25 Thread Garulfo
^^ ^^ 5- setupstrings, to describe the syntaxe and the type of the arguments 1/ I don't understand how to impact, for example, FLOAT and chemical in: \placeFLOAT becomes \placerFLOAT \startplaceFLOAT becomes \debutplacerFLOAT \placerche

Re: [NTG-context] poem as a sidefloat

2019-09-25 Thread Henning Hraban Ramm
ught I don’t need to define or setup my >> own float. >> >> \setupfloat inherits from \setupframed, but the parameters width, style and >> background(color) don’t work. >> Aren’t they supposed to work in \startplacefloat? >> >> How can I suppress the c

Re: [NTG-context] poem as a sidefloat

2019-09-25 Thread Wolfgang Schuster
parameters width, style and background(color) don’t work. Aren’t they supposed to work in \startplacefloat? How can I suppress the caption? ("none" is supposed to work with \placefloat, but at least doesn’t in \startplacefloat) The first argument of \startplacefloat takes the name of the float

[NTG-context] poem as a sidefloat

2019-09-25 Thread Henning Hraban Ramm
. Aren’t they supposed to work in \startplacefloat? How can I suppress the caption? ("none" is supposed to work with \placefloat, but at least doesn’t in \startplacefloat) With or without framed, vbox and lines didn’t change much. (Of course \framed adds a frame, but the text is

Re: [NTG-context] Unwanted white box above float

2019-07-22 Thread Taco Hoekwater
g with the many and varied options for placefloat to > try to resolve this problem with no success. As per minimal example below I > have nearly what I'm after - an image which floats to the right of a > background box with a 1em offset - but I can't get rid of the white box w

[NTG-context] Unwanted white box above float

2019-07-22 Thread Duncan Hothersall
Hi all. Have been experimenting with the many and varied options for placefloat to try to resolve this problem with no success. As per minimal example below I have nearly what I'm after - an image which floats to the right of a background box with a 1em offset - but I can't get rid of

Re: [NTG-context] Which commands to use to show setups?

2018-11-25 Thread Wolfgang Schuster
: \startbuffer [definition] \definition [startxtable] %\definition [startxtable,startembeddedxtable] \stopbuffer \typebuffer [definition] \getbuffer  [definition] \page When you have a generated command (e.g. \tex {placefigure}): \startbuff

Re: [NTG-context] Which commands to use to show setups?

2018-11-25 Thread Tommaso Gordini
n] > \showdefinition [startxtable] > \stopbuffer > > \typebuffer [showdefinition] > \getbuffer [showdefinition] > > When you want to refer to the definition: > > \startbuffer [definition] > \definition [startxtable] > %\definition [startxtable,startembeddedxtable] > \stopbuf

Re: [NTG-context] Which commands to use to show setups?

2018-11-24 Thread Wolfgang Schuster
] \cmdbasicsetupinstance {placefloat} {figure} \cmdshortsetupinstance {placefloat} {figure} \cmdfullsetupinstance  {placefloat} {figure} \stopbuffer \typebuffer [instance] \getbuffer  [instance] \stoptext Wolfgang ___ If your

Re: [NTG-context] margin of left/right floats

2018-04-04 Thread Henning Hraban Ramm
the distance from the margin of the textarea. > >\placefigure[left]{}{} > >\input ward \input ward > >\definefloat[myleft] > >\setupfloat > [myleft] > [default=left, > leftmargindistance=1cm] > >\placefloat > [

Re: [NTG-context] margin of left/right floats

2018-04-03 Thread Hans Hagen
] \placefigure[left]{}{} \input ward \input ward \definefloat[myleft] \setupfloat [myleft] [default=left, leftmargindistance=1cm] \placefloat [myleft]{}{} \input ward \input ward \setupfloat [myleft] [default=left, margin=1cm

Re: [NTG-context] Caption location in floatcombination

2017-10-23 Thread Christoph Reller
gt;> > \starttext >>> > \placetable[][]{One}{ >>> >\bTABLE \bTR \bTD First \eTD \eTR \eTABLE} >>> > \placefloat[][]{}{ >>> >\startfloatcombination >>> > \placetable[][]{Two}{ >>> >\bTABLE \bTR \bTD Second \eTD \

Re: [NTG-context] Caption location in floatcombination

2017-10-17 Thread Christoph Reller
inations anymore. Consider the following MWE: >> > >> > \setupcaptions[location=top, number=no] >> > \starttext >> > \placetable[][]{One}{ >> >\bTABLE \bTR \bTD First \eTD \eTR \eTABLE} >> > \placefloat[][]{}{ >> >\startfloatcombi

Re: [NTG-context] Caption location in floatcombination

2017-09-17 Thread Christoph Reller
; > > \setupcaptions[location=top, number=no] > > \starttext > > \placetable[][]{One}{ > >\bTABLE \bTR \bTD First \eTD \eTR \eTABLE} > > \placefloat[][]{}{ > >\startfloatcombination > > \placetable[][]{Two}{ > >\bTABLE \bTR \bTD

[NTG-context] Caption location in floatcombination

2017-09-12 Thread Christoph Reller
Hi, It seems to me that the location given to \setupcaptions is not honored correctly in floatcombinations anymore. Consider the following MWE: \setupcaptions[location=top, number=no] \starttext \placetable[][]{One}{ \bTABLE \bTR \bTD First \eTD \eTR \eTABLE} \placefloat

Re: [NTG-context] Alter text to "Figure"

2017-02-28 Thread Henri Menke
On 02/27/2017 10:45 PM, Procházka Lukáš Ing. wrote: > Hello, > > how to alter auto-text to figures placed by > "\placefloat[]{Caption}{\externalfigure[]}" to be: > > "Figure 1. Caption" > > instead of > > "Figure 1 Caption

[NTG-context] Alter text to "Figure"

2017-02-27 Thread Procházka Lukáš Ing .
Hello, how to alter auto-text to figures placed by "\placefloat[]{Caption}{\externalfigure[]}" to be: "Figure 1. Caption" instead of "Figure 1 Caption", IOW, how to add "." after the figure "auto-text"? Best re

[NTG-context] floats in xtable flush with frame

2016-11-05 Thread Michael Eidenbenz
\starttext \startxtable \startxrow \startxcell \placefloat{}{\externalfigure[][width=\textwidth/2]} \stopxcell \startxcell \placefloat{}{\externalfigure[][width=\textwidth/2]} \stopxcell \stopxrow \stopxtable \page \setupfloat [offset=-2.5pt] \startxtable

Re: [NTG-context] caption in margin

2016-08-22 Thread Michael Eidenbenz
] \starttext \showframe \setupcaption [figure][] \placefloat[][]{default}{\externalfigure[dummy][]} \setupcaption [figure][location={rightmargin,low}] \placefloat[][]{right}{\externalfigure[dummy][]} > On 19 Aug 2016, at 17:25, eidenbenz wrote: > > I want to place the caption of floats in t

[NTG-context] caption in margin

2016-08-19 Thread eidenbenz
I want to place the caption of floats in the margin. I thought the locationparameter of setupcaption can be used to do this. But it doesnt work. What am I missing? Thanks Michael \useMPlibrary[dum] \starttext \showframe \setupcaption [figure][] \placefloat[][]{default}{\externalfigure

Re: [NTG-context] Bug in placefloat at right

2015-09-05 Thread Hans Hagen
On 9/5/2015 10:31 PM, Alan BRASLAU wrote: On Fri, 4 Sep 2015 22:12:29 +0200 Hans Hagen wrote: On 9/3/2015 10:32 PM, Otared Kavian wrote: Hi Hans, As it was reported by Fabrice Couvreur in another thread, there is a bug with placing floats on the right in i'll fix it I did not test with a

Re: [NTG-context] Bug in placefloat at right

2015-09-05 Thread Alan BRASLAU
On Fri, 4 Sep 2015 22:12:29 +0200 Hans Hagen wrote: > On 9/3/2015 10:32 PM, Otared Kavian wrote: > > Hi Hans, > > > > As it was reported by Fabrice Couvreur in another thread, there is > > a bug with placing floats on the right in > > i'll fix it I did not test with a new beta, but \startplac

Re: [NTG-context] Bug in placefloat at right

2015-09-04 Thread Hans Hagen
On 9/3/2015 10:32 PM, Otared Kavian wrote: Hi Hans, As it was reported by Fabrice Couvreur in another thread, there is a bug with placing floats on the right in i'll fix it - Hans Hagen

[NTG-context] Bug in placefloat at right

2015-09-03 Thread Otared Kavian
Hi Hans, As it was reported by Fabrice Couvreur in another thread, there is a bug with placing floats on the right in ConTeXt ver: 2015.09.01 11:10 MKIV beta fmt: 2015.9.3 A minimal example follows, with the output attached. begin bug-placefigure.tex \starttext \startplacefi

Re: [NTG-context] Bleeding pictures as floats?

2015-05-04 Thread Wolfgang Schuster
>> In the book I’m typesetting, most pictures need to fill the whole width of >>> the page (i.e. plus 3mm bleed), but not all cover a full page. >>> >>> I don’t know how to tell \externalfigure or \placefloat a negative offset. >>> Or can I use layers with f

Re: [NTG-context] Bleeding pictures as floats?

2015-05-04 Thread Henning Hraban Ramm
age (i.e. plus 3mm bleed), but not all cover a full page. >> >> I don’t know how to tell \externalfigure or \placefloat a negative offset. >> Or can I use layers with floats? Of course the text should flow around the >> pictures. > > Does the details manual [1] an

Re: [NTG-context] Bleeding pictures as floats?

2015-05-04 Thread Wolfgang Schuster
to fill the whole width of > the page (i.e. plus 3mm bleed), but not all cover a full page. > > I don’t know how to tell \externalfigure or \placefloat a negative offset. > Or can I use layers with floats? Of course the text should flow around the > pictures. Does the details

[NTG-context] Bleeding pictures as floats?

2015-05-04 Thread Henning Hraban Ramm
don’t know how to tell \externalfigure or \placefloat a negative offset. Or can I use layers with floats? Of course the text should flow around the pictures. BTW, what does the „object“ key of \setupexternalfigures do? Greetlings, Hraban --- http://www.fiee.net http://wiki.contextgarden.net https

Re: [NTG-context] How does \setupfloat work?

2014-11-29 Thread Mark Szepieniec
tplacefigure (and > \placefigure), and not for \externalfigure. The width value for > startplacefigure is not used anywhere. > > The default value of \setupfloats[width=...] is used when the float box is > empty. So, the only scenario where the value of \setupfloats[width=...] > will matter is

Re: [NTG-context] How does \setupfloat work?

2014-11-29 Thread Aditya Mahajan
th=...] is used when the float box is empty. So, the only scenario where the value of \setupfloats[width=...] will matter is the following: \starttext \setupfloats[width=2cm] \placefloat{}{} \setupfloats[width=10cm] \placefloat{}

[NTG-context] tweaking placefloat

2014-03-27 Thread Henning Hraban Ramm
Hi wizards, in a new book project I need to place some photos covering the upper or lower half of the page (bleeding, not within textarea) with a caption below resp. above the photo, within textwidth. Is it possible to tweak placefloat, so that I can use \placefloat[here,top/bottom]{Caption

Re: [NTG-context] How to center a \placefloat?

2014-02-18 Thread Wolfgang Schuster
Am 18.02.2014 um 11:24 schrieb Marcin Borkowski : > Hi list, > > I'd like to have a figure (by means of \placefigure) centered > horizontally. Currently, I'm doing > > \placefigure[bottom,none,middle]{}{% >\hbox to\textwidth{\hfil\externalfigure[logo-2-t][height=1.5cm]\hfil}} > > Is ther

[NTG-context] How to center a \placefloat?

2014-02-18 Thread Marcin Borkowski
Hi list, I'd like to have a figure (by means of \placefigure) centered horizontally. Currently, I'm doing \placefigure[bottom,none,middle]{}{% \hbox to\textwidth{\hfil\externalfigure[logo-2-t][height=1.5cm]\hfil}} Is there a better way? If yes, how to do this? TIA, -- Marcin Borkowski

Re: [NTG-context] Float placement

2013-06-15 Thread Peter Rolf
Am 15.06.2013 15:29, schrieb Tethys: > > Peter Rolf writes: > >> adding 'force' ([here,force]) should help 'here'. (sorry for the pun) >> >> http://wiki.contextgarden.net/Command/placefloat > > Yes, it should. But I tried that and it didn&#x

Re: [NTG-context] Float placement

2013-06-15 Thread Tethys
Peter Rolf writes: >adding 'force' ([here,force]) should help 'here'. (sorry for the pun) > >http://wiki.contextgarden.net/Command/placefloat Yes, it should. But I tried that and it didn't work. Tet _

Re: [NTG-context] [***SPAM***] Float placement

2013-06-15 Thread Peter Rolf
Hi, adding 'force' ([here,force]) should help 'here'. (sorry for the pun) http://wiki.contextgarden.net/Command/placefloat Peter Am 15.06.2013 00:31, schrieb Tethys: > > I'm trying to typeset a book. It has two columns, and some floating > diagrams. My

[NTG-context] [***SPAM***] Float placement

2013-06-14 Thread Tethys
cond float is always being moved up to the top of the second column. I've tried pretty much every combination of here, force and always as the location keyword for the \placefloat, but it doesn't make any difference. Any idea what I can do to get the placement I want? The deadline

Re: [NTG-context] placefigure

2013-03-21 Thread Sietse Brouwer
t correct? Groetjes, Sietse == Description == If a float is placed (with \placefloat) location argument somewhere:name, it is not placed immediately. Instead, it may be manually placed elsewhere with \placenamedfloat. == Example == This example declares four figures to be placed elsewhere: alpha, be

Re: [NTG-context] Trouble with \placefloat in recent versions of the standalone

2013-03-06 Thread Hans Hagen
On 3/6/2013 8:51 AM, Robert Blackstone wrote: On 5 Mar 2013, at 19:18 , philipp.ges...@alumni.uni-heidelberg.de wrote: as you got no reply from the others, here?s what I can say: 1. Can you provide a complete, minimal non-working example that

Re: [NTG-context] Trouble with \placefloat in recent versions of the standalone

2013-03-05 Thread Robert Blackstone
On 5 Mar 2013, at 19:18 , philipp.ges...@alumni.uni-heidelberg.de wrote: > as you got no reply from the others, here?s what I can say: > > 1. Can you provide a complete, minimal non-working example that > relies only on the images in tex/context/sample/* ? > > > 2. Maybe your Luatex binary i

Re: [NTG-context] Trouble with \placefloat in recent versions of the standalone

2013-03-05 Thread Philipp Gesang
Hi Robert, as you got no reply from the others, here’s what I can say: 1. Can you provide a complete, minimal non-working example that relies only on the images in tex/context/sample/* ? · > With recent standalones (jan. 7, jan. 29 and march 2) I am experiencing > trouble processing

[NTG-context] Trouble with \placefloat in recent versions of the standalone

2013-03-03 Thread Robert Blackstone
Dear all, With recent standalones (jan. 7, jan. 29 and march 2) I am experiencing trouble processing .tex-files that gave no problems in november (14-11). For instance, when processing with "ConTeXt ver: 2013.01.02 18:19 MKIV fmt: 2013.1.7 int: english/english", the log file gives the followi

Re: [NTG-context] Referencing a figure

2013-01-22 Thread Devendra Ghate
I doing wrong? If you specify only one optional argument of \placefloat, then leftmost in the list is assumed, i.e. the location. To get around this, either specify a location or add empty brackets if you're content with the default: \define[2]\dincludefigure{% \placefigure[][f

Re: [NTG-context] Referencing a figure

2013-01-22 Thread Philipp Gesang
f you specify only one optional argument of \placefloat, then leftmost in the list is assumed, i.e. the location. To get around this, either specify a location or add empty brackets if you’re content with the default: \define[2]\dincludefigure{% \placefigure[][fig:#1]{#2}{\externalfigure

Re: [NTG-context] Strange page breaks

2012-06-18 Thread Wolfgang Schuster
; >>> #This is LuaTeX, Version beta-0.70.2-2012052100 (TeX Live 2012/W32TeX) >>> #ConTeXt ver: 2012.05.24 19:36 MKIV fmt: 2012.6.18 int: english/english > >> not that strange but it's obscured by the fact that you use a float >> (which has different s

Re: [NTG-context] Strange page breaks

2012-06-18 Thread Andreas Schneider
12.05.24 19:36 MKIV fmt: 2012.6.18 int: english/english > not that strange but it's obscured by the fact that you use a float > (which has different spacing and room-for rules) without caption > in this case you can omit the placefloat and do > \startxtable[header=repeat,split

Re: [NTG-context] Strange page breaks

2012-06-18 Thread Hans Hagen
d room-for rules) without caption in this case you can omit the placefloat and do \startxtable[header=repeat,split=yes] Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Has

[NTG-context] placefloat in long parapgraph

2012-03-15 Thread Steffen Wolfrum
Hi, the minimal example below maybe looks funny ... I was trying to fake one big paragraph (without parapgraph break). Here an image needs to be placed eg. on the second or third page (because its anchor is set eg. after the first third of this long paragraph). How can I place a float with out

Re: [NTG-context] Wrong placement parameter (Was: two problems with natural tables)

2012-01-18 Thread luigi scarso
On Wed, Jan 18, 2012 at 9:48 AM, Hans Hagen wrote: > On 18-1-2012 06:31, Vladimir Lomov wrote: > > According to Command reference on wiki, placetable doesn't have 'split' >> parameter, see >> http://wiki.contextgarden.net/**Reference/en/placefloat<htt

Re: [NTG-context] Wrong placement parameter (Was: two problems with natural tables)

2012-01-18 Thread Hans Hagen
On 18-1-2012 06:31, Vladimir Lomov wrote: According to Command reference on wiki, placetable doesn't have 'split' parameter, see http://wiki.contextgarden.net/Reference/en/placefloat Just remove 'split' and your example will be compiled. each \place command accepts t

Re: [NTG-context] Wrong placement parameter (Was: two problems with natural tables)

2012-01-17 Thread Vladimir Lomov
> \dostoptagged \endgroup > \thecurrentfloatnumber ...rrentfloatnumbersuffix } > \fi \fi \fi > ... > l.7 \eTABLE >} > Any ideas? According to Command reference on wiki, placetable doesn&

Re: [NTG-context] Splitting (x)tables

2011-11-09 Thread Andreas Harder
On 09.11.2011, at 21:09, Hans Hagen wrote: > On 9-11-2011 16:55, Andreas Harder wrote: >> Hi all, >> >> I think there is a bug with \placefloat and split option. > > fixed but it needs testing (the float code has been cleaned up a bit and as a > side effect

Re: [NTG-context] Splitting (x)tables

2011-11-09 Thread Andreas Harder
On 09.11.2011, at 17:05, Wolfgang Schuster wrote: > > Am 09.11.2011 um 16:55 schrieb Andreas Harder: > >> Hi all, >> >> I think there is a bug with \placefloat and split option. >> >> \starttext \showframe[text] >> >> \setupxtable >

Re: [NTG-context] Splitting (x)tables

2011-11-09 Thread Hans Hagen
On 9-11-2011 16:55, Andreas Harder wrote: Hi all, I think there is a bug with \placefloat and split option. fixed but it needs testing (the float code has been cleaned up a bit and as a side effect grouping is slightly different) Hans

Re: [NTG-context] Splitting (x)tables

2011-11-09 Thread Wolfgang Schuster
Am 09.11.2011 um 16:55 schrieb Andreas Harder: > Hi all, > > I think there is a bug with \placefloat and split option. > > \starttext \showframe[text] > > \setupxtable > [split=yes,option=stretch, > width=4cm,height=3cm, > align={middle,middle}] &g

[NTG-context] Splitting (x)tables

2011-11-09 Thread Andreas Harder
Hi all, I think there is a bug with \placefloat and split option. \starttext \showframe[text] \setupxtable [split=yes,option=stretch, width=4cm,height=3cm, align={middle,middle}] \startbuffer \startxtable \dorecurse{15}{% \startxrow \dorecurse{5}{\startxcell cell: #1 x ##1

Re: [NTG-context] [float] location options of \placefloat

2011-09-18 Thread Philipp Gesang
On 2011-09-18 09:44, Wolfgang Schuster wrote: > > syst-aux.mkiv > > \def\do_quit_prev_comma_list#1]% > - {\let\do_process_comma_item\do_quit_commalist} > + {\let\do_process_comma_item\do_quit_comma_list} > > Wolfgang Thanks a lot, that did it! Have a beatiful Sunday, Philipp -- () ascii rib

Re: [NTG-context] [float] location options of \placefloat

2011-09-18 Thread Wolfgang Schuster
Am 18.09.2011 um 00:17 schrieb Philipp Gesang: > Hi all, > > some of the possibilities concerning float placement that are > listed on the wiki[1] cause mkiv to fail with an “undefined > control sequence”. E.g. > > - > > \starttex

[NTG-context] [float] location options of \placefloat

2011-09-17 Thread Philipp Gesang
]} \stoptext - The same goes for “right”, “innermargin” “outeredge”. Others like “top” and “here” seem to work. Mkii is not affected, though. Bug? Regards Philipp [1] http://wiki.contextgarden.net/Reference/en/placefloat -- () ascii ribbon

Re: [NTG-context] Questions related to margin/dynamic layout

2011-08-29 Thread Yue Wang
't know which page number the picture should be reside, >> but I know it should be put near some given text content. >> >> it's not possible to manually give the page number according to the >> content because usually document context/formatting change all the >

Re: [NTG-context] Questions related to margin/dynamic layout

2011-08-29 Thread Wolfgang Schuster
mber the picture should be reside, > but I know it should be put near some given text content. > > it's not possible to manually give the page number according to the > content because usually document context/formatting change all the > time. > > how to do that? You can

Re: [NTG-context] Pull quotes

2011-04-28 Thread Wolfgang Schuster
Am 28.04.2011 um 21:53 schrieb Marco: > On 2011-04-28 Cecil Westerhof wrote: > >> Looks great, but you can not use center. > > Sure you can. As the argument of the location key is just passed to \placefigure you can use any valid placefloat keyword. >> When us

Re: [NTG-context] Float objects problem (was TABLE in Header ?)

2010-07-19 Thread Vnpenguin
On Mon, Jul 19, 2010 at 12:31, Hans Hagen wrote: >> \startsetups[myheader] >> \bTABLE[setups=mytable-header] >> \bTR >>        \bTD[nr=2] >> \placefigure[here,force]{none}{\externalfigure[logo][width=22mm]} > > don't use placefloat in a table, just \extern

Re: [NTG-context] Float objects problem (was TABLE in Header ?)

2010-07-19 Thread Hans Hagen
s the code : %%== \startsetups[myheader] \bTABLE[setups=mytable-header] \bTR \bTD[nr=2] \placefigure[here,force]{none}{\externalfigure[logo][width=22mm]} don't use placefloat in a table, just

Re: [NTG-context] Problem with identation

2010-05-21 Thread Marius
re[cow][width=0.6\textwidth]} >>>>> >>>>> \input tufte >>>>> \input knuth >>> >>> >>> by the time you place the figure at the top, the first paragraph has >>> already been typeset >> >> I think that the que

Re: [NTG-context] Problem with identation

2010-05-20 Thread Hans Hagen
d the next paragraph after \placefloat in the source lose its indentation? IMO, only \placefigure[left] should affect the indentation, everything else should simply leave indentation alone. Or atleast, there should be a way to configure the indentation behaviour depending on what type of float we a

Re: [NTG-context] Problem with identation

2010-05-20 Thread Aditya Mahajan
aph after \placefloat in the source lose its indentation? IMO, only \placefigure[left] should affect the indentation, everything else should simply leave indentation alone. Or atleast, there should be a way to configure the indentation behaviour depending on what type of float we are dealing with

Re: [NTG-context] Unable to use example from Excursion

2010-03-12 Thread Alain Delmotte
] % not forece {Use of \type{\setuptables}} {} \stoptext Indeed. However it works fine with mkii. More generally the bug in mkiv concerns \type within \placeFLOAT, such as \placefigure: \starttext \placefigure {Use of \type{\placefigure}}%<--- this doesn

Re: [NTG-context] Unable to use example from Excursion

2010-03-12 Thread Hans Hagen
works fine with mkii. More generally the bug in mkiv concerns \type within \placeFLOAT, such as \placefigure: \starttext \placefigure {Use of \type{\placefigure}}%<--- this doesn't work {\externalfigure[lenna.jpg]} \placefigure {Use of {\tt \backslash pla

Re: [NTG-context] Unable to use example from Excursion

2010-03-12 Thread Otared Kavian
owever it works fine with mkii. More generally the bug in mkiv concerns \type within \placeFLOAT, such as \placefigure: \starttext \placefigure {Use of \type{\placefigure}}% <--- this doesn't work {\externalfigure[lenna.jpg]} \placefigure {Use of {\tt

Re: [NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-05 Thread Wolfgang Schuster
Am I doing anything wrong, or is there perhaps another way to achieve this? >> I've tried passing width=10cm to \setupfloat as well as \placefloat, but that >> doesn't seem to do anything. > > indeed, way to complex to do that as floats can move around but no

Re: [NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-02 Thread Hans Hagen
. \stopframedtext ->\dostopframedtext l.1 ...ramedtext[width=10cm],after=\stopframedtext ] Am I doing anything wrong, or is there perhaps another way to achieve this? I've tried passing width=10cm to \setupfloat as well as \placefloat,

[NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-02 Thread Matthijs Kooijman
->\dostopframedtext l.1 ...ramedtext[width=10cm],after=\stopframedtext ] Am I doing anything wrong, or is there perhaps another way to achieve this? I've tried passing width=10cm to \setupfloat as well as \placefloat, but that doesn't seem t

Re: [NTG-context] hangaround in right side of column?

2009-03-23 Thread Jelle Huisman
Wolfgang Schuster wrote: Am 23.03.2009 um 18:27 schrieb Jelle Huisman: Hi all, I try to get text flowing nicely around a figure but since I'm working in a columns environment \placefloat related stuff doesn't work. Using \starthangaround I get precisely what I want but I need

Re: [NTG-context] hangaround in right side of column?

2009-03-23 Thread Wolfgang Schuster
Am 23.03.2009 um 18:27 schrieb Jelle Huisman: Hi all, I try to get text flowing nicely around a figure but since I'm working in a columns environment \placefloat related stuff doesn't work. Using \starthangaround I get precisely what I want but I need to place figures to

[NTG-context] hangaround in right side of column?

2009-03-23 Thread Jelle Huisman
Hi all, I try to get text flowing nicely around a figure but since I'm working in a columns environment \placefloat related stuff doesn't work. Using \starthangaround I get precisely what I want but I need to place figures to the right instead of to the left. I modified the defi

Re: [NTG-context] Context & TeXLive 2008

2008-09-26 Thread Wolfgang Schuster
sting anything that used to work in my > TeXLive 2007 installation of MkII but fails in 2008 (MkII or MkIV). > Items 1-3 were tested on garden as well to ensure it was not an > issue in my setup -- > > 1. \placefloat[here]{none} fails. \placegraphic works instead. > This

[NTG-context] Context & TeXLive 2008

2008-09-26 Thread Brian R. Landy
s 1-3 were tested on garden as well to ensure it was not an issue in my setup -- 1. \placefloat[here]{none} fails. \placegraphic works instead. This works on MkII. See test_placefloat.tex. 2. MkIV fails due to the \startcolor...\stopcolor sequence embedded in a natural table (see test_colo

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
\pagetype[name] \paragraph \part[references]{text} \periods[number] \placebookmarks[names][names|all] \placecombinedlist[name][settings] \placecombinedlist[name][settings] # \placefigure \placefloat[options][references]{text}{text} \placefootnotes[settings] \placeformula[references]{text}$$ $$ #

Re: [NTG-context] natural table splitting problems

2007-10-31 Thread Peter Rolf
natural table > splitting code. > i have looked into your source and the only thing that was irritating to me is that fact, that you use 'split' twice. > \placetable[split]{Broken Split Table}{% > \bTABLE[split=repeat] the second one looks ok for me, but th

  1   2   >