• R/O
  • SSH

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修訂c822477e5d617d897680cae9ec9d37ee9f9e55df (tree)
時間2017-10-30 19:40:18
作者Lorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

I added another example of diagram made in latex.

Change Summary

差異

diff -r e5d6bc430e3d -r c822477e5d61 latex-documents/hs92.tex
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/latex-documents/hs92.tex Mon Oct 30 11:40:18 2017 +0100
@@ -0,0 +1,63 @@
1+\documentclass{article}
2+% \usepackage{tikz}
3+\usepackage{tikz-qtree}
4+\usetikzlibrary{trees} % this is to allow the fork right path
5+% \usepackage[landscape]{geometry}
6+\usepackage{xcolor}
7+ % \usepackage[paperheight=30cm, paperwidth=20cm]{geometry}
8+
9+\usepackage[a4paper]{geometry}
10+
11+
12+\begin{document}
13+
14+\pagenumbering{gobble}% Remove page numbers (and reset to 1)
15+\clearpage
16+\thispagestyle{empty}
17+
18+
19+%%%% Careful!!! I need a space before closing any bracket ] to the right!!!
20+
21+\begin{figure}
22+\centering
23+\begin{tikzpicture}[ grow'=down,level distance=1.5in,
24+ sibling distance=.1in]
25+\tikzset{edge from parent/.style=
26+ {thick, draw, edge from parent fork down, {->}},
27+ every tree node/.style=
28+ {draw,minimum width=1in,text width=3in,align=center}}
29+ \Tree [.{In-house data on \textcolor{red}{ad valorem tariffs on industrial
30+ products in the late 80's} at the 8 and 10 digit level} % \edge node[auto=right] {COICOP-CPA
31+ % correspondence table from United Nations};
32+ [.{Calculate a simple average of the ad valorem tariffs at
33+ the 6 digit level (HS 1992 nomenclature)}
34+ % \edge node[auto=right] {CPA-HS2007 correspondence table from
35+ % United Nations};
36+ [.{Correspondence table between HS 1992 and HS 2012 nomenclature} % \edge
37+ % node[auto=right] {An extra step is needed to cover the
38+ % period 2012-2016 (see the left branch below)};
39+ % [.{Use BEC (Broad Economic Categories) to identify imports primarily for
40+ % household consumption} {\underline{Final Outcome:} HS codes
41+ % for imports primarily for household consumption for the years 2007-2011} ]
42+ [.{\textcolor{red}{Ad valorem equivalent tariffs on the industrial products applied
43+ to the HS 2012 nomenclature} based on
44+ late 80's tariffs} % [% .{Use BEC (Broad Economic Categories) to identify imports primarily for
45+ % % household consumption }
46+ % {
47+ % \underline{Final Outcome:} HS codes
48+ % for imports primarily for household consumption for the years 2012-2016} ]
49+ ] ]] ]
50+\end{tikzpicture}
51+\end{figure}
52+
53+
54+
55+
56+
57+
58+
59+\end{document}
60+%%% Local Variables:
61+%%% mode: latex
62+%%% TeX-master: t
63+%%% End: