Tkz Euclide problem












1















documentclass[a4paper,11pt,openany]{book}
usepackage{float} % figure wont float anymore
usepackage{tikz}
usepackage{tkz-euclide}
usetkzobj{all}
usepackage{xcolor}
usepackage{geometry}
geometry{paperwidth=21cm,paperheight=29.7cm, body={18cm,25.7cm}, top=2.5cm, left=1.5cm}
usepackage{hyperref}
usepackage{caption}
captionsetup[figure]{labelsep=space}


begin{document}
chapter{Angles}

begin{figure}[H]centering
begin{tikzpicture}[scale=0.35]
tkzDefPoint(0,0){O}
tkzDefPoint(-4.2,2.71293199){C}
tkzDefPoint(4,3){E}
tkzDefPoint(3,-4){D}
tkzDefPoint(0,-5){B}
tkzInterLL(B,C)(E,D) tkzGetPoint{A}
draw[thick] (O)node[above]{$O$} circle[radius=5];
tkzInterLL(A,B)(C,D) tkzGetPoint{I};
tkzDrawPoints[color=black](A,B,C,D,E,O)
%tkzMarkAngle[color=red](D,A,B);
tkzDrawLine(A,C)
tkzDrawLine(A,E)
tkzLabelPoints[right](A,D,E)
tkzLabelPoints[left](C)
tkzLabelPoints[below left](B)
end{tikzpicture}
caption{}label{banana}
end{figure}
end{document}


In the above code, if we remove the % symbol we obtain a huge vertical space between the figure and the caption. How to remove this space and why does it behave like this?










