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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

\documentclass{st<strong>and</strong>alone}<br />

\usepackage{tikz}<br />

\begin{document}<br />

\begin{tikzpicture}<br />

\path[draw] (0,0) rectangle (2,1);<br />

\end{tikzpicture}<br />

\end{document}<br />

PDF<br />

\documentclass{st<strong>and</strong>alone}<br />

\usepackage{tikz}<br />

\begin{document}<br />

\begin{tikzpicture}<br />

\path[fill,draw] (0,0) rectangle (2,1);<br />

\end{tikzpicture}<br />

\end{document}<br />

PDF<br />

\documentclass{st<strong>and</strong>alone}<br />

\usepackage{tikz}<br />

\begin{document}<br />

\begin{tikzpicture}<br />

\path[shade,draw] (0,0) rectangle (2,1);<br />

\end{tikzpicture}<br />

\end{document}<br />

PDF<br />

\documentclass{st<strong>and</strong>alone}<br />

\usepackage{tikz}<br />

\begin{document}<br />

\begin{tikzpicture}<br />

\path[shade,top color=yellow!80!black,<br />

bottom color=white,draw] (0,0) rectangle (2,1);<br />

\end{tikzpicture}<br />

\end{document}<br />

PDF<br />

87

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

Saved successfully!

Ooh no, something went wrong!