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

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

The Riley Riddle Mine

MaTeX, font size, and PlotLegends

Valid Badminton Score?

How could Frankenstein get the parts for his _second_ creature?

Mapping a list into a phase plot

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

Go Pregnant or Go Home

How to prove that the query oracle is unitary?

Select empty space and change color in vector

Can I convert a rim brake wheel to a disc brake wheel?

Modify casing of marked letters

Why "be dealt cards" rather than "be dealing cards"?

how to analyze "是其于主也至忠矣"

What is the intuitive meaning of having a linear relationship between the logs of two variables?

Applicability of Single Responsibility Principle

How do I rename a LINUX host without needing to reboot for the rename to take effect?

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

Was the picture area of a CRT a parallelogram (instead of a true rectangle)?

The plural of 'stomach"

What's the purpose of "true" in bash "if sudo true; then"

Star/Wye electrical connection math symbol

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

Is there a measurement for the vocal speed of a song?



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 ZmathbbZ



begindocument


xymatrix
&omega\
beginminipage[c]5in
1
endminipagear[ru]&\



xymatrix
&omega\
beginminipage[c]5in
$Delta=Z$:\
$boxeddelta$
endminipagear[ru]ar[rd]&\
&beginminipage[c]5in
$b=Z $:\
$boxeddelta(g,h)$
endminipage\




enddocument



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



