• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision71715816f52ef6a4beccfb74e860eef460e3a5b0 (tree)
l'heure2017-08-25 21:08:37
AuteurLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Message de Log

Some improvements and fine tuning of the width of the box and the text inside.

Change Summary

Modification

diff -r 99039ad335f9 -r 71715816f52e latex-documents/coicop_diagram.tex
--- a/latex-documents/coicop_diagram.tex Fri Aug 25 13:34:35 2017 +0200
+++ b/latex-documents/coicop_diagram.tex Fri Aug 25 14:08:37 2017 +0200
@@ -4,8 +4,11 @@
44 \usetikzlibrary{trees} % this is to allow the fork right path
55 % \usepackage[landscape]{geometry}
66 \usepackage{xcolor}
7-\usepackage[a3paper]{geometry}
7+ % \usepackage[paperheight=30cm, paperwidth=20cm]{geometry}
88
9+\usepackage[a4paper]{geometry}
10+
11+
912 \begin{document}
1013
1114 \pagenumbering{gobble}% Remove page numbers (and reset to 1)
@@ -15,31 +18,32 @@
1518
1619 %%%% Careful!!! I need a space before closing any bracket ] to the right!!!
1720
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]
2125 \tikzset{edge from parent/.style=
2226 {thick, draw, edge from parent fork down},
2327 every tree node/.style=
24- {draw,minimum width=1in,text width=1in,align=center}}
28+ {draw,minimum width=3in,text width=3in,align=center}}
2529 \Tree [.{COICOP (Classification of Individual COnsumption by
2630 Purpose)} % \edge node[auto=right] {COICOP-CPA
2731 % correspondence table from United Nations};
2832 [.{CPA (statistical Classification of Products by Activity)}
2933 % \edge node[auto=right] {CPA-HS2007 correspondence table from
3034 % 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
3640 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
3842 household consumption } {
3943 \underline{Final Outcome:} HS codes
4044 for imports primarily for household consumption for the years 2012-2016} ] ] ] ]] ]
4145 \end{tikzpicture}
42-
46+\end{figure}
4347
4448
4549