Cross out words with overlapping to nearby words












5















I have figured out how to add a cross over words with tcolorbox



documentclass{article}usepackage{xcolor} usepackage[most]{tcolorbox}

begin{document}

Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
tcbox[tcbox raise base,
breakable,nobeforeafter, enhanced jigsaw, opacityback=0, sharp corners, parbox=false, boxrule=0pt, top=0pt,bottom=0pt,left=0pt,right=0pt, boxsep=0pt, frame hidden, parbox=false,
finish={draw[thick,red] (frame.south west)--(frame.north east);draw[thick,red] (frame.south east)--(frame.north west);}]{
accepted
}
by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.

end{document}


enter image description here



Here I cross out word accept. However, I want the cross to stretch out a bit, say 1cm, see my illustration.



enter image description here



How can I achieve that?










share|improve this question

























  • Off topic: use verb|line| instead of textbackslash{}line; use TeX{} instead of TeX and use verb|pict2e| instead of pict2e.

    – JouleV
    Mar 9 at 9:25











  • @JouleV thanks, but just copied random text on texoverflow for illustration purpose.

    – Gqqnbig
    Mar 9 at 9:34
















5















I have figured out how to add a cross over words with tcolorbox



documentclass{article}usepackage{xcolor} usepackage[most]{tcolorbox}

begin{document}

Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
tcbox[tcbox raise base,
breakable,nobeforeafter, enhanced jigsaw, opacityback=0, sharp corners, parbox=false, boxrule=0pt, top=0pt,bottom=0pt,left=0pt,right=0pt, boxsep=0pt, frame hidden, parbox=false,
finish={draw[thick,red] (frame.south west)--(frame.north east);draw[thick,red] (frame.south east)--(frame.north west);}]{
accepted
}
by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.

end{document}


enter image description here



Here I cross out word accept. However, I want the cross to stretch out a bit, say 1cm, see my illustration.



enter image description here



How can I achieve that?










share|improve this question

























  • Off topic: use verb|line| instead of textbackslash{}line; use TeX{} instead of TeX and use verb|pict2e| instead of pict2e.

    – JouleV
    Mar 9 at 9:25











  • @JouleV thanks, but just copied random text on texoverflow for illustration purpose.

    – Gqqnbig
    Mar 9 at 9:34














5












5








5


0






I have figured out how to add a cross over words with tcolorbox



documentclass{article}usepackage{xcolor} usepackage[most]{tcolorbox}

begin{document}

Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
tcbox[tcbox raise base,
breakable,nobeforeafter, enhanced jigsaw, opacityback=0, sharp corners, parbox=false, boxrule=0pt, top=0pt,bottom=0pt,left=0pt,right=0pt, boxsep=0pt, frame hidden, parbox=false,
finish={draw[thick,red] (frame.south west)--(frame.north east);draw[thick,red] (frame.south east)--(frame.north west);}]{
accepted
}
by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.

end{document}


enter image description here



Here I cross out word accept. However, I want the cross to stretch out a bit, say 1cm, see my illustration.



enter image description here



How can I achieve that?










share|improve this question
















I have figured out how to add a cross over words with tcolorbox



documentclass{article}usepackage{xcolor} usepackage[most]{tcolorbox}

begin{document}

Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
tcbox[tcbox raise base,
breakable,nobeforeafter, enhanced jigsaw, opacityback=0, sharp corners, parbox=false, boxrule=0pt, top=0pt,bottom=0pt,left=0pt,right=0pt, boxsep=0pt, frame hidden, parbox=false,
finish={draw[thick,red] (frame.south west)--(frame.north east);draw[thick,red] (frame.south east)--(frame.north west);}]{
accepted
}
by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.

end{document}


enter image description here



Here I cross out word accept. However, I want the cross to stretch out a bit, say 1cm, see my illustration.



enter image description here



How can I achieve that?







tcolorbox draw






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 9 at 9:24









JouleV

5,07111240




5,07111240










asked Mar 9 at 9:21









GqqnbigGqqnbig

1605




1605













  • Off topic: use verb|line| instead of textbackslash{}line; use TeX{} instead of TeX and use verb|pict2e| instead of pict2e.

    – JouleV
    Mar 9 at 9:25











  • @JouleV thanks, but just copied random text on texoverflow for illustration purpose.

    – Gqqnbig
    Mar 9 at 9:34



















  • Off topic: use verb|line| instead of textbackslash{}line; use TeX{} instead of TeX and use verb|pict2e| instead of pict2e.

    – JouleV
    Mar 9 at 9:25











  • @JouleV thanks, but just copied random text on texoverflow for illustration purpose.

    – Gqqnbig
    Mar 9 at 9:34

