beginminipage[c]5in
abcdefghijklmnopqrstuvwxyzendminipage









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 ZmathbbZ



    begindocument


    xymatrix
    &omega\
    beginminipage[c]5in
    1
    endminipagear[ru]&\



    xymatrix
    &omega\
    beginminipage[c]5in
    $Delta=Z$:\
    $boxeddelta$
    endminipagear[ru]ar[rd]&\
    &beginminipage[c]5in
    $b=Z $:\
    $boxeddelta(g,h)$
    endminipage\




    enddocument



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



    beginminipage[c]5in
    abcdefghijklmnopqrstuvwxyzendminipage









    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 ZmathbbZ



      begindocument


      xymatrix
      &omega\
      beginminipage[c]5in
      1
      endminipagear[ru]&\



      xymatrix
      &omega\
      beginminipage[c]5in
      $Delta=Z$:\
      $boxeddelta$
      endminipagear[ru]ar[rd]&\
      &beginminipage[c]5in
      $b=Z $:\
      $boxeddelta(g,h)$
      endminipage\




      enddocument



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



      beginminipage[c]5in
      abcdefghijklmnopqrstuvwxyzendminipage









      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 ZmathbbZ



      begindocument


      xymatrix
      &omega\
      beginminipage[c]5in
      1
      endminipagear[ru]&\



      xymatrix
      &omega\
      beginminipage[c]5in
      $Delta=Z$:\
      $boxeddelta$
      endminipagear[ru]ar[rd]&\
      &beginminipage[c]5in
      $b=Z $:\
      $boxeddelta(g,h)$
      endminipage\




      enddocument



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



      beginminipage[c]5in
      abcdefghijklmnopqrstuvwxyzendminipage






      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


















          4














          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.



          documentclassarticle
          usepackageamsmath,amssymb,array
          usepackage[all,cmtip]xy

          newcommandZmathbbZ

          begindocument

          xymatrix
          & omega\
          beginarray@l@
          Delta=Z:\
          boxeddelta
          endarrayar[ru]ar[rd]&\
          &beginarray@l@
          b=Z:\
          boxeddelta(g,h)
          endarray


          enddocument


          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: beginminipage[c]5in abcdefghijklmnopqrstuvwxyzendminipage

            – 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 "beginarray@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 
          usepackagetikz-cd,amsmath,amssymb
          defZmathbbZ
          begindocument
          begintikzcd[minimum width=8em]
          &hspace-1.5cm omega \
          beginmatrix Delta=Z!!: & \ boxeddelta & endmatrix
          arrow[xshift=-4ex,yshift=1ex]rdarrow[xshift=-4ex,yshift=1ex]ru& \
          [1.5em] & hspace-1cmbeginmatrix b=Z!!: & \ boxeddelta(g,h) & endmatrix
          endtikzcd
          enddocument





          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%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









            4














            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.



            documentclassarticle
            usepackageamsmath,amssymb,array
            usepackage[all,cmtip]xy

            newcommandZmathbbZ

            begindocument

            xymatrix
            & omega\
            beginarray@l@
            Delta=Z:\
            boxeddelta
            endarrayar[ru]ar[rd]&\
            &beginarray@l@
            b=Z:\
            boxeddelta(g,h)
            endarray


            enddocument


            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: beginminipage[c]5in abcdefghijklmnopqrstuvwxyzendminipage

              – 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 "beginarray@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















            4














            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.



            documentclassarticle
            usepackageamsmath,amssymb,array
            usepackage[all,cmtip]xy

            newcommandZmathbbZ

            begindocument

            xymatrix
            & omega\
            beginarray@l@
            Delta=Z:\
            boxeddelta
            endarrayar[ru]ar[rd]&\
            &beginarray@l@
            b=Z:\
            boxeddelta(g,h)
            endarray


            enddocument


            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: beginminipage[c]5in abcdefghijklmnopqrstuvwxyzendminipage

              – 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 "beginarray@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













            4












            4








            4







            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.



            documentclassarticle
            usepackageamsmath,amssymb,array
            usepackage[all,cmtip]xy

            newcommandZmathbbZ

            begindocument

            xymatrix
            & omega\
            beginarray@l@
            Delta=Z:\
            boxeddelta
            endarrayar[ru]ar[rd]&\
            &beginarray@l@
            b=Z:\
            boxeddelta(g,h)
            endarray


            enddocument


            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.



            documentclassarticle
            usepackageamsmath,amssymb,array
            usepackage[all,cmtip]xy

            newcommandZmathbbZ

            begindocument

            xymatrix
            & omega\
            beginarray@l@
            Delta=Z:\
            boxeddelta
            endarrayar[ru]ar[rd]&\
            &beginarray@l@
            b=Z:\
            boxeddelta(g,h)
            endarray


            enddocument


            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: beginminipage[c]5in abcdefghijklmnopqrstuvwxyzendminipage

              – 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 "beginarray@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: beginminipage[c]5in abcdefghijklmnopqrstuvwxyzendminipage

              – 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 "beginarray@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: beginminipage[c]5in abcdefghijklmnopqrstuvwxyzendminipage

            – 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: beginminipage[c]5in abcdefghijklmnopqrstuvwxyzendminipage

            – 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 "beginarray@l@" ? thanks!

            – annie heart
            Nov 23 '18 at 0:14





            Can you explain the meaning of "beginarray@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 
            usepackagetikz-cd,amsmath,amssymb
            defZmathbbZ
            begindocument
            begintikzcd[minimum width=8em]
            &hspace-1.5cm omega \
            beginmatrix Delta=Z!!: & \ boxeddelta & endmatrix
            arrow[xshift=-4ex,yshift=1ex]rdarrow[xshift=-4ex,yshift=1ex]ru& \
            [1.5em] & hspace-1cmbeginmatrix b=Z!!: & \ boxeddelta(g,h) & endmatrix
            endtikzcd
            enddocument





            share|improve this answer



























              0














              An alternative with tikz-cd.



              enter image description here



              documentclass[14pt]article 
              usepackagetikz-cd,amsmath,amssymb
              defZmathbbZ
              begindocument
              begintikzcd[minimum width=8em]
              &hspace-1.5cm omega \
              beginmatrix Delta=Z!!: & \ boxeddelta & endmatrix
              arrow[xshift=-4ex,yshift=1ex]rdarrow[xshift=-4ex,yshift=1ex]ru& \
              [1.5em] & hspace-1cmbeginmatrix b=Z!!: & \ boxeddelta(g,h) & endmatrix
              endtikzcd
              enddocument





              share|improve this answer

























                0












                0








                0







                An alternative with tikz-cd.



                enter image description here



                documentclass[14pt]article 
                usepackagetikz-cd,amsmath,amssymb
                defZmathbbZ
                begindocument
                begintikzcd[minimum width=8em]
                &hspace-1.5cm omega \
                beginmatrix Delta=Z!!: & \ boxeddelta & endmatrix
                arrow[xshift=-4ex,yshift=1ex]rdarrow[xshift=-4ex,yshift=1ex]ru& \
                [1.5em] & hspace-1cmbeginmatrix b=Z!!: & \ boxeddelta(g,h) & endmatrix
                endtikzcd
                enddocument





                share|improve this answer













                An alternative with tikz-cd.



                enter image description here



                documentclass[14pt]article 
                usepackagetikz-cd,amsmath,amssymb
                defZmathbbZ
                begindocument
                begintikzcd[minimum width=8em]
                &hspace-1.5cm omega \
                beginmatrix Delta=Z!!: & \ boxeddelta & endmatrix
                arrow[xshift=-4ex,yshift=1ex]rdarrow[xshift=-4ex,yshift=1ex]ru& \
                [1.5em] & hspace-1cmbeginmatrix b=Z!!: & \ boxeddelta(g,h) & endmatrix
                endtikzcd
                enddocument






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 11 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

                    acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

                    How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

                    How to remove border form elements in the last row?Targeting flex items on the last rowHow to vertically wrap content with flexbox?Remove border from IFrameCSS3's border-radius property and border-collapse:collapse don't mix. How can I use border-radius to create a collapsed table with rounded corners?Div width 100% minus fixed amount of pixelsBorder around specific rows in a table?How to remove border (outline) around text/input boxes? (Chrome)How do I remove the space between inline-block elements?Flex-box: Align last row to gridRemove blue border from css custom-styled button in ChromeFill remaining vertical space with CSS using display:flexhow style elements in the last row of flexbox row layout with pure css without js