Straighten subgroup lattice The 2019 Stack Overflow Developer Survey Results Are InDrawing Subgroup Lattices in TikZLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?TikZ/ERD: node (=Entity) label on the insideTikZ: Drawing an arc from an intersection to an intersectionDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themCommutative diagram with curve connecting between nodes

What is the light source in the black hole images?

Mathematics of imaging the black hole

How to charge AirPods to keep battery healthy?

What do I do when my TA workload is more than expected?

How can I define good in a religion that claims no moral authority?

Kerning for subscripts of sigma?

If a sorcerer casts the Banishment spell on a PC while in Avernus, does the PC return to their home plane?

How do I free up internal storage if I don't have any apps downloaded?

Pokemon Turn Based battle (Python)

How to obtain a position of last non-zero element

How do you keep chess fun when your opponent constantly beats you?

Why “相同意思的词” is called “同义词” instead of "同意词"?

Is bread bad for ducks?

For what reasons would an animal species NOT cross a *horizontal* land bridge?

What is the most efficient way to store a numeric range?

Why doesn't UInt have a toDouble()?

How to notate time signature switching consistently every measure

Can a flute soloist sit?

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

Straighten subgroup lattice

Can withdrawing asylum be illegal?

Falsification in Math vs Science

Button changing its text & action. Good or terrible?

What information about me do stores get via my credit card?



Straighten subgroup lattice



The 2019 Stack Overflow Developer Survey Results Are InDrawing Subgroup Lattices in TikZLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?TikZ/ERD: node (=Entity) label on the insideTikZ: Drawing an arc from an intersection to an intersectionDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themCommutative diagram with curve connecting between nodes










4















I would like to straighten out the top node and the bottom node so that they create a more tidy lattice. I found this post here, but I wasn't able to follow what was going on. Here is what I have so far



I just think that my subgroup diagram can be a bit...neater. For example, here is what my book's diagram looks like. How do I get my diagram to look more like the book diagram?



enter image description here



documentclass[12pt]article
usepackagetikz
usetikzlibrarypositioning
usepackageamsfonts


begindocument
beginfigure
centering
newcommandmydistance.6cm
begintikzpicture[node distance=1.5cm]
titleSubgroup Diagram of $Z_12$
node(A1) $langle 12 rangle = mathbbZ_12$;
node(A2) [below left of= A1] $langle 6 rangle$;
node(A3) [right of=A2] $langle 4 rangle$;
node(A4) [below left of=A2] $langle 3 rangle$;
node(A5) [below left of=A3] $langle 2 rangle$;
node(A6) [below right of=A4] $langle 1 rangle$;

draw(A1) -- (A2);
draw(A1) -- (A3);
draw(A2) -- (A4);
draw(A2) -- (A5);
draw(A3) -- (A5);
draw(A4) -- (A6);
draw(A5) -- (A6);
endtikzpicture
captionSubgroup Diagram of $mathbbZ_12$
endfigure
enddocument









share|improve this question







New contributor




