Révision | 71715816f52ef6a4beccfb74e860eef460e3a5b0 (tree) |
---|---|
l'heure | 2017-08-25 21:08:37 |
Auteur | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
Some improvements and fine tuning of the width of the box and the text inside.
@@ -4,8 +4,11 @@ | ||
4 | 4 | \usetikzlibrary{trees} % this is to allow the fork right path |
5 | 5 | % \usepackage[landscape]{geometry} |
6 | 6 | \usepackage{xcolor} |
7 | -\usepackage[a3paper]{geometry} | |
7 | + % \usepackage[paperheight=30cm, paperwidth=20cm]{geometry} | |
8 | 8 | |
9 | +\usepackage[a4paper]{geometry} | |
10 | + | |
11 | + | |
9 | 12 | \begin{document} |
10 | 13 | |
11 | 14 | \pagenumbering{gobble}% Remove page numbers (and reset to 1) |
@@ -15,31 +18,32 @@ | ||
15 | 18 | |
16 | 19 | %%%% Careful!!! I need a space before closing any bracket ] to the right!!! |
17 | 20 | |
18 | - | |
19 | -\begin{tikzpicture}[ grow'=down,level distance=1.25in, | |
20 | - sibling distance=.25in] | |
21 | +\begin{figure} | |
22 | +\centering | |
23 | +\begin{tikzpicture}[ grow'=down,level distance=1.5in, | |
24 | + sibling distance=.2in] | |
21 | 25 | \tikzset{edge from parent/.style= |
22 | 26 | {thick, draw, edge from parent fork down}, |
23 | 27 | every tree node/.style= |
24 | - {draw,minimum width=1in,text width=1in,align=center}} | |
28 | + {draw,minimum width=3in,text width=3in,align=center}} | |
25 | 29 | \Tree [.{COICOP (Classification of Individual COnsumption by |
26 | 30 | Purpose)} % \edge node[auto=right] {COICOP-CPA |
27 | 31 | % correspondence table from United Nations}; |
28 | 32 | [.{CPA (statistical Classification of Products by Activity)} |
29 | 33 | % \edge node[auto=right] {CPA-HS2007 correspondence table from |
30 | 34 | % United Nations}; |
31 | - [.{HS 2007 (Harmonised System, 2007, 6 digits)} \edge | |
32 | - node[auto=right] {An extra step is needed to cover the | |
33 | - period 2012-2016 (see the left branch below)}; | |
34 | - [[.{BEC (Broad Economic Categories), goods primarily for | |
35 | - household consumption } {\underline{Final Outcome:} HS codes | |
35 | + [.{HS 2007 (Harmonised System, 2007, 6 digits)} % \edge | |
36 | + % node[auto=right] {An extra step is needed to cover the | |
37 | + % period 2012-2016 (see the left branch below)}; | |
38 | + [[.{Use BEC (Broad Economic Categories) to identify imports primarily for | |
39 | + household consumption} {\underline{Final Outcome:} HS codes | |
36 | 40 | for imports primarily for household consumption for the years 2007-2011} ] |
37 | - [.{HS 2012 (Harmonised System, 2012, 6 digits )} [.{BEC, goods primarily for | |
41 | + [.{HS 2012 (Harmonised System, 2012, 6 digits )} [.{Use BEC (Broad Economic Categories) to identify imports primarily for | |
38 | 42 | household consumption } { |
39 | 43 | \underline{Final Outcome:} HS codes |
40 | 44 | for imports primarily for household consumption for the years 2012-2016} ] ] ] ]] ] |
41 | 45 | \end{tikzpicture} |
42 | - | |
46 | +\end{figure} | |
43 | 47 | |
44 | 48 | |
45 | 49 |