share|improve this question



























    1















    documentclass[a4paper,11pt,openany]{book}
    usepackage{float} % figure wont float anymore
    usepackage{tikz}
    usepackage{tkz-euclide}
    usetkzobj{all}
    usepackage{xcolor}
    usepackage{geometry}
    geometry{paperwidth=21cm,paperheight=29.7cm, body={18cm,25.7cm}, top=2.5cm, left=1.5cm}
    usepackage{hyperref}
    usepackage{caption}
    captionsetup[figure]{labelsep=space}


    begin{document}
    chapter{Angles}

    begin{figure}[H]centering
    begin{tikzpicture}[scale=0.35]
    tkzDefPoint(0,0){O}
    tkzDefPoint(-4.2,2.71293199){C}
    tkzDefPoint(4,3){E}
    tkzDefPoint(3,-4){D}
    tkzDefPoint(0,-5){B}
    tkzInterLL(B,C)(E,D) tkzGetPoint{A}
    draw[thick] (O)node[above]{$O$} circle[radius=5];
    tkzInterLL(A,B)(C,D) tkzGetPoint{I};
    tkzDrawPoints[color=black](A,B,C,D,E,O)
    %tkzMarkAngle[color=red](D,A,B);
    tkzDrawLine(A,C)
    tkzDrawLine(A,E)
    tkzLabelPoints[right](A,D,E)
    tkzLabelPoints[left](C)
    tkzLabelPoints[below left](B)
    end{tikzpicture}
    caption{}label{banana}
    end{figure}
    end{document}


    In the above code, if we remove the % symbol we obtain a huge vertical space between the figure and the caption. How to remove this space and why does it behave like this?










    share|improve this question

























      1












      1








      1








      documentclass[a4paper,11pt,openany]{book}
      usepackage{float} % figure wont float anymore
      usepackage{tikz}
      usepackage{tkz-euclide}
      usetkzobj{all}
      usepackage{xcolor}
      usepackage{geometry}
      geometry{paperwidth=21cm,paperheight=29.7cm, body={18cm,25.7cm}, top=2.5cm, left=1.5cm}
      usepackage{hyperref}
      usepackage{caption}
      captionsetup[figure]{labelsep=space}


      begin{document}
      chapter{Angles}

      begin{figure}[H]centering
      begin{tikzpicture}[scale=0.35]
      tkzDefPoint(0,0){O}
      tkzDefPoint(-4.2,2.71293199){C}
      tkzDefPoint(4,3){E}
      tkzDefPoint(3,-4){D}
      tkzDefPoint(0,-5){B}
      tkzInterLL(B,C)(E,D) tkzGetPoint{A}
      draw[thick] (O)node[above]{$O$} circle[radius=5];
      tkzInterLL(A,B)(C,D) tkzGetPoint{I};
      tkzDrawPoints[color=black](A,B,C,D,E,O)
      %tkzMarkAngle[color=red](D,A,B);
      tkzDrawLine(A,C)
      tkzDrawLine(A,E)
      tkzLabelPoints[right](A,D,E)
      tkzLabelPoints[left](C)
      tkzLabelPoints[below left](B)
      end{tikzpicture}
      caption{}label{banana}
      end{figure}
      end{document}


      In the above code, if we remove the % symbol we obtain a huge vertical space between the figure and the caption. How to remove this space and why does it behave like this?










      share|improve this question














      documentclass[a4paper,11pt,openany]{book}
      usepackage{float} % figure wont float anymore
      usepackage{tikz}
      usepackage{tkz-euclide}
      usetkzobj{all}
      usepackage{xcolor}
      usepackage{geometry}
      geometry{paperwidth=21cm,paperheight=29.7cm, body={18cm,25.7cm}, top=2.5cm, left=1.5cm}
      usepackage{hyperref}
      usepackage{caption}
      captionsetup[figure]{labelsep=space}


      begin{document}
      chapter{Angles}

      begin{figure}[H]centering
      begin{tikzpicture}[scale=0.35]
      tkzDefPoint(0,0){O}
      tkzDefPoint(-4.2,2.71293199){C}
      tkzDefPoint(4,3){E}
      tkzDefPoint(3,-4){D}
      tkzDefPoint(0,-5){B}
      tkzInterLL(B,C)(E,D) tkzGetPoint{A}
      draw[thick] (O)node[above]{$O$} circle[radius=5];
      tkzInterLL(A,B)(C,D) tkzGetPoint{I};
      tkzDrawPoints[color=black](A,B,C,D,E,O)
      %tkzMarkAngle[color=red](D,A,B);
      tkzDrawLine(A,C)
      tkzDrawLine(A,E)
      tkzLabelPoints[right](A,D,E)
      tkzLabelPoints[left](C)
      tkzLabelPoints[below left](B)
      end{tikzpicture}
      caption{}label{banana}
      end{figure}
      end{document}


      In the above code, if we remove the % symbol we obtain a huge vertical space between the figure and the caption. How to remove this space and why does it behave like this?







      tikz-pgf captions tkz-euclide






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 6 '18 at 15:58









      BPPBPP

      1456




      1456






















          1 Answer
          1






          active

          oldest

          votes


















          3














          The issue is that the bounding box also includes auxiliary points that are not drawn, but used to construct the arc. You can cure this by adding overlay.



          documentclass[a4paper,11pt,openany]{book}
          usepackage{float} % figure wont float anymore
          usepackage{tikz}
          usepackage{tkz-euclide}
          usetkzobj{all}
          usepackage{xcolor}
          usepackage{geometry}
          geometry{paperwidth=21cm,paperheight=29.7cm, body={18cm,25.7cm}, top=2.5cm, left=1.5cm}
          usepackage{hyperref}
          usepackage{caption}
          captionsetup[figure]{labelsep=space}


          begin{document}
          chapter{Angles}

          begin{figure}[H]centering
          begin{tikzpicture}[scale=0.35]
          tkzDefPoint(0,0){O}
          tkzDefPoint(-4.2,2.71293199){C}
          tkzDefPoint(4,3){E}
          tkzDefPoint(3,-4){D}
          tkzDefPoint(0,-5){B}
          tkzInterLL(B,C)(E,D) tkzGetPoint{A}
          draw[thick] (O)node[above]{$O$} circle[radius=5];
          tkzInterLL(A,B)(C,D) tkzGetPoint{I};
          tkzDrawPoints[color=black](A,B,C,D,E,O)
          tkzMarkAngle[color=red,overlay](D,A,B);
          tkzDrawLine(A,C)
          tkzDrawLine(A,E)
          tkzLabelPoints[right](A,D,E)
          tkzLabelPoints[left](C)
          tkzLabelPoints[below left](B)
          end{tikzpicture}
          caption{}label{banana}
          end{figure}
          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%2f463535%2ftkz-euclide-problem%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            The issue is that the bounding box also includes auxiliary points that are not drawn, but used to construct the arc. You can cure this by adding overlay.



            documentclass[a4paper,11pt,openany]{book}
            usepackage{float} % figure wont float anymore
            usepackage{tikz}
            usepackage{tkz-euclide}
            usetkzobj{all}
            usepackage{xcolor}
            usepackage{geometry}
            geometry{paperwidth=21cm,paperheight=29.7cm, body={18cm,25.7cm}, top=2.5cm, left=1.5cm}
            usepackage{hyperref}
            usepackage{caption}
            captionsetup[figure]{labelsep=space}


            begin{document}
            chapter{Angles}

            begin{figure}[H]centering
            begin{tikzpicture}[scale=0.35]
            tkzDefPoint(0,0){O}
            tkzDefPoint(-4.2,2.71293199){C}
            tkzDefPoint(4,3){E}
            tkzDefPoint(3,-4){D}
            tkzDefPoint(0,-5){B}
            tkzInterLL(B,C)(E,D) tkzGetPoint{A}
            draw[thick] (O)node[above]{$O$} circle[radius=5];
            tkzInterLL(A,B)(C,D) tkzGetPoint{I};
            tkzDrawPoints[color=black](A,B,C,D,E,O)
            tkzMarkAngle[color=red,overlay](D,A,B);
            tkzDrawLine(A,C)
            tkzDrawLine(A,E)
            tkzLabelPoints[right](A,D,E)
            tkzLabelPoints[left](C)
            tkzLabelPoints[below left](B)
            end{tikzpicture}
            caption{}label{banana}
            end{figure}
            end{document}


            enter image description here






            share|improve this answer




























              3














              The issue is that the bounding box also includes auxiliary points that are not drawn, but used to construct the arc. You can cure this by adding overlay.



              documentclass[a4paper,11pt,openany]{book}
              usepackage{float} % figure wont float anymore
              usepackage{tikz}
              usepackage{tkz-euclide}
              usetkzobj{all}
              usepackage{xcolor}
              usepackage{geometry}
              geometry{paperwidth=21cm,paperheight=29.7cm, body={18cm,25.7cm}, top=2.5cm, left=1.5cm}
              usepackage{hyperref}
              usepackage{caption}
              captionsetup[figure]{labelsep=space}


              begin{document}
              chapter{Angles}

              begin{figure}[H]centering
              begin{tikzpicture}[scale=0.35]
              tkzDefPoint(0,0){O}
              tkzDefPoint(-4.2,2.71293199){C}
              tkzDefPoint(4,3){E}
              tkzDefPoint(3,-4){D}
              tkzDefPoint(0,-5){B}
              tkzInterLL(B,C)(E,D) tkzGetPoint{A}
              draw[thick] (O)node[above]{$O$} circle[radius=5];
              tkzInterLL(A,B)(C,D) tkzGetPoint{I};
              tkzDrawPoints[color=black](A,B,C,D,E,O)
              tkzMarkAngle[color=red,overlay](D,A,B);
              tkzDrawLine(A,C)
              tkzDrawLine(A,E)
              tkzLabelPoints[right](A,D,E)
              tkzLabelPoints[left](C)
              tkzLabelPoints[below left](B)
              end{tikzpicture}
              caption{}label{banana}
              end{figure}
              end{document}


              enter image description here






              share|improve this answer


























                3












                3








                3







                The issue is that the bounding box also includes auxiliary points that are not drawn, but used to construct the arc. You can cure this by adding overlay.



                documentclass[a4paper,11pt,openany]{book}
                usepackage{float} % figure wont float anymore
                usepackage{tikz}
                usepackage{tkz-euclide}
                usetkzobj{all}
                usepackage{xcolor}
                usepackage{geometry}
                geometry{paperwidth=21cm,paperheight=29.7cm, body={18cm,25.7cm}, top=2.5cm, left=1.5cm}
                usepackage{hyperref}
                usepackage{caption}
                captionsetup[figure]{labelsep=space}


                begin{document}
                chapter{Angles}

                begin{figure}[H]centering
                begin{tikzpicture}[scale=0.35]
                tkzDefPoint(0,0){O}
                tkzDefPoint(-4.2,2.71293199){C}
                tkzDefPoint(4,3){E}
                tkzDefPoint(3,-4){D}
                tkzDefPoint(0,-5){B}
                tkzInterLL(B,C)(E,D) tkzGetPoint{A}
                draw[thick] (O)node[above]{$O$} circle[radius=5];
                tkzInterLL(A,B)(C,D) tkzGetPoint{I};
                tkzDrawPoints[color=black](A,B,C,D,E,O)
                tkzMarkAngle[color=red,overlay](D,A,B);
                tkzDrawLine(A,C)
                tkzDrawLine(A,E)
                tkzLabelPoints[right](A,D,E)
                tkzLabelPoints[left](C)
                tkzLabelPoints[below left](B)
                end{tikzpicture}
                caption{}label{banana}
                end{figure}
                end{document}


                enter image description here






                share|improve this answer













                The issue is that the bounding box also includes auxiliary points that are not drawn, but used to construct the arc. You can cure this by adding overlay.



                documentclass[a4paper,11pt,openany]{book}
                usepackage{float} % figure wont float anymore
                usepackage{tikz}
                usepackage{tkz-euclide}
                usetkzobj{all}
                usepackage{xcolor}
                usepackage{geometry}
                geometry{paperwidth=21cm,paperheight=29.7cm, body={18cm,25.7cm}, top=2.5cm, left=1.5cm}
                usepackage{hyperref}
                usepackage{caption}
                captionsetup[figure]{labelsep=space}


                begin{document}
                chapter{Angles}

                begin{figure}[H]centering
                begin{tikzpicture}[scale=0.35]
                tkzDefPoint(0,0){O}
                tkzDefPoint(-4.2,2.71293199){C}
                tkzDefPoint(4,3){E}
                tkzDefPoint(3,-4){D}
                tkzDefPoint(0,-5){B}
                tkzInterLL(B,C)(E,D) tkzGetPoint{A}
                draw[thick] (O)node[above]{$O$} circle[radius=5];
                tkzInterLL(A,B)(C,D) tkzGetPoint{I};
                tkzDrawPoints[color=black](A,B,C,D,E,O)
                tkzMarkAngle[color=red,overlay](D,A,B);
                tkzDrawLine(A,C)
                tkzDrawLine(A,E)
                tkzLabelPoints[right](A,D,E)
                tkzLabelPoints[left](C)
                tkzLabelPoints[below left](B)
                end{tikzpicture}
                caption{}label{banana}
                end{figure}
                end{document}


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 6 '18 at 16:01









                marmotmarmot

                91.2k4105198




                91.2k4105198






























                    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%2f463535%2ftkz-euclide-problem%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

                    Berounka

                    Sphinx de Gizeh

                    Fiat S.p.A.