2011年9月18日 星期日

[Latex] tikz draw picture


\usepackage{tikz}



\begin{tikzpicture}[scale=2.5]

\tikzstyle{every node}=[draw,shape=rectangle];

\path (0:0cm) node (Template) {a.Template};

\path (0:1cm) node (www) {b.www};

\path (0:2cm) node (resource) {c.resource};

\draw [->] (Template) to (www);

\draw [->] (www) to (resource);

\end{tikzpicture}

Related Posts:

  • [tex] 行距\documentclass[12pt,a4paper]{article}\begin{document}%欲更改全文之行距,有幾個方法。譬如,若行距要放大為內定值之1.15倍,可使用以下的指令%%\renewcommand{\baselinestretch}{1.15}%%\linespread{… Read More
  • [tex][pic] insert pic (jpg) \documentclass[12pt, a4paper]{article} \usepackage{graphicx}%----要加入這個才有圖型的效果----% (   NO [dvips]   ) \begin{document} Must … Read More
  • [tex][pic][template] pic template \documentclass[12pt, a4paper]{article} \oddsidemargin=-1cm %%更改版面 \topmargin =-2cm \footskip = 5cm \usepackage{graphicx}%----要加入這個才有圖型的效果----% \newco… Read More
  • [texmaker] cwtex makerTexmaker -- This is a good tool for cwtex.… Read More
  • [tex] equation number is one , how to reference it\documentclass[12pt,a4paper]{article}\renewcommand{\figurename}{圖}\usepackage[dvips]{graphicx}\begin{document}\begin{equation}\label{weight_value}w(i,… Read More

0 意見:

張貼留言