Minipage compatible with xy matrix? What may be an alternative fix?LaTeX equivalent of ConTeXt buffersFix the...

Can somebody explain Brexit in a few child-proof sentences?

The Riley Riddle Mine

Failed to fetch jessie backports repository

Is it okay / does it make sense for another player to join a running game of Munchkin?

Your magic is very sketchy

Is it correct to write "is not focus on"?

Opposite of a diet

The plural of 'stomach"

Is there a problem with hiding "forgot password" until it's needed?

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

What is the opposite of 'gravitas'?

Will it be accepted, if there is no ''Main Character" stereotype?

What's a natural way to say that someone works somewhere (for a job)?

How will losing mobility of one hand affect my career as a programmer?

Displaying the order of the columns of a table

How can I use the arrow sign in my bash prompt?

voltage of sounds of mp3files

What would happen if the UK refused to take part in EU Parliamentary elections?

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

How does residential electricity work?

Do I need a multiple entry visa for a trip UK -> Sweden -> UK?

How can I replace every global instance of "x[2]" with "x_2"

Should my PhD thesis be submitted under my legal name?

Unattended/Unattended to?



Minipage compatible with xy matrix? What may be an alternative fix?


LaTeX equivalent of ConTeXt buffersFix the height/length of a minipageXY matrix tampering with footnote counterTikZ/ERD: node (=Entity) label on the insidea commutative diagram compatible with group actionsminipage alignment with tikzpictureAlternative to a Minipage page breaksTikZ: Make “scopenode” compatible with matrixEnumerate graphs with minipageproblem with minipage













4















I have a minimal working environment below.



It fails to be compiled.



Is the minipage compatible with xy matrix? What may be an alternative fix?



Thanks for the help!



documentclass[14pt]{article} 

usepackage[all, knot]{xy}
def Z{mathbb{Z}}



begin{document}


xymatrix{
&omega\
begin{minipage}[c]{5in}
1
end{minipage}ar[ru]&\
}


xymatrix{
&omega\
begin{minipage}[c]{5in}
$Delta=Z$:\
$boxed{delta}$
end{minipage}ar[ru]ar[rd]&\
&begin{minipage}[c]{5in}
$b=Z $:\
$boxed{delta(g,h)}$
end{minipage}\
}



end{document}




p.s. I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like:



begin{minipage}[c]{5in}
abcdefghijklmnopqrstuvwxyzend{minipage}









