ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* figures in tables
@ 2016-04-01 11:05 Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2016-04-01 11:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I've added support for

\starttext

     \useMPlibrary[dum]

     \bTABLE
         \bTR
             \bTD
                 \placefigure{}{\externalfigure[dummy][width=4cm]}%
             \eTD
         \eTR
     \eTABLE

     \bTABLE[split=yes]
         \dorecurse{10}{
             \bTR
                 \bTD \placefigure{}{\externalfigure[dummy][width=4cm]} \eTD
                 \bTD \placefigure{}{\externalfigure[dummy][width=4cm]} \eTD
             \eTR
             \bTR
                 \bTD[nx=2] 
\placefigure{}{\externalfigure[dummy][width=12cm,height=3cm]} \eTD
             \eTR
             \bTR
                 \bTD 
\placefigure{}{\externalfigure[dummy][width=4cm]} \eTD
                 \bTD[ny=2] 
\placefigure{}{\externalfigure[dummy][width=4cm,height=8cm]} \eTD
             \eTR
             \bTR
                 \bTD 
\placefigure{}{\externalfigure[dummy][width=4cm]} \eTD
             \eTR
         }
     \eTABLE

\stoptext

somewhat experimental (and I will not support floats in all kind of 
constructs ... after all, they are floats)

(btw, \placefigure[force,always] is pretty much a local float)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: figures in tables
       [not found] <mailman.275.1459540794.1989.ntg-context@ntg.nl>
  2016-04-01 23:41 ` Jeong Dal
@ 2016-04-01 23:50 ` Jeong Dal
  1 sibling, 0 replies; 3+ messages in thread
From: Jeong Dal @ 2016-04-01 23:50 UTC (permalink / raw)
  To: list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl


[-- Attachment #1.1: Type: text/plain, Size: 197 bytes --]

Dear Hans and listers,

I am sorry that I didn’t read another series of mails about “skipped figure numbers”.
Please ignore my previous mail.

Thank you.

Best regards,

Dalyoung


[-- Attachment #1.2: Type: text/html, Size: 1073 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: figures in tables
       [not found] <mailman.275.1459540794.1989.ntg-context@ntg.nl>
@ 2016-04-01 23:41 ` Jeong Dal
  2016-04-01 23:50 ` Jeong Dal
  1 sibling, 0 replies; 3+ messages in thread
From: Jeong Dal @ 2016-04-01 23:41 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1491 bytes --]

Dear Hans,

Your sample works fine. This method gives me a flexibility of combining figures.

BTW, I have one question.

In the output, figure numbers started from 3, but suddenly jumped to 184. 
In a log file, 

metapost        > initializing number mode 'scaled'
floatblocks     > '3' placed
floatblocks     > '4' placed
floatblocks     > '5' placed
floatblocks     > '6' placed
floatblocks     > '7' placed
floatblocks     > '8' placed
floatblocks     > '9' placed
floatblocks     > '10' placed
floatblocks     > '11' placed
…
floatblocks     > '241' placed
floatblocks     > '242' placed
floatblocks     > '243' placed
backend         > xmp > using file '/Users/graph/ConTeXt/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1
pages           > flushing realpage 2, userpage 2
pages           > flushing realpage 3, userpage 3
pages           > flushing realpage 4, userpage 4
pages           > flushing realpage 5, userpage 5
pages           > flushing realpage 6, userpage 6
pages           > flushing realpage 7, userpage 7
pages           > flushing realpage 8, userpage 8
pages           > flushing realpage 9, userpage 9
pages           > flushing realpage 10, userpage 10
pages           > flushing realpage 11, userpage 11

I just curious why the number started from 3, and where are the numbers 4 - 182 omitted.
Is there any other meaning?

Thank you.

Best regards,

Dalyoung


[-- Attachment #1.2: Type: text/html, Size: 5650 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-01 23:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-01 11:05 figures in tables Hans Hagen
     [not found] <mailman.275.1459540794.1989.ntg-context@ntg.nl>
2016-04-01 23:41 ` Jeong Dal
2016-04-01 23:50 ` Jeong Dal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).