ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Background color of a framedtext that covers floats
@ 2020-04-08  8:19 Fabrice Couvreur
  2020-04-08  8:45 ` Pablo Rodriguez
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Couvreur @ 2020-04-08  8:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,
Is there a more elegant way to have a white background for the table ?
In fact, my question is more general : if we insert an image, the
background color envelops this image : how to solve this problem ?
Thank you.
Fabrice

\definecolor[fondpaille][c=0,m=0,y=0.2,k=0]
\starttext
\startframedtext
  [frame=off,width=\textwidth,
    background=color,backgroundcolor=fondpaille]
  \input tufte
  \startlinecorrection[blank]
       \startmidaligned
         \startxtable
           [align={lohi,middle}, option={stretch},framecolor=cyan,
            offset=0.8ex,background=color,backgroundcolor=white]
           \startxrow
             \startxcell
               \bf Profondeur \m{x} (en mètre)
             \stopxcell
             \startxcell
               \bf Pression \m{P} (en bar)
             \stopxcell
             \startxcell
               \bf Volume \m{V} (en \m{\text{dm}^{3}})
             \stopxcell
           \stopxrow
           \startxrow
             \startxcell
               0 (niveau de la mer)
             \stopxcell
             \startxcell
               1
             \stopxcell
             \startxcell
               1
             \stopxcell
           \stopxrow
           \startxrow
             \startxcell
              10
             \stopxcell
             \startxcell
               2
             \stopxcell
             \startxcell
               0,5
             \stopxcell
           \stopxrow
         \stopxtable
       \stopmidaligned
     \stoplinecorrection
\stopframedtext
\stoptext

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2020-04-08 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08  8:19 Background color of a framedtext that covers floats Fabrice Couvreur
2020-04-08  8:45 ` Pablo Rodriguez
2020-04-08  9:32   ` Fabrice Couvreur
2020-04-08 10:15     ` Pablo Rodriguez

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).