Off topic: use verb|line| instead of textbackslash{}line; use TeX{} instead of TeX and use verb|pict2e| instead of pict2e.

– JouleV
Mar 9 at 9:25





Off topic: use verb|line| instead of textbackslash{}line; use TeX{} instead of TeX and use verb|pict2e| instead of pict2e.

– JouleV
Mar 9 at 9:25













@JouleV thanks, but just copied random text on texoverflow for illustration purpose.

– Gqqnbig
Mar 9 at 9:34





@JouleV thanks, but just copied random text on texoverflow for illustration purpose.

– Gqqnbig
Mar 9 at 9:34










2 Answers
2






active

oldest

votes


















7














You can shorten your lines.



shortened



documentclass{article}usepackage{xcolor} usepackage[most]{tcolorbox}

tikzset{crossout/.style={thick,red,shorten >=-.5cm,shorten <=-.5cm}}

begin{document}

Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
tcbox[tcbox raise base,
breakable,nobeforeafter, enhanced jigsaw, opacityback=0, sharp corners, parbox=false, boxrule=0pt, top=0pt,bottom=0pt,left=0pt,right=0pt, boxsep=0pt, frame hidden, parbox=false,
finish={draw[crossout] (frame.south west)--(frame.north east);draw[crossout] (frame.south east)--(frame.north west);}]{
accepted
}
by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.

end{document}





share|improve this answer
























  • Awesome!! Can you add a bit explanation? I'm new to this package, I didn't find explanation of tikzset in the package documentation. Can you explain that? Also what is /.?

    – Gqqnbig
    Mar 9 at 9:40













  • @Gqqnbig Which documentation are you reading? tikzset is defined in the tikz package which you are using for the overlays (finish in this case). And a negative shorten just extends one end of the line.

    – TeXnician
    Mar 9 at 9:47





















4














An alternative TikZ solution (less elegant than TeXnician's one).



With overlay you can write over something without occupy space.



I've used shift to enlarge the lines (you can use shorten also here, but I haven't used it because TeXnician already did it, hence I would like to show an alternative).



To align TikZ nodes to normal text, see here: TikZ node in normal text.



