<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">It seems, that tikz is not complete on texlive2007 for Mac because I get error messages compiling the example :<div><br></div><div>.. I can't find file 'pgflibraraytikzmatrix.code.tex'</div><div><br></div><div>If I uncomment the matrix in</div><div>\usetikzlibrary{arrows,matrix}</div><div><br></div><div>then it runs trough but producing not what be expected.</div><div><br></div><div>Is this known? Or do I have to install the tkiz-package myself?</div><div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Courier; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><div><div><div><div><div>------------------------------<div>Herzliche Grüße / Best regards</div><div>Ulrich Groh</div><div>------------------------------</div></div></div></div></div><div><br></div></div></div></div></div></div></span></div><div><html>Am 09.04.2008 um 08:55 schrieb HAF MED:</html><br class="Apple-interchange-newline"><blockquote type="cite"><div>HELLO, </div> <div>&nbsp;</div> <div>yu can use pgf ex. :</div> <div>&nbsp;</div> <div>\documentclass[11pt]{article}<br>\usepackage{pgf}<br>\usepackage{tikz}<br>\usetikzlibrary{arrows,matrix}<br>\begin{document}<br>$A=\begin{array}{cc}<br>\begin{tikzpicture}<br>\matrix [matrix of math nodes,left delimiter=(,right delimiter=),<br> row 1 column 1/.style={red}<br>]<br>{<br>a_{11}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp; \node(c) {a_{12}};&nbsp;&amp; &nbsp;&nbsp;&nbsp;&amp; \node(d) {a_{1n}}; \\<br>\node(a) {a_{21}};&nbsp;&nbsp;&amp; \node(e) {a_{22}}; &nbsp;&amp;&nbsp; \cdots&nbsp;&amp; a_{2n} \\<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&amp; \vdots &nbsp;&amp;&nbsp; \ddots&nbsp;&amp; \vdots \\<br> \node(b) {a_{n1}};&nbsp;&nbsp;&amp; a_{n2}&nbsp;&amp; \cdots &nbsp;&amp; \node(f) {a_{nn}}; \\<br>};<br>\draw [red,thick] (e.north west) rectangle (f.south east);<br>\draw [-,red,very thick] (a.north) -- (b.south);<br>\draw [-,red,very thick] (c.west) -- (d.east);<br> \end{tikzpicture}&nbsp; \\<br>\end{array}$<br>\end{document}<br><br>&nbsp;</div> <div><span class="gmail_quote">2008/4/9, Will Robertson &lt;<a href="mailto:wspr81@gmail.com">wspr81@gmail.com</a>>:</span> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><span class="q">On 09/04/2008, at 3:37 PM, Yaniv Hollander wrote:<br> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px; BORDER-LEFT: #ccc 1px solid"><br>Does anybody know how I can combine drawings into matrices in Latex? For example, lets say I want to present a symmetric matrix, and I want to put a triangular containing the word 'SYM' above the cells of the lower triangular of the matrix. Is it possible to do such a thing?<br> </blockquote><br></span>I'm not really sure what you mean, I'm afraid. It might be be better to ask this sort of non-XeTeX specific question in a more general group like texhax or comp.text.tex...<br><span class="sg"><br> Will</span><br>_______________________________________________<br>XeTeX mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:postmaster@tug.org">postmaster@tug.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br> <br><br clear="all"></blockquote></div><br> _______________________________________________<br>XeTeX mailing list<br><a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>http://tug.org/mailman/listinfo/xetex<br></blockquote></div><br></div></body></html>