share|improve this question





























    4















    I have a minimal working environment below.



    It fails to be compiled.



    Is the minipage compatible with xy matrix? What may be an alternative fix?



    Thanks for the help!



    documentclass[14pt]{article} 

    usepackage[all, knot]{xy}
    def Z{mathbb{Z}}



    begin{document}


    xymatrix{
    &omega\
    begin{minipage}[c]{5in}
    1
    end{minipage}ar[ru]&\
    }


    xymatrix{
    &omega\
    begin{minipage}[c]{5in}
    $Delta=Z$:\
    $boxed{delta}$
    end{minipage}ar[ru]ar[rd]&\
    &begin{minipage}[c]{5in}
    $b=Z $:\
    $boxed{delta(g,h)}$
    end{minipage}\
    }



    end{document}




    p.s. I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like:



    begin{minipage}[c]{5in}
    abcdefghijklmnopqrstuvwxyzend{minipage}









    share|improve this question



























      4












      4








      4


      2






      I have a minimal working environment below.



      It fails to be compiled.



      Is the minipage compatible with xy matrix? What may be an alternative fix?



      Thanks for the help!



      documentclass[14pt]{article} 

      usepackage[all, knot]{xy}
      def Z{mathbb{Z}}



      begin{document}


      xymatrix{
      &omega\
      begin{minipage}[c]{5in}
      1
      end{minipage}ar[ru]&\
      }


      xymatrix{
      &omega\
      begin{minipage}[c]{5in}
      $Delta=Z$:\
      $boxed{delta}$
      end{minipage}ar[ru]ar[rd]&\
      &begin{minipage}[c]{5in}
      $b=Z $:\
      $boxed{delta(g,h)}$
      end{minipage}\
      }



      end{document}




      p.s. I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like:



      begin{minipage}[c]{5in}
      abcdefghijklmnopqrstuvwxyzend{minipage}









      share|improve this question
















      I have a minimal working environment below.



      It fails to be compiled.



      Is the minipage compatible with xy matrix? What may be an alternative fix?



      Thanks for the help!



      documentclass[14pt]{article} 

      usepackage[all, knot]{xy}
      def Z{mathbb{Z}}



      begin{document}


      xymatrix{
      &omega\
      begin{minipage}[c]{5in}
      1
      end{minipage}ar[ru]&\
      }


      xymatrix{
      &omega\
      begin{minipage}[c]{5in}
      $Delta=Z$:\
      $boxed{delta}$
      end{minipage}ar[ru]ar[rd]&\
      &begin{minipage}[c]{5in}
      $b=Z $:\
      $boxed{delta(g,h)}$
      end{minipage}\
      }



      end{document}




      p.s. I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like:



      begin{minipage}[c]{5in}
      abcdefghijklmnopqrstuvwxyzend{minipage}






      tikz-pgf minipage xy-pic xymatrix






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 22 '18 at 18:04







      annie heart

















      asked Nov 22 '18 at 15:42









      annie heartannie heart

      32517




      32517






















          2 Answers
          2






          active

          oldest

          votes


















          3














          There are two issues: one is that Xy-pic is not able to cope with cells so big as five inches.



          However, I don't think you need a wide minipage, but rather an array; remember to brace it so as not to confuse Xy-pic.



          documentclass{article}
          usepackage{amsmath,amssymb,array}
          usepackage[all,cmtip]{xy}

          newcommand{Z}{mathbb{Z}}

          begin{document}

          xymatrix{
          & omega\
          {begin{array}{@{}l@{}}
          Delta=Z{:}\
          boxed{delta}
          end{array}}ar[ru]ar[rd]&\
          &{begin{array}{@{}l@{}}
          b=Z{:}\
          boxed{delta(g,h)}
          end{array}}
          }

          end{document}


          enter image description here






          share|improve this answer
























          • thanks!, may I also ask, what if I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like: begin{minipage}[c]{5in} abcdefghijklmnopqrstuvwxyzend{minipage}

            – annie heart
            Nov 22 '18 at 18:05











          • @annieheart As I said, five inches is too much for Xy-pic. I don't think that minipage is the right tool anyway.

            – egreg
            Nov 22 '18 at 18:16











          • Can you explain the meaning of "begin{array}{@{}l@{}}" ? thanks!

            – annie heart
            Nov 23 '18 at 0:14











          • @annieheart It builds a one left aligned column array with no padding on either side. It's the math mode analog of tabular.

            – egreg
            Nov 23 '18 at 0:18











          • thanks! happy thanks giving. How do I make your arrow ar as the doublelinearrow like Longrightarrow ?

            – annie heart
            Nov 23 '18 at 0:28



















          0














          An alternative with tikz-cd.



          enter image description here



          documentclass[14pt]{article} 
          usepackage{tikz-cd,amsmath,amssymb}
          defZ{mathbb{Z}}
          begin{document}
          begin{tikzcd}[minimum width=8em]
          &hspace{-1.5cm} omega \
          begin{matrix} Delta=Z!!: & \ boxed{delta} & end{matrix}
          arrow[xshift=-4ex,yshift=1ex]{rd}arrow[xshift=-4ex,yshift=1ex]{ru}& \
          [1.5em] & hspace{-1cm}begin{matrix} b=Z!!: & \ boxed{delta(g,h)} & end{matrix}
          end{tikzcd}
          end{document}




          share























            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%2f461300%2fminipage-compatible-with-xy-matrix-what-may-be-an-alternative-fix%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









            3














            There are two issues: one is that Xy-pic is not able to cope with cells so big as five inches.



            However, I don't think you need a wide minipage, but rather an array; remember to brace it so as not to confuse Xy-pic.



            documentclass{article}
            usepackage{amsmath,amssymb,array}
            usepackage[all,cmtip]{xy}

            newcommand{Z}{mathbb{Z}}

            begin{document}

            xymatrix{
            & omega\
            {begin{array}{@{}l@{}}
            Delta=Z{:}\
            boxed{delta}
            end{array}}ar[ru]ar[rd]&\
            &{begin{array}{@{}l@{}}
            b=Z{:}\
            boxed{delta(g,h)}
            end{array}}
            }

            end{document}


            enter image description here






            share|improve this answer
























            • thanks!, may I also ask, what if I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like: begin{minipage}[c]{5in} abcdefghijklmnopqrstuvwxyzend{minipage}

              – annie heart
              Nov 22 '18 at 18:05











            • @annieheart As I said, five inches is too much for Xy-pic. I don't think that minipage is the right tool anyway.

              – egreg
              Nov 22 '18 at 18:16











            • Can you explain the meaning of "begin{array}{@{}l@{}}" ? thanks!

              – annie heart
              Nov 23 '18 at 0:14











            • @annieheart It builds a one left aligned column array with no padding on either side. It's the math mode analog of tabular.

              – egreg
              Nov 23 '18 at 0:18











            • thanks! happy thanks giving. How do I make your arrow ar as the doublelinearrow like Longrightarrow ?

              – annie heart
              Nov 23 '18 at 0:28
















            3














            There are two issues: one is that Xy-pic is not able to cope with cells so big as five inches.



            However, I don't think you need a wide minipage, but rather an array; remember to brace it so as not to confuse Xy-pic.



            documentclass{article}
            usepackage{amsmath,amssymb,array}
            usepackage[all,cmtip]{xy}

            newcommand{Z}{mathbb{Z}}

            begin{document}

            xymatrix{
            & omega\
            {begin{array}{@{}l@{}}
            Delta=Z{:}\
            boxed{delta}
            end{array}}ar[ru]ar[rd]&\
            &{begin{array}{@{}l@{}}
            b=Z{:}\
            boxed{delta(g,h)}
            end{array}}
            }

            end{document}


            enter image description here






            share|improve this answer
























            • thanks!, may I also ask, what if I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like: begin{minipage}[c]{5in} abcdefghijklmnopqrstuvwxyzend{minipage}

              – annie heart
              Nov 22 '18 at 18:05











            • @annieheart As I said, five inches is too much for Xy-pic. I don't think that minipage is the right tool anyway.

              – egreg
              Nov 22 '18 at 18:16











            • Can you explain the meaning of "begin{array}{@{}l@{}}" ? thanks!

              – annie heart
              Nov 23 '18 at 0:14











            • @annieheart It builds a one left aligned column array with no padding on either side. It's the math mode analog of tabular.

              – egreg
              Nov 23 '18 at 0:18











            • thanks! happy thanks giving. How do I make your arrow ar as the doublelinearrow like Longrightarrow ?

              – annie heart
              Nov 23 '18 at 0:28














            3












            3








            3







            There are two issues: one is that Xy-pic is not able to cope with cells so big as five inches.



            However, I don't think you need a wide minipage, but rather an array; remember to brace it so as not to confuse Xy-pic.



            documentclass{article}
            usepackage{amsmath,amssymb,array}
            usepackage[all,cmtip]{xy}

            newcommand{Z}{mathbb{Z}}

            begin{document}

            xymatrix{
            & omega\
            {begin{array}{@{}l@{}}
            Delta=Z{:}\
            boxed{delta}
            end{array}}ar[ru]ar[rd]&\
            &{begin{array}{@{}l@{}}
            b=Z{:}\
            boxed{delta(g,h)}
            end{array}}
            }

            end{document}


            enter image description here






            share|improve this answer













            There are two issues: one is that Xy-pic is not able to cope with cells so big as five inches.



            However, I don't think you need a wide minipage, but rather an array; remember to brace it so as not to confuse Xy-pic.



            documentclass{article}
            usepackage{amsmath,amssymb,array}
            usepackage[all,cmtip]{xy}

            newcommand{Z}{mathbb{Z}}

            begin{document}

            xymatrix{
            & omega\
            {begin{array}{@{}l@{}}
            Delta=Z{:}\
            boxed{delta}
            end{array}}ar[ru]ar[rd]&\
            &{begin{array}{@{}l@{}}
            b=Z{:}\
            boxed{delta(g,h)}
            end{array}}
            }

            end{document}


            enter image description here







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Nov 22 '18 at 16:06









            egregegreg

            729k8819263237




            729k8819263237













            • thanks!, may I also ask, what if I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like: begin{minipage}[c]{5in} abcdefghijklmnopqrstuvwxyzend{minipage}

              – annie heart
              Nov 22 '18 at 18:05











            • @annieheart As I said, five inches is too much for Xy-pic. I don't think that minipage is the right tool anyway.

              – egreg
              Nov 22 '18 at 18:16











            • Can you explain the meaning of "begin{array}{@{}l@{}}" ? thanks!

              – annie heart
              Nov 23 '18 at 0:14











            • @annieheart It builds a one left aligned column array with no padding on either side. It's the math mode analog of tabular.

              – egreg
              Nov 23 '18 at 0:18











            • thanks! happy thanks giving. How do I make your arrow ar as the doublelinearrow like Longrightarrow ?

              – annie heart
              Nov 23 '18 at 0:28



















            • thanks!, may I also ask, what if I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like: begin{minipage}[c]{5in} abcdefghijklmnopqrstuvwxyzend{minipage}

              – annie heart
              Nov 22 '18 at 18:05











            • @annieheart As I said, five inches is too much for Xy-pic. I don't think that minipage is the right tool anyway.

              – egreg
              Nov 22 '18 at 18:16











            • Can you explain the meaning of "begin{array}{@{}l@{}}" ? thanks!

              – annie heart
              Nov 23 '18 at 0:14











            • @annieheart It builds a one left aligned column array with no padding on either side. It's the math mode analog of tabular.

              – egreg
              Nov 23 '18 at 0:18











            • thanks! happy thanks giving. How do I make your arrow ar as the doublelinearrow like Longrightarrow ?

              – annie heart
              Nov 23 '18 at 0:28

















            thanks!, may I also ask, what if I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like: begin{minipage}[c]{5in} abcdefghijklmnopqrstuvwxyzend{minipage}

            – annie heart
            Nov 22 '18 at 18:05





            thanks!, may I also ask, what if I may really need the 5 inch comment, since there is a long line of equation needs to be inserted there, like: begin{minipage}[c]{5in} abcdefghijklmnopqrstuvwxyzend{minipage}

            – annie heart
            Nov 22 '18 at 18:05













            @annieheart As I said, five inches is too much for Xy-pic. I don't think that minipage is the right tool anyway.

            – egreg
            Nov 22 '18 at 18:16





            @annieheart As I said, five inches is too much for Xy-pic. I don't think that minipage is the right tool anyway.

            – egreg
            Nov 22 '18 at 18:16













            Can you explain the meaning of "begin{array}{@{}l@{}}" ? thanks!

            – annie heart
            Nov 23 '18 at 0:14





            Can you explain the meaning of "begin{array}{@{}l@{}}" ? thanks!

            – annie heart
            Nov 23 '18 at 0:14













            @annieheart It builds a one left aligned column array with no padding on either side. It's the math mode analog of tabular.

            – egreg
            Nov 23 '18 at 0:18





            @annieheart It builds a one left aligned column array with no padding on either side. It's the math mode analog of tabular.

            – egreg
            Nov 23 '18 at 0:18













            thanks! happy thanks giving. How do I make your arrow ar as the doublelinearrow like Longrightarrow ?

            – annie heart
            Nov 23 '18 at 0:28





            thanks! happy thanks giving. How do I make your arrow ar as the doublelinearrow like Longrightarrow ?

            – annie heart
            Nov 23 '18 at 0:28











            0














            An alternative with tikz-cd.



            enter image description here



            documentclass[14pt]{article} 
            usepackage{tikz-cd,amsmath,amssymb}
            defZ{mathbb{Z}}
            begin{document}
            begin{tikzcd}[minimum width=8em]
            &hspace{-1.5cm} omega \
            begin{matrix} Delta=Z!!: & \ boxed{delta} & end{matrix}
            arrow[xshift=-4ex,yshift=1ex]{rd}arrow[xshift=-4ex,yshift=1ex]{ru}& \
            [1.5em] & hspace{-1cm}begin{matrix} b=Z!!: & \ boxed{delta(g,h)} & end{matrix}
            end{tikzcd}
            end{document}




            share




























              0














              An alternative with tikz-cd.



              enter image description here



              documentclass[14pt]{article} 
              usepackage{tikz-cd,amsmath,amssymb}
              defZ{mathbb{Z}}
              begin{document}
              begin{tikzcd}[minimum width=8em]
              &hspace{-1.5cm} omega \
              begin{matrix} Delta=Z!!: & \ boxed{delta} & end{matrix}
              arrow[xshift=-4ex,yshift=1ex]{rd}arrow[xshift=-4ex,yshift=1ex]{ru}& \
              [1.5em] & hspace{-1cm}begin{matrix} b=Z!!: & \ boxed{delta(g,h)} & end{matrix}
              end{tikzcd}
              end{document}




              share


























                0












                0








                0







                An alternative with tikz-cd.



                enter image description here



                documentclass[14pt]{article} 
                usepackage{tikz-cd,amsmath,amssymb}
                defZ{mathbb{Z}}
                begin{document}
                begin{tikzcd}[minimum width=8em]
                &hspace{-1.5cm} omega \
                begin{matrix} Delta=Z!!: & \ boxed{delta} & end{matrix}
                arrow[xshift=-4ex,yshift=1ex]{rd}arrow[xshift=-4ex,yshift=1ex]{ru}& \
                [1.5em] & hspace{-1cm}begin{matrix} b=Z!!: & \ boxed{delta(g,h)} & end{matrix}
                end{tikzcd}
                end{document}




                share













                An alternative with tikz-cd.



                enter image description here



                documentclass[14pt]{article} 
                usepackage{tikz-cd,amsmath,amssymb}
                defZ{mathbb{Z}}
                begin{document}
                begin{tikzcd}[minimum width=8em]
                &hspace{-1.5cm} omega \
                begin{matrix} Delta=Z!!: & \ boxed{delta} & end{matrix}
                arrow[xshift=-4ex,yshift=1ex]{rd}arrow[xshift=-4ex,yshift=1ex]{ru}& \
                [1.5em] & hspace{-1cm}begin{matrix} b=Z!!: & \ boxed{delta(g,h)} & end{matrix}
                end{tikzcd}
                end{document}





                share











                share


                share










                answered 3 mins ago









                SebastianoSebastiano

                11.1k42164




                11.1k42164






























                    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%2f461300%2fminipage-compatible-with-xy-matrix-what-may-be-an-alternative-fix%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

                    Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

                    (1602) Indiana Índice Designación y nombre Características orbitales Véase...

                    Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...