documentclass{article}usepackage{xcolor} usepackage{tikz}
newcommand{mycrossed}[1]{%
tikz[remember picture, baseline=(A.base)]{
node[inner sep=0pt](A){#1};
}%
tikz[overlay, remember picture]{
draw[red, very thick] ([shift={(-.5,.2)}]A.north west) -- ([shift={(.5,-.2)}]A.south east);
draw[red, very thick] ([shift={(-.5,-.2)}]A.south west) -- ([shift={(.5,.2)}]A.north east);
}%
}
begin{document}

Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
mycrossed{accepted}
by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.
end{document}


enter image description here






share|improve this answer

























    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%2f478554%2fcross-out-words-with-overlapping-to-nearby-words%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    7














    You can shorten your lines.



    shortened



    documentclass{article}usepackage{xcolor} usepackage[most]{tcolorbox}

    tikzset{crossout/.style={thick,red,shorten >=-.5cm,shorten <=-.5cm}}

    begin{document}

    Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
    tcbox[tcbox raise base,
    breakable,nobeforeafter, enhanced jigsaw, opacityback=0, sharp corners, parbox=false, boxrule=0pt, top=0pt,bottom=0pt,left=0pt,right=0pt, boxsep=0pt, frame hidden, parbox=false,
    finish={draw[crossout] (frame.south west)--(frame.north east);draw[crossout] (frame.south east)--(frame.north west);}]{
    accepted
    }
    by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.

    end{document}





    share|improve this answer
























    • Awesome!! Can you add a bit explanation? I'm new to this package, I didn't find explanation of tikzset in the package documentation. Can you explain that? Also what is /.?

      – Gqqnbig
      Mar 9 at 9:40













    • @Gqqnbig Which documentation are you reading? tikzset is defined in the tikz package which you are using for the overlays (finish in this case). And a negative shorten just extends one end of the line.

      – TeXnician
      Mar 9 at 9:47


















    7














    You can shorten your lines.



    shortened



    documentclass{article}usepackage{xcolor} usepackage[most]{tcolorbox}

    tikzset{crossout/.style={thick,red,shorten >=-.5cm,shorten <=-.5cm}}

    begin{document}

    Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
    tcbox[tcbox raise base,
    breakable,nobeforeafter, enhanced jigsaw, opacityback=0, sharp corners, parbox=false, boxrule=0pt, top=0pt,bottom=0pt,left=0pt,right=0pt, boxsep=0pt, frame hidden, parbox=false,
    finish={draw[crossout] (frame.south west)--(frame.north east);draw[crossout] (frame.south east)--(frame.north west);}]{
    accepted
    }
    by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.

    end{document}





    share|improve this answer
























    • Awesome!! Can you add a bit explanation? I'm new to this package, I didn't find explanation of tikzset in the package documentation. Can you explain that? Also what is /.?

      – Gqqnbig
      Mar 9 at 9:40













    • @Gqqnbig Which documentation are you reading? tikzset is defined in the tikz package which you are using for the overlays (finish in this case). And a negative shorten just extends one end of the line.

      – TeXnician
      Mar 9 at 9:47
















    7












    7








    7







    You can shorten your lines.



    shortened



    documentclass{article}usepackage{xcolor} usepackage[most]{tcolorbox}

    tikzset{crossout/.style={thick,red,shorten >=-.5cm,shorten <=-.5cm}}

    begin{document}

    Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
    tcbox[tcbox raise base,
    breakable,nobeforeafter, enhanced jigsaw, opacityback=0, sharp corners, parbox=false, boxrule=0pt, top=0pt,bottom=0pt,left=0pt,right=0pt, boxsep=0pt, frame hidden, parbox=false,
    finish={draw[crossout] (frame.south west)--(frame.north east);draw[crossout] (frame.south east)--(frame.north west);}]{
    accepted
    }
    by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.

    end{document}





    share|improve this answer













    You can shorten your lines.



    shortened



    documentclass{article}usepackage{xcolor} usepackage[most]{tcolorbox}

    tikzset{crossout/.style={thick,red,shorten >=-.5cm,shorten <=-.5cm}}

    begin{document}

    Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
    tcbox[tcbox raise base,
    breakable,nobeforeafter, enhanced jigsaw, opacityback=0, sharp corners, parbox=false, boxrule=0pt, top=0pt,bottom=0pt,left=0pt,right=0pt, boxsep=0pt, frame hidden, parbox=false,
    finish={draw[crossout] (frame.south west)--(frame.north east);draw[crossout] (frame.south east)--(frame.north west);}]{
    accepted
    }
    by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.

    end{document}






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Mar 9 at 9:33









    TeXnicianTeXnician

    25.6k63390




    25.6k63390













    • Awesome!! Can you add a bit explanation? I'm new to this package, I didn't find explanation of tikzset in the package documentation. Can you explain that? Also what is /.?

      – Gqqnbig
      Mar 9 at 9:40













    • @Gqqnbig Which documentation are you reading? tikzset is defined in the tikz package which you are using for the overlays (finish in this case). And a negative shorten just extends one end of the line.

      – TeXnician
      Mar 9 at 9:47





















    • Awesome!! Can you add a bit explanation? I'm new to this package, I didn't find explanation of tikzset in the package documentation. Can you explain that? Also what is /.?

      – Gqqnbig
      Mar 9 at 9:40













    • @Gqqnbig Which documentation are you reading? tikzset is defined in the tikz package which you are using for the overlays (finish in this case). And a negative shorten just extends one end of the line.

      – TeXnician
      Mar 9 at 9:47



















    Awesome!! Can you add a bit explanation? I'm new to this package, I didn't find explanation of tikzset in the package documentation. Can you explain that? Also what is /.?

    – Gqqnbig
    Mar 9 at 9:40







    Awesome!! Can you add a bit explanation? I'm new to this package, I didn't find explanation of tikzset in the package documentation. Can you explain that? Also what is /.?

    – Gqqnbig
    Mar 9 at 9:40















    @Gqqnbig Which documentation are you reading? tikzset is defined in the tikz package which you are using for the overlays (finish in this case). And a negative shorten just extends one end of the line.

    – TeXnician
    Mar 9 at 9:47







    @Gqqnbig Which documentation are you reading? tikzset is defined in the tikz package which you are using for the overlays (finish in this case). And a negative shorten just extends one end of the line.

    – TeXnician
    Mar 9 at 9:47













    4














    An alternative TikZ solution (less elegant than TeXnician's one).



    With overlay you can write over something without occupy space.



    I've used shift to enlarge the lines (you can use shorten also here, but I haven't used it because TeXnician already did it, hence I would like to show an alternative).



    To align TikZ nodes to normal text, see here: TikZ node in normal text.



    documentclass{article}usepackage{xcolor} usepackage{tikz}
    newcommand{mycrossed}[1]{%
    tikz[remember picture, baseline=(A.base)]{
    node[inner sep=0pt](A){#1};
    }%
    tikz[overlay, remember picture]{
    draw[red, very thick] ([shift={(-.5,.2)}]A.north west) -- ([shift={(.5,-.2)}]A.south east);
    draw[red, very thick] ([shift={(-.5,-.2)}]A.south west) -- ([shift={(.5,.2)}]A.north east);
    }%
    }
    begin{document}

    Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
    mycrossed{accepted}
    by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.
    end{document}


    enter image description here






    share|improve this answer






























      4














      An alternative TikZ solution (less elegant than TeXnician's one).



      With overlay you can write over something without occupy space.



      I've used shift to enlarge the lines (you can use shorten also here, but I haven't used it because TeXnician already did it, hence I would like to show an alternative).



      To align TikZ nodes to normal text, see here: TikZ node in normal text.



      documentclass{article}usepackage{xcolor} usepackage{tikz}
      newcommand{mycrossed}[1]{%
      tikz[remember picture, baseline=(A.base)]{
      node[inner sep=0pt](A){#1};
      }%
      tikz[overlay, remember picture]{
      draw[red, very thick] ([shift={(-.5,.2)}]A.north west) -- ([shift={(.5,-.2)}]A.south east);
      draw[red, very thick] ([shift={(-.5,-.2)}]A.south west) -- ([shift={(.5,.2)}]A.north east);
      }%
      }
      begin{document}

      Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
      mycrossed{accepted}
      by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.
      end{document}


      enter image description here






      share|improve this answer




























        4












        4








        4







        An alternative TikZ solution (less elegant than TeXnician's one).



        With overlay you can write over something without occupy space.



        I've used shift to enlarge the lines (you can use shorten also here, but I haven't used it because TeXnician already did it, hence I would like to show an alternative).



        To align TikZ nodes to normal text, see here: TikZ node in normal text.



        documentclass{article}usepackage{xcolor} usepackage{tikz}
        newcommand{mycrossed}[1]{%
        tikz[remember picture, baseline=(A.base)]{
        node[inner sep=0pt](A){#1};
        }%
        tikz[overlay, remember picture]{
        draw[red, very thick] ([shift={(-.5,.2)}]A.north west) -- ([shift={(.5,-.2)}]A.south east);
        draw[red, very thick] ([shift={(-.5,-.2)}]A.south west) -- ([shift={(.5,.2)}]A.north east);
        }%
        }
        begin{document}

        Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
        mycrossed{accepted}
        by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.
        end{document}


        enter image description here






        share|improve this answer















        An alternative TikZ solution (less elegant than TeXnician's one).



        With overlay you can write over something without occupy space.



        I've used shift to enlarge the lines (you can use shorten also here, but I haven't used it because TeXnician already did it, hence I would like to show an alternative).



        To align TikZ nodes to normal text, see here: TikZ node in normal text.



        documentclass{article}usepackage{xcolor} usepackage{tikz}
        newcommand{mycrossed}[1]{%
        tikz[remember picture, baseline=(A.base)]{
        node[inner sep=0pt](A){#1};
        }%
        tikz[overlay, remember picture]{
        draw[red, very thick] ([shift={(-.5,.2)}]A.north west) -- ([shift={(.5,-.2)}]A.south east);
        draw[red, very thick] ([shift={(-.5,-.2)}]A.south west) -- ([shift={(.5,.2)}]A.north east);
        }%
        }
        begin{document}

        Of course, presenting this solution would be cheating. And, no, it won't work in all cases, due to strict limitations on the pairs
        mycrossed{accepted}
        by textbackslash{}line. Your professor surely knows that TeX doesn't draw oblique lines. With the standard package pict2e it's easier and it will work in any case.
        end{document}


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 9 at 10:14

























        answered Mar 9 at 10:02









        CarLaTeXCarLaTeX

        33.3k551137




        33.3k551137






























            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%2f478554%2fcross-out-words-with-overlapping-to-nearby-words%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

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局