Reproduce a geometric drawing












3















How can I reproduce the following drawing using LaTeX?



drawing



I suspect that TikZ has the right instruments to do it, but I'm not familiar with the package. Indeed, the most I can do with it is drawing basic shapes, like



usepackage{tikz}
begin{tikzpicture}
draw[step=1cm,gray,very thin] (-1.9,-1.9) grid (5.9,5.9);
end{tikzpicture}


or



usepackage{tikz}
begin{tikzpicture}
draw (0,0) -- (4,0) -- (4,4) -- (0,4) -- (0,0);
end{tikzpicture}


but I don't know how to combine them to create the desired end product and how to add labels.










share|improve this question

























  • Dis you code something?

    – Blincer
    Dec 28 '18 at 14:36






  • 1





    Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.

    – CarLaTeX
    Dec 28 '18 at 14:39











  • @CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.

    – Hiro
    Dec 28 '18 at 14:45






  • 1





    It is quite easy to do in TikZ. I suggest you learn about coordinate and node plus see the tikz examples online. It is well worth it to learn tikz

    – daleif
    Dec 28 '18 at 14:47






  • 1





    We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.

    – CarLaTeX
    Dec 28 '18 at 16:57
















3















How can I reproduce the following drawing using LaTeX?



drawing



I suspect that TikZ has the right instruments to do it, but I'm not familiar with the package. Indeed, the most I can do with it is drawing basic shapes, like



usepackage{tikz}
begin{tikzpicture}
draw[step=1cm,gray,very thin] (-1.9,-1.9) grid (5.9,5.9);
end{tikzpicture}


or



usepackage{tikz}
begin{tikzpicture}
draw (0,0) -- (4,0) -- (4,4) -- (0,4) -- (0,0);
end{tikzpicture}


but I don't know how to combine them to create the desired end product and how to add labels.










share|improve this question

























  • Dis you code something?

    – Blincer
    Dec 28 '18 at 14:36






  • 1





    Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.

    – CarLaTeX
    Dec 28 '18 at 14:39











  • @CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.

    – Hiro
    Dec 28 '18 at 14:45






  • 1





    It is quite easy to do in TikZ. I suggest you learn about coordinate and node plus see the tikz examples online. It is well worth it to learn tikz

    – daleif
    Dec 28 '18 at 14:47






  • 1





    We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.

    – CarLaTeX
    Dec 28 '18 at 16:57














3












3








3


0






How can I reproduce the following drawing using LaTeX?



drawing



I suspect that TikZ has the right instruments to do it, but I'm not familiar with the package. Indeed, the most I can do with it is drawing basic shapes, like



usepackage{tikz}
begin{tikzpicture}
draw[step=1cm,gray,very thin] (-1.9,-1.9) grid (5.9,5.9);
end{tikzpicture}


or



usepackage{tikz}
begin{tikzpicture}
draw (0,0) -- (4,0) -- (4,4) -- (0,4) -- (0,0);
end{tikzpicture}


but I don't know how to combine them to create the desired end product and how to add labels.










share|improve this question
















How can I reproduce the following drawing using LaTeX?



drawing



I suspect that TikZ has the right instruments to do it, but I'm not familiar with the package. Indeed, the most I can do with it is drawing basic shapes, like



usepackage{tikz}
begin{tikzpicture}
draw[step=1cm,gray,very thin] (-1.9,-1.9) grid (5.9,5.9);
end{tikzpicture}


or



usepackage{tikz}
begin{tikzpicture}
draw (0,0) -- (4,0) -- (4,4) -- (0,4) -- (0,0);
end{tikzpicture}


but I don't know how to combine them to create the desired end product and how to add labels.







tikz-pgf graphics






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 28 '18 at 17:59









Blincer

366112




366112










asked Dec 28 '18 at 14:34









HiroHiro

162




162













  • Dis you code something?

    – Blincer
    Dec 28 '18 at 14:36






  • 1





    Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.

    – CarLaTeX
    Dec 28 '18 at 14:39











  • @CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.

    – Hiro
    Dec 28 '18 at 14:45






  • 1





    It is quite easy to do in TikZ. I suggest you learn about coordinate and node plus see the tikz examples online. It is well worth it to learn tikz

    – daleif
    Dec 28 '18 at 14:47






  • 1





    We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.

    – CarLaTeX
    Dec 28 '18 at 16:57



















  • Dis you code something?

    – Blincer
    Dec 28 '18 at 14:36






  • 1





    Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.

    – CarLaTeX
    Dec 28 '18 at 14:39











  • @CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.

    – Hiro
    Dec 28 '18 at 14:45






  • 1





    It is quite easy to do in TikZ. I suggest you learn about coordinate and node plus see the tikz examples online. It is well worth it to learn tikz

    – daleif
    Dec 28 '18 at 14:47






  • 1





    We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.

    – CarLaTeX
    Dec 28 '18 at 16:57

















Dis you code something?

– Blincer
Dec 28 '18 at 14:36





Dis you code something?

– Blincer
Dec 28 '18 at 14:36




1




1





Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.

– CarLaTeX
Dec 28 '18 at 14:39





Welcome to TeX.SE! Yes, it is quite easy do with TikZ, but could you please add a minimal working example of what you have tried so far? It would make easier to help you.

– CarLaTeX
Dec 28 '18 at 14:39













@CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.

– Hiro
Dec 28 '18 at 14:45





@CarLaTeX I've edited the question. But unfortunately I'm not familiar at all with TikZ.

– Hiro
Dec 28 '18 at 14:45




1




1





It is quite easy to do in TikZ. I suggest you learn about coordinate and node plus see the tikz examples online. It is well worth it to learn tikz

– daleif
Dec 28 '18 at 14:47





It is quite easy to do in TikZ. I suggest you learn about coordinate and node plus see the tikz examples online. It is well worth it to learn tikz

– daleif
Dec 28 '18 at 14:47




1




1





We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.

– CarLaTeX
Dec 28 '18 at 16:57





We appreciate your effort, anyway. I added an answer. To become more familiar with TikZ, you could read a tutorial like Section 3 here: tug.org/TUGboat/tb39-1/tb121duck-tikz.pdf.

– CarLaTeX
Dec 28 '18 at 16:57










3 Answers
3






active

oldest

votes


















6














A solution with pstricks:



documentclass[svgnames]{standalone}
usepackage{pst-node}
usepackage{auto-pst-pdf}

begin{document}

psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
psframe(4,4)
psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
dotnodes(0,2){F}(2,2){G}(2,0){H}

uput[l](F){$F_j$}
rput[l](5,0.5){$x_n=0$}
rput(0.7, 1.9){$Q_{F_j}$}
pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
uput{3pt}[110](E){$e_n$,}
rput(2,0.6){Rnode{R}{$R_{1/2}$}}
rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
psset{linewidth=0.4pt, arrows=->, arrowsize=2pt 3, arrowinset=0.12}
ncline[nodesepB=2pt]{Q}{R}
ncdiagg[angleA=180, nodesepB=2pt]{E}{G}
end{pspicture}

end{document}


enter image description here






