Visible interruption effect for a cell into a tabular The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Do we need more moderators?Does a symbol for glasses exist?Torn page effectA black cell is showed where I try to create a colored cellAltering cell colour hides cell border in LyXtable cell shading overlaps to nearby cellsTable cell color overlaps left cell border of first column which is multicolumnCan overhang be set for a single cell in a table in colortbl?Color of a tabular cell determined by cell contentHow to color crossed out cell?How to keep cell border with a column background color?Color table cell, errorCancel rowcolors for a specific cell

Is every episode of "Where are my Pants?" identical?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

How do spell lists change if the party levels up without taking a long rest?

Why are PDP-7-style microprogrammed instructions out of vogue?

Didn't get enough time to take a Coding Test - what to do now?

how can a perfect fourth interval be considered either consonant or dissonant?

Mortgage adviser recommends a longer term than necessary combined with overpayments

Can a flute soloist sit?

Why doesn't a hydraulic lever violate conservation of energy?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

What's the point in a preamp?

Hello, Goodbye, Adios, Aloha

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

Why can't wing-mounted spoilers be used to steepen approaches?

Why can I use a list index as an indexing variable in a for loop?

Do working physicists consider Newtonian mechanics to be "falsified"?

Why did Peik Lin say, "I'm not an animal"?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

What aspect of planet earth must be changed to prevent the industrial revolution?

How to create a folder symlink that has a different name?

What can I do if neighbor is blocking my solar panels intentionally?

Why not take a picture of a closer black hole?

Can we generate random numbers using irrational numbers like π and e?

Is this wall load bearing? Blueprints and photos attached



Visible interruption effect for a cell into a tabular



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Do we need more moderators?Does a symbol for glasses exist?Torn page effectA black cell is showed where I try to create a colored cellAltering cell colour hides cell border in LyXtable cell shading overlaps to nearby cellsTable cell color overlaps left cell border of first column which is multicolumnCan overhang be set for a single cell in a table in colortbl?Color of a tabular cell determined by cell contentHow to color crossed out cell?How to keep cell border with a column background color?Color table cell, errorCancel rowcolors for a specific cell










1















Starting from my question Does a symbol for glasses exist? and from the best @Milo's answer, I have created this MWE, using the macro advice,



documentclassarticle
usepackage[T1]fontenc
usepackagetikz
usepackagecolortbl
definecolorocreRGB243,102,25
newcommandglassesresizebox3em!%
tikzdraw(0,0) coordinate (Origin) --++(0.2,0) coordinate (endL) arc (180:0:0.05)--++(0.2,0) coordinate (endR) --++(45:0.25) arc (180-45:0:0.08) (endR) arc (0:-180:0.1) (endL) arc (0:-180:0.1) (Origin)--++(45:0.25) arc (180-45:0:0.08);


newcommandadvicebegintable[ht]
centering
renewcommandarraystretch1.8
begintabularc!colorwhitevrule width 1ptc
rowcolorolive!20
textcolorocreglasses, textbftextsclarge Attenzione: & cellcolorgray!15 Long Long empty cell with a break \
endtabular
endtable

begindocument

advice

enddocument


to have this output:



enter image description here



How do I create a visible break effect for the second column colored gray?
For the second column coloured in grey I would like to have a roughness effect like the image, coarse, shown in the best figure created from @David Carlisle in
enter image description herehis comment:










