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











up vote
4
down vote

favorite
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




























    up vote
    4
    down vote

    favorite
    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


























      up vote
      4
      down vote

      favorite
      2









      up vote
      4
      down vote

      favorite
      2






      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 yesterday

























      asked yesterday









      annie heart

      1394




      1394






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote













          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
            yesterday










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










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










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










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











          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',
          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

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          3
          down vote













          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
            yesterday










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










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










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










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















          up vote
          3
          down vote













          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
            yesterday










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










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










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










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













          up vote
          3
          down vote










          up vote
          3
          down vote









          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 yesterday









          egreg

          699k8518593129




          699k8518593129












          • 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
            yesterday










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










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










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










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


















          • 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
            yesterday










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










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










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










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
















          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
          yesterday




          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
          yesterday












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




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












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




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












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




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












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




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


















           

          draft saved


          draft discarded



















































           


          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

          サソリ

          広島県道265号伴広島線

          Accessing regular linux commands in Huawei's Dopra Linux