Evan Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    4















    I would like to straighten out the top node and the bottom node so that they create a more tidy lattice. I found this post here, but I wasn't able to follow what was going on. Here is what I have so far



    I just think that my subgroup diagram can be a bit...neater. For example, here is what my book's diagram looks like. How do I get my diagram to look more like the book diagram?



    enter image description here



    documentclass[12pt]article
    usepackagetikz
    usetikzlibrarypositioning
    usepackageamsfonts


    begindocument
    beginfigure
    centering
    newcommandmydistance.6cm
    begintikzpicture[node distance=1.5cm]
    titleSubgroup Diagram of $Z_12$
    node(A1) $langle 12 rangle = mathbbZ_12$;
    node(A2) [below left of= A1] $langle 6 rangle$;
    node(A3) [right of=A2] $langle 4 rangle$;
    node(A4) [below left of=A2] $langle 3 rangle$;
    node(A5) [below left of=A3] $langle 2 rangle$;
    node(A6) [below right of=A4] $langle 1 rangle$;

    draw(A1) -- (A2);
    draw(A1) -- (A3);
    draw(A2) -- (A4);
    draw(A2) -- (A5);
    draw(A3) -- (A5);
    draw(A4) -- (A6);
    draw(A5) -- (A6);
    endtikzpicture
    captionSubgroup Diagram of $mathbbZ_12$
    endfigure
    enddocument









    share|improve this question







    New contributor




    Evan Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      4












      4








      4








      I would like to straighten out the top node and the bottom node so that they create a more tidy lattice. I found this post here, but I wasn't able to follow what was going on. Here is what I have so far



      I just think that my subgroup diagram can be a bit...neater. For example, here is what my book's diagram looks like. How do I get my diagram to look more like the book diagram?



      enter image description here



      documentclass[12pt]article
      usepackagetikz
      usetikzlibrarypositioning
      usepackageamsfonts


      begindocument
      beginfigure
      centering
      newcommandmydistance.6cm
      begintikzpicture[node distance=1.5cm]
      titleSubgroup Diagram of $Z_12$
      node(A1) $langle 12 rangle = mathbbZ_12$;
      node(A2) [below left of= A1] $langle 6 rangle$;
      node(A3) [right of=A2] $langle 4 rangle$;
      node(A4) [below left of=A2] $langle 3 rangle$;
      node(A5) [below left of=A3] $langle 2 rangle$;
      node(A6) [below right of=A4] $langle 1 rangle$;

      draw(A1) -- (A2);
      draw(A1) -- (A3);
      draw(A2) -- (A4);
      draw(A2) -- (A5);
      draw(A3) -- (A5);
      draw(A4) -- (A6);
      draw(A5) -- (A6);
      endtikzpicture
      captionSubgroup Diagram of $mathbbZ_12$
      endfigure
      enddocument









      share|improve this question







      New contributor




      Evan Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I would like to straighten out the top node and the bottom node so that they create a more tidy lattice. I found this post here, but I wasn't able to follow what was going on. Here is what I have so far



      I just think that my subgroup diagram can be a bit...neater. For example, here is what my book's diagram looks like. How do I get my diagram to look more like the book diagram?



      enter image description here



      documentclass[12pt]article
      usepackagetikz
      usetikzlibrarypositioning
      usepackageamsfonts


      begindocument
      beginfigure
      centering
      newcommandmydistance.6cm
      begintikzpicture[node distance=1.5cm]
      titleSubgroup Diagram of $Z_12$
      node(A1) $langle 12 rangle = mathbbZ_12$;
      node(A2) [below left of= A1] $langle 6 rangle$;
      node(A3) [right of=A2] $langle 4 rangle$;
      node(A4) [below left of=A2] $langle 3 rangle$;
      node(A5) [below left of=A3] $langle 2 rangle$;
      node(A6) [below right of=A4] $langle 1 rangle$;

      draw(A1) -- (A2);
      draw(A1) -- (A3);
      draw(A2) -- (A4);
      draw(A2) -- (A5);
      draw(A3) -- (A5);
      draw(A4) -- (A6);
      draw(A5) -- (A6);
      endtikzpicture
      captionSubgroup Diagram of $mathbbZ_12$
      endfigure
      enddocument






      tikz-pgf nodes






      share|improve this question







      New contributor




      Evan Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Evan Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Evan Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 hours ago









      Evan KimEvan Kim

      1283




      1283




      New contributor




      Evan Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Evan Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Evan Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          2 Answers
          2






          active

          oldest

          votes


















          4














          Be careful with such positioning options!



          documentclass[tikz]standalone
          usepackageamssymb
          usetikzlibrarypositioning
          begindocument
          begintikzpicture[every node/.style=inner sep=1pt,node distance=1.5cm]
          node(A1) $langle 12 rangle$;
          node(A2) [below left of= A1] $langle 6 rangle$;
          node(A3) [below right of=A1] $langle 4 rangle$;
          node(A4) [below left of=A2] $langle 3 rangle$;
          node(A5) [below left of=A3] $langle 2 rangle$;
          node(A6) [below right of=A4] $langle 1 rangle$;
          node[right=0pt of A1,inner xsep=0pt] $= mathbbZ_12$;
          draw(A1) -- (A2);
          draw(A1) -- (A3);
          draw(A2) -- (A4);
          draw(A2) -- (A5);
          draw(A3) -- (A5);
          draw(A4) -- (A6);
          draw(A5) -- (A6);
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer























          • what does [every node/.style=inner sep=1pt,node distance=1.5cm] do after begintikzpicture?

            – Evan Kim
            5 hours ago











          • @EvanKim node distance is already there. every node set the style for every nodes inside the picture, here I use option inner sep for every nodes. To know what this option does, simply change it to e.g. 2pt or 1ex, etc.

            – JouleV
            5 hours ago











          • ahh that's cool. thank you!

            – Evan Kim
            5 hours ago


















          3














          I love positioning but may not necessarily use it when things should be on a grid.



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node (A1) $langle 12 rangle = mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here



          Or for Joule V ;-)



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node[text width=2em] (A1) $langle 12 rangle=mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here






          share|improve this answer

























          • I think only langle 12 rangle should be in the grid, not langle 12 rangle = mathbbZ_12.

            – JouleV
            5 hours ago












          • @JouleV Thanks, maybe it should. Personally I find this clearer because these are the Z_N subgroups of Z_12.

            – marmot
            5 hours ago











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



          );






          Evan Kim is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484373%2fstraighten-subgroup-lattice%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









          4














          Be careful with such positioning options!



          documentclass[tikz]standalone
          usepackageamssymb
          usetikzlibrarypositioning
          begindocument
          begintikzpicture[every node/.style=inner sep=1pt,node distance=1.5cm]
          node(A1) $langle 12 rangle$;
          node(A2) [below left of= A1] $langle 6 rangle$;
          node(A3) [below right of=A1] $langle 4 rangle$;
          node(A4) [below left of=A2] $langle 3 rangle$;
          node(A5) [below left of=A3] $langle 2 rangle$;
          node(A6) [below right of=A4] $langle 1 rangle$;
          node[right=0pt of A1,inner xsep=0pt] $= mathbbZ_12$;
          draw(A1) -- (A2);
          draw(A1) -- (A3);
          draw(A2) -- (A4);
          draw(A2) -- (A5);
          draw(A3) -- (A5);
          draw(A4) -- (A6);
          draw(A5) -- (A6);
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer























          • what does [every node/.style=inner sep=1pt,node distance=1.5cm] do after begintikzpicture?

            – Evan Kim
            5 hours ago











          • @EvanKim node distance is already there. every node set the style for every nodes inside the picture, here I use option inner sep for every nodes. To know what this option does, simply change it to e.g. 2pt or 1ex, etc.

            – JouleV
            5 hours ago











          • ahh that's cool. thank you!

            – Evan Kim
            5 hours ago















          4














          Be careful with such positioning options!



          documentclass[tikz]standalone
          usepackageamssymb
          usetikzlibrarypositioning
          begindocument
          begintikzpicture[every node/.style=inner sep=1pt,node distance=1.5cm]
          node(A1) $langle 12 rangle$;
          node(A2) [below left of= A1] $langle 6 rangle$;
          node(A3) [below right of=A1] $langle 4 rangle$;
          node(A4) [below left of=A2] $langle 3 rangle$;
          node(A5) [below left of=A3] $langle 2 rangle$;
          node(A6) [below right of=A4] $langle 1 rangle$;
          node[right=0pt of A1,inner xsep=0pt] $= mathbbZ_12$;
          draw(A1) -- (A2);
          draw(A1) -- (A3);
          draw(A2) -- (A4);
          draw(A2) -- (A5);
          draw(A3) -- (A5);
          draw(A4) -- (A6);
          draw(A5) -- (A6);
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer























          • what does [every node/.style=inner sep=1pt,node distance=1.5cm] do after begintikzpicture?

            – Evan Kim
            5 hours ago











          • @EvanKim node distance is already there. every node set the style for every nodes inside the picture, here I use option inner sep for every nodes. To know what this option does, simply change it to e.g. 2pt or 1ex, etc.

            – JouleV
            5 hours ago











          • ahh that's cool. thank you!

            – Evan Kim
            5 hours ago













          4












          4








          4







          Be careful with such positioning options!



          documentclass[tikz]standalone
          usepackageamssymb
          usetikzlibrarypositioning
          begindocument
          begintikzpicture[every node/.style=inner sep=1pt,node distance=1.5cm]
          node(A1) $langle 12 rangle$;
          node(A2) [below left of= A1] $langle 6 rangle$;
          node(A3) [below right of=A1] $langle 4 rangle$;
          node(A4) [below left of=A2] $langle 3 rangle$;
          node(A5) [below left of=A3] $langle 2 rangle$;
          node(A6) [below right of=A4] $langle 1 rangle$;
          node[right=0pt of A1,inner xsep=0pt] $= mathbbZ_12$;
          draw(A1) -- (A2);
          draw(A1) -- (A3);
          draw(A2) -- (A4);
          draw(A2) -- (A5);
          draw(A3) -- (A5);
          draw(A4) -- (A6);
          draw(A5) -- (A6);
          endtikzpicture
          enddocument


          enter image description here






          share|improve this answer













          Be careful with such positioning options!



          documentclass[tikz]standalone
          usepackageamssymb
          usetikzlibrarypositioning
          begindocument
          begintikzpicture[every node/.style=inner sep=1pt,node distance=1.5cm]
          node(A1) $langle 12 rangle$;
          node(A2) [below left of= A1] $langle 6 rangle$;
          node(A3) [below right of=A1] $langle 4 rangle$;
          node(A4) [below left of=A2] $langle 3 rangle$;
          node(A5) [below left of=A3] $langle 2 rangle$;
          node(A6) [below right of=A4] $langle 1 rangle$;
          node[right=0pt of A1,inner xsep=0pt] $= mathbbZ_12$;
          draw(A1) -- (A2);
          draw(A1) -- (A3);
          draw(A2) -- (A4);
          draw(A2) -- (A5);
          draw(A3) -- (A5);
          draw(A4) -- (A6);
          draw(A5) -- (A6);
          endtikzpicture
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 5 hours ago









          JouleVJouleV

          12.5k22663




          12.5k22663












          • what does [every node/.style=inner sep=1pt,node distance=1.5cm] do after begintikzpicture?

            – Evan Kim
            5 hours ago











          • @EvanKim node distance is already there. every node set the style for every nodes inside the picture, here I use option inner sep for every nodes. To know what this option does, simply change it to e.g. 2pt or 1ex, etc.

            – JouleV
            5 hours ago











          • ahh that's cool. thank you!

            – Evan Kim
            5 hours ago

















          • what does [every node/.style=inner sep=1pt,node distance=1.5cm] do after begintikzpicture?

            – Evan Kim
            5 hours ago











          • @EvanKim node distance is already there. every node set the style for every nodes inside the picture, here I use option inner sep for every nodes. To know what this option does, simply change it to e.g. 2pt or 1ex, etc.

            – JouleV
            5 hours ago











          • ahh that's cool. thank you!

            – Evan Kim
            5 hours ago
















          what does [every node/.style=inner sep=1pt,node distance=1.5cm] do after begintikzpicture?

          – Evan Kim
          5 hours ago





          what does [every node/.style=inner sep=1pt,node distance=1.5cm] do after begintikzpicture?

          – Evan Kim
          5 hours ago













          @EvanKim node distance is already there. every node set the style for every nodes inside the picture, here I use option inner sep for every nodes. To know what this option does, simply change it to e.g. 2pt or 1ex, etc.

          – JouleV
          5 hours ago





          @EvanKim node distance is already there. every node set the style for every nodes inside the picture, here I use option inner sep for every nodes. To know what this option does, simply change it to e.g. 2pt or 1ex, etc.

          – JouleV
          5 hours ago













          ahh that's cool. thank you!

          – Evan Kim
          5 hours ago





          ahh that's cool. thank you!

          – Evan Kim
          5 hours ago











          3














          I love positioning but may not necessarily use it when things should be on a grid.



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node (A1) $langle 12 rangle = mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here



          Or for Joule V ;-)



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node[text width=2em] (A1) $langle 12 rangle=mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here






          share|improve this answer

























          • I think only langle 12 rangle should be in the grid, not langle 12 rangle = mathbbZ_12.

            – JouleV
            5 hours ago












          • @JouleV Thanks, maybe it should. Personally I find this clearer because these are the Z_N subgroups of Z_12.

            – marmot
            5 hours ago















          3














          I love positioning but may not necessarily use it when things should be on a grid.



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node (A1) $langle 12 rangle = mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here



          Or for Joule V ;-)



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node[text width=2em] (A1) $langle 12 rangle=mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here






          share|improve this answer

























          • I think only langle 12 rangle should be in the grid, not langle 12 rangle = mathbbZ_12.

            – JouleV
            5 hours ago












          • @JouleV Thanks, maybe it should. Personally I find this clearer because these are the Z_N subgroups of Z_12.

            – marmot
            5 hours ago













          3












          3








          3







          I love positioning but may not necessarily use it when things should be on a grid.



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node (A1) $langle 12 rangle = mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here



          Or for Joule V ;-)



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node[text width=2em] (A1) $langle 12 rangle=mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here






          share|improve this answer















          I love positioning but may not necessarily use it when things should be on a grid.



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node (A1) $langle 12 rangle = mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here



          Or for Joule V ;-)



          documentclass[12pt]article
          usepackagetikz
          usepackageamsfonts
          titleSubgroup Diagram of $Z_12$


          begindocument
          beginfigure
          centering
          begintikzpicture
          beginscope[rotate=45,scale=1.5,transform shape,nodes=fill=white,transform
          shape=false]
          draw (0,0) grid (2,1);
          path (2,1) node[text width=2em] (A1) $langle 12 rangle=mathbbZ_12$
          (1,1) node (A2) $langle 6 rangle$
          (0,1) node (A3) $langle 3 rangle$
          (2,0) node (A4) $langle 4 rangle$
          (1,0) node (A5) $langle 2 rangle$
          (0,0) node (A6) $langle 1 rangle$;
          endscope
          endtikzpicture
          captionSubgroup Diagram of $mathbbZ_12$
          endfigure
          enddocument


          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 4 hours ago

























          answered 5 hours ago









          marmotmarmot

          117k5150283




          117k5150283












          • I think only langle 12 rangle should be in the grid, not langle 12 rangle = mathbbZ_12.

            – JouleV
            5 hours ago












          • @JouleV Thanks, maybe it should. Personally I find this clearer because these are the Z_N subgroups of Z_12.

            – marmot
            5 hours ago

















          • I think only langle 12 rangle should be in the grid, not langle 12 rangle = mathbbZ_12.

            – JouleV
            5 hours ago












          • @JouleV Thanks, maybe it should. Personally I find this clearer because these are the Z_N subgroups of Z_12.

            – marmot
            5 hours ago
















          I think only langle 12 rangle should be in the grid, not langle 12 rangle = mathbbZ_12.

          – JouleV
          5 hours ago






          I think only langle 12 rangle should be in the grid, not langle 12 rangle = mathbbZ_12.

          – JouleV
          5 hours ago














          @JouleV Thanks, maybe it should. Personally I find this clearer because these are the Z_N subgroups of Z_12.

          – marmot
          5 hours ago





          @JouleV Thanks, maybe it should. Personally I find this clearer because these are the Z_N subgroups of Z_12.

          – marmot
          5 hours ago










          Evan Kim is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Evan Kim is a new contributor. Be nice, and check out our Code of Conduct.












          Evan Kim is a new contributor. Be nice, and check out our Code of Conduct.











          Evan Kim is a new contributor. Be nice, and check out our Code of Conduct.














          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%2f484373%2fstraighten-subgroup-lattice%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 to create a command for the “strange m” symbol in latex? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How do you make your own symbol when Detexify fails?Writing bold small caps with mathpazo packageplus-minus symbol with parenthesis around the minus signGreek character in Beamer document titleHow to create dashed right arrow over symbol?Currency symbol: Turkish LiraDouble prec as a single symbol?Plus Sign Too Big; How to Call adfbullet?Is there a TeX macro for three-legged pi?How do I get my integral-like symbol to align like the integral?How to selectively substitute a letter with another symbol representing the same letterHow do I generate a less than symbol and vertical bar that are the same height?

          The Calvary Singular or Plural The 2019 Stack Overflow Developer Survey Results Are InAre collective nouns always plural, or are certain ones singular?Is “audience” singular or plural?“Wasn't” vs. “weren't” in a vernacular sentence“My last couple of years” — singular or plural?Is 'rest' singular or plural?Is “all but one” singular or plural?Whether to use the singular or plural form of basis?Singular and Plural for numbersIs there a plural form of teeth?performance: plural vs singular?singular or plural nouns?Singular and Plural

          Category:Tremithousa Media in category "Tremithousa"Navigation menuUpload media34° 49′ 02.7″ N, 32° 26′ 37.32″ EOpenStreetMapGoogle EarthProximityramaReasonatorScholiaStatisticsWikiShootMe