share|improve this question
























  • what do you mean by "with a break" here? the second column of you tabular is a c column so will always be one line with no linebreaks?

    – David Carlisle
    44 mins ago











  • @DavidCarlisle The 2nd cell can be interrupted anywhere. The colored cell should not be whole but cut out giving an aesthetic effect similar to the interruption of a road or the roughness of a surface for the break part.

    – Sebastiano
    41 mins ago












  • yes but do you mean just partially cover a single-line of text? like this ?

    – David Carlisle
    35 mins ago












  • @DavidCarlisle Yes basically yes, like the ripple of an ocean or a jagged coast. :-)

    – Sebastiano
    34 mins ago











  • I leave that for one of the tikz gang to answer, it must be pretty easy in tikz (you might want to copy that image in to your question, or a better one (I just used the eraser in ms paint and adjusted the one you posted)

    – David Carlisle
    32 mins ago
















1















Starting from my question Does a symbol for glasses exist? and from the best @Milo's answer, I have created this MWE, using the macro advice,



documentclassarticle
usepackage[T1]fontenc
usepackagetikz
usepackagecolortbl
definecolorocreRGB243,102,25
newcommandglassesresizebox3em!%
tikzdraw(0,0) coordinate (Origin) --++(0.2,0) coordinate (endL) arc (180:0:0.05)--++(0.2,0) coordinate (endR) --++(45:0.25) arc (180-45:0:0.08) (endR) arc (0:-180:0.1) (endL) arc (0:-180:0.1) (Origin)--++(45:0.25) arc (180-45:0:0.08);


newcommandadvicebegintable[ht]
centering
renewcommandarraystretch1.8
begintabularc!colorwhitevrule width 1ptc
rowcolorolive!20
textcolorocreglasses, textbftextsclarge Attenzione: & cellcolorgray!15 Long Long empty cell with a break \
endtabular
endtable

begindocument

advice

enddocument


to have this output:



enter image description here



How do I create a visible break effect for the second column colored gray?
For the second column coloured in grey I would like to have a roughness effect like the image, coarse, shown in the best figure created from @David Carlisle in
enter image description herehis comment:










share|improve this question
























  • what do you mean by "with a break" here? the second column of you tabular is a c column so will always be one line with no linebreaks?

    – David Carlisle
    44 mins ago











  • @DavidCarlisle The 2nd cell can be interrupted anywhere. The colored cell should not be whole but cut out giving an aesthetic effect similar to the interruption of a road or the roughness of a surface for the break part.

    – Sebastiano
    41 mins ago












  • yes but do you mean just partially cover a single-line of text? like this ?

    – David Carlisle
    35 mins ago












  • @DavidCarlisle Yes basically yes, like the ripple of an ocean or a jagged coast. :-)

    – Sebastiano
    34 mins ago











  • I leave that for one of the tikz gang to answer, it must be pretty easy in tikz (you might want to copy that image in to your question, or a better one (I just used the eraser in ms paint and adjusted the one you posted)

    – David Carlisle
    32 mins ago














1












1








1








Starting from my question Does a symbol for glasses exist? and from the best @Milo's answer, I have created this MWE, using the macro advice,



documentclassarticle
usepackage[T1]fontenc
usepackagetikz
usepackagecolortbl
definecolorocreRGB243,102,25
newcommandglassesresizebox3em!%
tikzdraw(0,0) coordinate (Origin) --++(0.2,0) coordinate (endL) arc (180:0:0.05)--++(0.2,0) coordinate (endR) --++(45:0.25) arc (180-45:0:0.08) (endR) arc (0:-180:0.1) (endL) arc (0:-180:0.1) (Origin)--++(45:0.25) arc (180-45:0:0.08);


newcommandadvicebegintable[ht]
centering
renewcommandarraystretch1.8
begintabularc!colorwhitevrule width 1ptc
rowcolorolive!20
textcolorocreglasses, textbftextsclarge Attenzione: & cellcolorgray!15 Long Long empty cell with a break \
endtabular
endtable

begindocument

advice

enddocument


to have this output:



enter image description here



How do I create a visible break effect for the second column colored gray?
For the second column coloured in grey I would like to have a roughness effect like the image, coarse, shown in the best figure created from @David Carlisle in
enter image description herehis comment:










share|improve this question
















Starting from my question Does a symbol for glasses exist? and from the best @Milo's answer, I have created this MWE, using the macro advice,



documentclassarticle
usepackage[T1]fontenc
usepackagetikz
usepackagecolortbl
definecolorocreRGB243,102,25
newcommandglassesresizebox3em!%
tikzdraw(0,0) coordinate (Origin) --++(0.2,0) coordinate (endL) arc (180:0:0.05)--++(0.2,0) coordinate (endR) --++(45:0.25) arc (180-45:0:0.08) (endR) arc (0:-180:0.1) (endL) arc (0:-180:0.1) (Origin)--++(45:0.25) arc (180-45:0:0.08);


newcommandadvicebegintable[ht]
centering
renewcommandarraystretch1.8
begintabularc!colorwhitevrule width 1ptc
rowcolorolive!20
textcolorocreglasses, textbftextsclarge Attenzione: & cellcolorgray!15 Long Long empty cell with a break \
endtabular
endtable

begindocument

advice

enddocument


to have this output:



enter image description here



How do I create a visible break effect for the second column colored gray?
For the second column coloured in grey I would like to have a roughness effect like the image, coarse, shown in the best figure created from @David Carlisle in
enter image description herehis comment:







tikz-pgf tables macros colortbl






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 53 secs ago







Sebastiano

















asked 1 hour ago









SebastianoSebastiano

11.3k42266




11.3k42266












  • what do you mean by "with a break" here? the second column of you tabular is a c column so will always be one line with no linebreaks?

    – David Carlisle
    44 mins ago











  • @DavidCarlisle The 2nd cell can be interrupted anywhere. The colored cell should not be whole but cut out giving an aesthetic effect similar to the interruption of a road or the roughness of a surface for the break part.

    – Sebastiano
    41 mins ago












  • yes but do you mean just partially cover a single-line of text? like this ?

    – David Carlisle
    35 mins ago












  • @DavidCarlisle Yes basically yes, like the ripple of an ocean or a jagged coast. :-)

    – Sebastiano
    34 mins ago











  • I leave that for one of the tikz gang to answer, it must be pretty easy in tikz (you might want to copy that image in to your question, or a better one (I just used the eraser in ms paint and adjusted the one you posted)

    – David Carlisle
    32 mins ago


















  • what do you mean by "with a break" here? the second column of you tabular is a c column so will always be one line with no linebreaks?

    – David Carlisle
    44 mins ago











  • @DavidCarlisle The 2nd cell can be interrupted anywhere. The colored cell should not be whole but cut out giving an aesthetic effect similar to the interruption of a road or the roughness of a surface for the break part.

    – Sebastiano
    41 mins ago












  • yes but do you mean just partially cover a single-line of text? like this ?

    – David Carlisle
    35 mins ago












  • @DavidCarlisle Yes basically yes, like the ripple of an ocean or a jagged coast. :-)

    – Sebastiano
    34 mins ago











  • I leave that for one of the tikz gang to answer, it must be pretty easy in tikz (you might want to copy that image in to your question, or a better one (I just used the eraser in ms paint and adjusted the one you posted)

    – David Carlisle
    32 mins ago

















what do you mean by "with a break" here? the second column of you tabular is a c column so will always be one line with no linebreaks?

– David Carlisle
44 mins ago





what do you mean by "with a break" here? the second column of you tabular is a c column so will always be one line with no linebreaks?

– David Carlisle
44 mins ago













@DavidCarlisle The 2nd cell can be interrupted anywhere. The colored cell should not be whole but cut out giving an aesthetic effect similar to the interruption of a road or the roughness of a surface for the break part.

– Sebastiano
41 mins ago






@DavidCarlisle The 2nd cell can be interrupted anywhere. The colored cell should not be whole but cut out giving an aesthetic effect similar to the interruption of a road or the roughness of a surface for the break part.

– Sebastiano
41 mins ago














yes but do you mean just partially cover a single-line of text? like this ?

– David Carlisle
35 mins ago






yes but do you mean just partially cover a single-line of text? like this ?

– David Carlisle
35 mins ago














@DavidCarlisle Yes basically yes, like the ripple of an ocean or a jagged coast. :-)

