Guest User

Untitled

a guest
Nov 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. documentclass[tikz,border=5pt]{standalone}
  2.  
  3. begin{document}
  4.  
  5. begin{tikzpicture}[node distance=1.5cm]
  6. tikzstyle{one} = [rectangle, rounded corners, minimum width=3cm, text width=8cm, minimum height=1cm, draw=black, fill=gray!30]
  7. tikzstyle{two} = [rectangle, rounded corners, minimum width=3cm, text width=8cm, minimum height=1cm, draw=black, fill=gray!30]
  8. tikzstyle{thr} = [rectangle, rounded corners, minimum width=3cm, text width=8cm, minimum height=1cm, draw=black, fill=gray!30]
  9. tikzstyle{fou} = [rectangle, rounded corners, minimum width=3cm, text width=8cm, minimum height=1cm, draw=black, fill=gray!30]
  10. tikzstyle{fiv} = [rectangle, rounded corners, minimum width=3cm, text width=6cm, text centered, minimum height=1cm, draw=black, fill=gray!30]
  11.  
  12. node (on) [one]{small (1) the combination of sound macroeconomic management};
  13. node (tw) [two,below of=on]{small (2) increased reliance on market mechanisms};
  14. node (th) [thr,below of=tw]{small (3) a strong emphasis on the delivery of social services};
  15. node (fo) [fou,below of=th]{small (4) sustained improvements in infrastructure};
  16.  
  17. node (fv) [fiv, left of=tw, yshift=-.75cm, xshift=-4cm, rotate=90]{small Macroeconomic reforms, textit{textbf{doi moi}}, implemented by the government of Vietnam, in the late 1980’s};
  18.  
  19.  
  20. draw (on.west) -| (tw.west);
  21.  
  22. end{tikzpicture}
  23.  
  24. end{document}
Add Comment
Please, Sign In to add comment