share|improve this answer

































    5














    There are infinite ways to do it, here's one with TikZ:



    documentclass[border=1cm]{standalone}
    usepackage{tikz}
    usetikzlibrary{positioning, arrows.meta}
    tikzset{quadro/.style={draw,
    rectangle,
    inner sep=0pt,
    minimum height=#1,
    text width=#1},
    point/.style={draw,
    circle,
    inner sep=1.5pt,
    fill=black}}
    begin{document}
    begin{tikzpicture}[font=Large, thick]
    node[quadro={8cm}]
    (mysquare)
    {};
    node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
    draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
    node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
    node[point] {};
    node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
    node[point] at (mysquare.south) {};
    node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
    draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
    node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
    node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
    draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
    end{tikzpicture}
    end{document}


    enter image description here






    share|improve this answer





















    • 2





      To the downvoter: it would be fair to explain why.

      – CarLaTeX
      Dec 28 '18 at 17:50











    • I totally agree with you. It's a great job for me that you've done.

      – Sebastiano
      Dec 28 '18 at 18:01











    • I'm used to unexplained downvotes...or rather I'm a subscriber.

      – Sebastiano
      Dec 28 '18 at 18:06



















    4














    It is indeed quite simple, a beginning of a solution could be:



    documentclass{standalone}

    usepackage{tikz}

    begin{document}
    begin{tikzpicture}
    draw (0,0) rectangle (3, 3) ;
    draw [fill=gray] (1, 0) rectangle (2, 0.75) ;
    draw [dashed] (0, 0.75) rectangle (1.5, 2.25) ;
    % $R_{1/2}$
    node at (1.5, 0) {$bullet$} ;
    node [anchor=south] at (1.5, 0) {$R_{1/2}$} ;
    % $F_j$
    node at (0, 1.5) {$bullet$} ;
    node [anchor=east] at (0, 1.5) {$F_j$} ;

    node [anchor=north east] at (1, 1.5) {$Q_{F_j}$} ;
    node [anchor=south] at (4, 0) {$x_n=0$} ;
    end{tikzpicture}
    end{document}


    enter image description here



    I let you add the arrows.






    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%2f467671%2freproduce-a-geometric-drawing%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      6














      A solution with pstricks:



      documentclass[svgnames]{standalone}
      usepackage{pst-node}
      usepackage{auto-pst-pdf}

      begin{document}

      psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
      begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
      psframe(4,4)
      psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
      psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
      dotnodes(0,2){F}(2,2){G}(2,0){H}

      uput[l](F){$F_j$}
      rput[l](5,0.5){$x_n=0$}
      rput(0.7, 1.9){$Q_{F_j}$}
      pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
      uput{3pt}[110](E){$e_n$,}
      rput(2,0.6){Rnode{R}{$R_{1/2}$}}
      rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
      psset{linewidth=0.4pt, arrows=->, arrowsize=2pt 3, arrowinset=0.12}
      ncline[nodesepB=2pt]{Q}{R}
      ncdiagg[angleA=180, nodesepB=2pt]{E}{G}
      end{pspicture}

      end{document}


      enter image description here






      share|improve this answer






























        6














        A solution with pstricks:



        documentclass[svgnames]{standalone}
        usepackage{pst-node}
        usepackage{auto-pst-pdf}

        begin{document}

        psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
        begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
        psframe(4,4)
        psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
        psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
        dotnodes(0,2){F}(2,2){G}(2,0){H}

        uput[l](F){$F_j$}
        rput[l](5,0.5){$x_n=0$}
        rput(0.7, 1.9){$Q_{F_j}$}
        pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
        uput{3pt}[110](E){$e_n$,}
        rput(2,0.6){Rnode{R}{$R_{1/2}$}}
        rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
        psset{linewidth=0.4pt, arrows=->, arrowsize=2pt 3, arrowinset=0.12}
        ncline[nodesepB=2pt]{Q}{R}
        ncdiagg[angleA=180, nodesepB=2pt]{E}{G}
        end{pspicture}

        end{document}


        enter image description here






        share|improve this answer




























          6












          6








          6







          A solution with pstricks:



          documentclass[svgnames]{standalone}
          usepackage{pst-node}
          usepackage{auto-pst-pdf}

          begin{document}

          psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
          begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
          psframe(4,4)
          psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
          psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
          dotnodes(0,2){F}(2,2){G}(2,0){H}

          uput[l](F){$F_j$}
          rput[l](5,0.5){$x_n=0$}
          rput(0.7, 1.9){$Q_{F_j}$}
          pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
          uput{3pt}[110](E){$e_n$,}
          rput(2,0.6){Rnode{R}{$R_{1/2}$}}
          rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
          psset{linewidth=0.4pt, arrows=->, arrowsize=2pt 3, arrowinset=0.12}
          ncline[nodesepB=2pt]{Q}{R}
          ncdiagg[angleA=180, nodesepB=2pt]{E}{G}
          end{pspicture}

          end{document}


          enter image description here






          share|improve this answer















          A solution with pstricks:



          documentclass[svgnames]{standalone}
          usepackage{pst-node}
          usepackage{auto-pst-pdf}

          begin{document}

          psset{linejoin=1, dash=3.8pt 3pt, dimen=middle}
          begin{pspicture}(-0.6, -0.9)(6.2, 4.2)
          psframe(4,4)
          psline[linestyle=dashed](0, 1.2)(2, 1.2)(2,2.8)(0,2.8)
          psframe[fillstyle =solid,fillcolor=Silver](1.4,0)(2.6,1.2)
          dotnodes(0,2){F}(2,2){G}(2,0){H}

          uput[l](F){$F_j$}
          rput[l](5,0.5){$x_n=0$}
          rput(0.7, 1.9){$Q_{F_j}$}
          pnodes(3.2, 2.7){E}(2.8,-0.4){Q}
          uput{3pt}[110](E){$e_n$,}
          rput(2,0.6){Rnode{R}{$R_{1/2}$}}
          rput[tl](Q){,$Q_{1/2}(1/4e_n)$}
          psset{linewidth=0.4pt, arrows=->, arrowsize=2pt 3, arrowinset=0.12}
          ncline[nodesepB=2pt]{Q}{R}
          ncdiagg[angleA=180, nodesepB=2pt]{E}{G}
          end{pspicture}

          end{document}


          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Dec 28 '18 at 23:19

























          answered Dec 28 '18 at 16:42









          BernardBernard

          173k776205




          173k776205























              5














              There are infinite ways to do it, here's one with TikZ:



              documentclass[border=1cm]{standalone}
              usepackage{tikz}
              usetikzlibrary{positioning, arrows.meta}
              tikzset{quadro/.style={draw,
              rectangle,
              inner sep=0pt,
              minimum height=#1,
              text width=#1},
              point/.style={draw,
              circle,
              inner sep=1.5pt,
              fill=black}}
              begin{document}
              begin{tikzpicture}[font=Large, thick]
              node[quadro={8cm}]
              (mysquare)
              {};
              node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
              draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
              node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
              node[point] {};
              node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
              node[point] at (mysquare.south) {};
              node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
              draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
              node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
              node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
              draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
              end{tikzpicture}
              end{document}


              enter image description here






              share|improve this answer





















              • 2





                To the downvoter: it would be fair to explain why.

                – CarLaTeX
                Dec 28 '18 at 17:50











              • I totally agree with you. It's a great job for me that you've done.

                – Sebastiano
                Dec 28 '18 at 18:01











              • I'm used to unexplained downvotes...or rather I'm a subscriber.

                – Sebastiano
                Dec 28 '18 at 18:06
















              5














              There are infinite ways to do it, here's one with TikZ:



              documentclass[border=1cm]{standalone}
              usepackage{tikz}
              usetikzlibrary{positioning, arrows.meta}
              tikzset{quadro/.style={draw,
              rectangle,
              inner sep=0pt,
              minimum height=#1,
              text width=#1},
              point/.style={draw,
              circle,
              inner sep=1.5pt,
              fill=black}}
              begin{document}
              begin{tikzpicture}[font=Large, thick]
              node[quadro={8cm}]
              (mysquare)
              {};
              node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
              draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
              node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
              node[point] {};
              node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
              node[point] at (mysquare.south) {};
              node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
              draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
              node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
              node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
              draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
              end{tikzpicture}
              end{document}


              enter image description here






              share|improve this answer





















              • 2





                To the downvoter: it would be fair to explain why.

                – CarLaTeX
                Dec 28 '18 at 17:50











              • I totally agree with you. It's a great job for me that you've done.

                – Sebastiano
                Dec 28 '18 at 18:01











              • I'm used to unexplained downvotes...or rather I'm a subscriber.

                – Sebastiano
                Dec 28 '18 at 18:06














              5












              5








              5







              There are infinite ways to do it, here's one with TikZ:



              documentclass[border=1cm]{standalone}
              usepackage{tikz}
              usetikzlibrary{positioning, arrows.meta}
              tikzset{quadro/.style={draw,
              rectangle,
              inner sep=0pt,
              minimum height=#1,
              text width=#1},
              point/.style={draw,
              circle,
              inner sep=1.5pt,
              fill=black}}
              begin{document}
              begin{tikzpicture}[font=Large, thick]
              node[quadro={8cm}]
              (mysquare)
              {};
              node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
              draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
              node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
              node[point] {};
              node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
              node[point] at (mysquare.south) {};
              node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
              draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
              node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
              node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
              draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
              end{tikzpicture}
              end{document}


              enter image description here






              share|improve this answer















              There are infinite ways to do it, here's one with TikZ:



              documentclass[border=1cm]{standalone}
              usepackage{tikz}
              usetikzlibrary{positioning, arrows.meta}
              tikzset{quadro/.style={draw,
              rectangle,
              inner sep=0pt,
              minimum height=#1,
              text width=#1},
              point/.style={draw,
              circle,
              inner sep=1.5pt,
              fill=black}}
              begin{document}
              begin{tikzpicture}[font=Large, thick]
              node[quadro={8cm}]
              (mysquare)
              {};
              node[quadro={4cm}, draw=none, anchor=west, text centered] (mydashed) at (mysquare.west) {$Q_{F_{j}}$};
              draw[dashed] (mydashed.south west) -- (mydashed.south east) -- (mydashed.north east) -- (mydashed.north west);
              node[quadro={2cm}, fill=lightgray, anchor=south, text centered] at (mysquare.south) (graysquare) {$R_{1/2}$};
              node[point] {};
              node[point, label=left:{$F_{j}$}] at (mysquare.west) {};
              node[point] at (mysquare.south) {};
              node[below left=.3cm and -.7cm of mysquare.south east] (descr1) {$Q_{1/2}(1/4e_{n})$};
              draw[-Stealth] (descr1.west) -- ([shift={(.25cm,.5cm)}]graysquare.south);
              node[above right= .1cm and .1cm of mysquare.south east, anchor=south west] {$x_{n}=0$};
              node[below left= 2cm and 1.5cm of mysquare.north east] (descr2) {$e_{n}$};
              draw[-Stealth, shorten >=0.2cm] (descr2.south east) -- (descr2.south west) -- (mydashed.east);
              end{tikzpicture}
              end{document}


              enter image description here







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Dec 28 '18 at 17:09

























              answered Dec 28 '18 at 16:53









              CarLaTeXCarLaTeX

              33.7k551138




              33.7k551138








              • 2





                To the downvoter: it would be fair to explain why.

                – CarLaTeX
                Dec 28 '18 at 17:50











              • I totally agree with you. It's a great job for me that you've done.

                – Sebastiano
                Dec 28 '18 at 18:01











              • I'm used to unexplained downvotes...or rather I'm a subscriber.

                – Sebastiano
                Dec 28 '18 at 18:06














              • 2





                To the downvoter: it would be fair to explain why.

                – CarLaTeX
                Dec 28 '18 at 17:50











              • I totally agree with you. It's a great job for me that you've done.

                – Sebastiano
                Dec 28 '18 at 18:01











              • I'm used to unexplained downvotes...or rather I'm a subscriber.

                – Sebastiano
                Dec 28 '18 at 18:06








              2




              2





              To the downvoter: it would be fair to explain why.

              – CarLaTeX
              Dec 28 '18 at 17:50





              To the downvoter: it would be fair to explain why.

              – CarLaTeX
              Dec 28 '18 at 17:50













              I totally agree with you. It's a great job for me that you've done.

              – Sebastiano
              Dec 28 '18 at 18:01





              I totally agree with you. It's a great job for me that you've done.

              – Sebastiano
              Dec 28 '18 at 18:01













              I'm used to unexplained downvotes...or rather I'm a subscriber.

              – Sebastiano
              Dec 28 '18 at 18:06





              I'm used to unexplained downvotes...or rather I'm a subscriber.

              – Sebastiano
              Dec 28 '18 at 18:06











              4














              It is indeed quite simple, a beginning of a solution could be:



              documentclass{standalone}

              usepackage{tikz}

              begin{document}
              begin{tikzpicture}
              draw (0,0) rectangle (3, 3) ;
              draw [fill=gray] (1, 0) rectangle (2, 0.75) ;
              draw [dashed] (0, 0.75) rectangle (1.5, 2.25) ;
              % $R_{1/2}$
              node at (1.5, 0) {$bullet$} ;
              node [anchor=south] at (1.5, 0) {$R_{1/2}$} ;
              % $F_j$
              node at (0, 1.5) {$bullet$} ;
              node [anchor=east] at (0, 1.5) {$F_j$} ;

              node [anchor=north east] at (1, 1.5) {$Q_{F_j}$} ;
              node [anchor=south] at (4, 0) {$x_n=0$} ;
              end{tikzpicture}
              end{document}


              enter image description here



              I let you add the arrows.






              share|improve this answer






























                4














                It is indeed quite simple, a beginning of a solution could be:



                documentclass{standalone}

                usepackage{tikz}

                begin{document}
                begin{tikzpicture}
                draw (0,0) rectangle (3, 3) ;
                draw [fill=gray] (1, 0) rectangle (2, 0.75) ;
                draw [dashed] (0, 0.75) rectangle (1.5, 2.25) ;
                % $R_{1/2}$
                node at (1.5, 0) {$bullet$} ;
                node [anchor=south] at (1.5, 0) {$R_{1/2}$} ;
                % $F_j$
                node at (0, 1.5) {$bullet$} ;
                node [anchor=east] at (0, 1.5) {$F_j$} ;

                node [anchor=north east] at (1, 1.5) {$Q_{F_j}$} ;
                node [anchor=south] at (4, 0) {$x_n=0$} ;
                end{tikzpicture}
                end{document}


                enter image description here



                I let you add the arrows.






                share|improve this answer




























                  4












                  4








                  4







                  It is indeed quite simple, a beginning of a solution could be:



                  documentclass{standalone}

                  usepackage{tikz}

                  begin{document}
                  begin{tikzpicture}
                  draw (0,0) rectangle (3, 3) ;
                  draw [fill=gray] (1, 0) rectangle (2, 0.75) ;
                  draw [dashed] (0, 0.75) rectangle (1.5, 2.25) ;
                  % $R_{1/2}$
                  node at (1.5, 0) {$bullet$} ;
                  node [anchor=south] at (1.5, 0) {$R_{1/2}$} ;
                  % $F_j$
                  node at (0, 1.5) {$bullet$} ;
                  node [anchor=east] at (0, 1.5) {$F_j$} ;

                  node [anchor=north east] at (1, 1.5) {$Q_{F_j}$} ;
                  node [anchor=south] at (4, 0) {$x_n=0$} ;
                  end{tikzpicture}
                  end{document}


                  enter image description here



                  I let you add the arrows.






                  share|improve this answer















                  It is indeed quite simple, a beginning of a solution could be:



                  documentclass{standalone}

                  usepackage{tikz}

                  begin{document}
                  begin{tikzpicture}
                  draw (0,0) rectangle (3, 3) ;
                  draw [fill=gray] (1, 0) rectangle (2, 0.75) ;
                  draw [dashed] (0, 0.75) rectangle (1.5, 2.25) ;
                  % $R_{1/2}$
                  node at (1.5, 0) {$bullet$} ;
                  node [anchor=south] at (1.5, 0) {$R_{1/2}$} ;
                  % $F_j$
                  node at (0, 1.5) {$bullet$} ;
                  node [anchor=east] at (0, 1.5) {$F_j$} ;

                  node [anchor=north east] at (1, 1.5) {$Q_{F_j}$} ;
                  node [anchor=south] at (4, 0) {$x_n=0$} ;
                  end{tikzpicture}
                  end{document}


                  enter image description here



                  I let you add the arrows.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Dec 28 '18 at 15:04

























                  answered Dec 28 '18 at 14:56









                  BlincerBlincer

                  366112




                  366112






























                      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%2f467671%2freproduce-a-geometric-drawing%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

                      Wiesbaden

                      To store a contact into the json file from server.js file using a class in NodeJS

                      Marschland