– Sebastiano
34 mins ago





@DavidCarlisle Yes basically yes, like the ripple of an ocean or a jagged coast. :-)

– Sebastiano
34 mins ago













I leave that for one of the tikz gang to answer, it must be pretty easy in tikz (you might want to copy that image in to your question, or a better one (I just used the eraser in ms paint and adjusted the one you posted)

– David Carlisle
32 mins ago






I leave that for one of the tikz gang to answer, it must be pretty easy in tikz (you might want to copy that image in to your question, or a better one (I just used the eraser in ms paint and adjusted the one you posted)

– David Carlisle
32 mins ago











0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484571%2fvisible-interruption-effect-for-a-cell-into-a-tabular%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484571%2fvisible-interruption-effect-for-a-cell-into-a-tabular%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

Join wedge with single bond in chemfigHow to make only one part of double bond bold with chemfig?Crossing bonds in chemfigjoining atoms in chemfig. Two adjacent molculesHow do I selectively change bond length in chemfig?Ugly bond joints in chemfigchemfig: reaction above arrowUsing the mhchem and chemfig packages in conjunctionBonding to specific element letter using chemfigResonance hybrids in chemfigScale chemfig molecule in beamer with tikzWhy does this chemfig bond with a hook start in the middle of the atom?

Are small insurances worth itIs insurance worth it if you can afford to replace the item? If not, when is it?Is accident insurance worth it for my kids who play sportsIs insuring property for more than it is worth allowed?At what point does it become worth it to file an insurance claim?Are wage loss insurance programs worth the cost compared to having an emergency fund?When is an event worth insuring against?Is insurance worth it if you can afford to replace the item? If not, when is it?FHA loan just commenced : Any way to get any of the up-front mortgage insurance back?Which types of insurances do I need to buy?Should I carry less renter's insurance if I can self-insure?Mortgage Adviser Signed Me Up For Multiple Home and Life Insurances (UK)Why many travel insurances don't cover country of nationality?