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{st<strong>and</strong>alone}<br />

\usepackage{tikz}<br />

\usetikzlibrary{trees}<br />

\begin{document}<br />

\tikzset{level 1/.style={sibling distance=2cm},<br />

level 2/.style={sibling distance=1cm}}<br />

\begin{tikzpicture}<br />

\node {A}<br />

[edge from parent fork down]<br />

child {node {B}<br />

child {node {B1}}<br />

}<br />

child {node {C}<br />

child {node {C1}}<br />

child {node {C2}}<br />

child {node {C3}}<br />

}<br />

;<br />

\end{tikzpicture}<br />

\end{document}<br />

PDF<br />

89

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

Saved successfully!

Ooh no, something went wrong!