Graphics, Figures & Tablesxypic | Reduce Gaps in Matrix

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
lylylytc
Posts: 1
Joined: Thu Sep 20, 2012 6:10 pm

xypic | Reduce Gaps in Matrix

Post by lylylytc »

My codes generation exceed the edge of the page? How to shrink the gaps?

Code: Select all

\begin{displaymath}
\xymatrix{
&&&&\prod_{RESP, BUDGET}\\
&&&&\cup\ar[u]\\
&\sigma_{PNO}\ar[urrr]&\sigma_{PNO}\ar[urr]&\sigma_{PNO}\ar[ur]&\sigma_{PNO}\ar[u]&\sigma_{PNO}\ar[ul]&\sigma_{PNO}\ar[ull]&\\
PROJ1\ar[ur]&ASG1\ar[u]&PROJ1\ar[ur]&ASG1\ar[u]&PROJ1\ar[ur]&ASG1\ar[u]&PROJ1\ar[ur]&ASG1\ar[u]\\
}
\end{displaymath}
Last edited by localghost on Thu Sep 20, 2012 6:26 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

xypic | Reduce Gaps in Matrix

Post by localghost »

Packages like pgf/tikZ or pst-tree are much more flexible in producing such trees.


Best regards and welcome to the board
Thorsten
RossMoore
Posts: 3
Joined: Sun Jan 11, 2015 10:34 pm

xypic | Reduce Gaps in Matrix

Post by RossMoore »

Easy:

Code: Select all

\xymatrix @C-10pt{   
Post Reply