13.11.2015 Views

my Latex and Tex4ht cheat sheet

my Latex cheat sheet - 12000.org

my Latex cheat sheet - 12000.org

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

\documentclass{article}<br />

\input{commonlatex}<br />

\usepackage{tikz}<br />

\newcomm<strong>and</strong>{\MyChair}{<br />

\draw[fill=blue!15,thick] plot coordinates<br />

{(-2,-1)(-2,1)(-1,2)(2,3)(3,2)(3,-2)(2,-3)(-1,-2)};<br />

\draw[fill=blue!15,thick] plot coordinates<br />

{(-2.5,-1)(-2.5,1)(-3.25,2)(-3.25,-2)};<br />

}<br />

\begin{document}<br />

\begin{tikzpicture} [scale=0.125,smooth cycle]<br />

\foreach \row in {1,2,...,10}<br />

{<br />

\foreach \col in {1,2,...,4}<br />

{<br />

\begin{scope}[xshift=\row cm,yshift=\col 10 cm]<br />

\MyChair<br />

\end{scope}<br />

}<br />

}<br />

\end{tikzpicture}<br />

\end{document}<br />

4.7 How to make aligned math inside a node?<br />

see http://tex.stackexchange.com/questions/1342/aligned-equations-inside-of-tikz-node<br />

4.8 trees with tikz?<br />

1. examples http://mvngu.wordpress.com/2011/03/31/typeset-trees-using-tikzpgf/<br />

4.9 more tikz examples<br />

84

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!