Revisão | 15f980ef1741e026eb5da352232f6767a65334de (tree) |
---|---|
Hora | 2018-11-01 03:02:20 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
A self-contained real-life example about using smartdiagrams for my work.
@@ -0,0 +1,42 @@ | ||
1 | +\documentclass[border=10pt]{standalone} | |
2 | +\usepackage{smartdiagram,capt-of} | |
3 | +\usesmartdiagramlibrary{additions} | |
4 | +\begin{document} | |
5 | + | |
6 | + % \vskip 30mm\par | |
7 | + \smartdiagramset{ | |
8 | + circular distance=36mm, | |
9 | + back arrow disabled = true, | |
10 | + text width=60mm, | |
11 | + module y sep = 5cm, | |
12 | + module minimum width=35mm, | |
13 | + module minimum height=15mm, | |
14 | + module shape=rectangle, | |
15 | + arrow tip=to, | |
16 | + uniform arrow color=true, | |
17 | + arrow color=gray!50!black, | |
18 | + border color=black, | |
19 | + uniform color list=white for 6 items} | |
20 | + | |
21 | + | |
22 | + | |
23 | +\smartdiagram[flow diagram]{(1): Retrieve WTO list of active FTAs{,} | |
24 | + signataries and date of entry into force of each agreement., (2): For | |
25 | + all the available years determine which trade flows among WTO | |
26 | + members are under FTAs and which are not (e.g. for year 2014 | |
27 | + EU--Korea is under an FTA{,} but not in 2008) , | |
28 | + (3): Fix a time interval (e.g. 2010-2017) and select \underline{only} the trade | |
29 | + flows that are either always or never under FTAs the whole | |
30 | + period (do not consider any trade flow which changes its status due to | |
31 | + an FTA signed in the period under scrutiny), (4): Aggregate the values of the trade flows at point | |
32 | + (3) and calculate the growth rate of the trade covered by FTAs and | |
33 | + outside FTAs along the period under scrutiny } | |
34 | + | |
35 | + | |
36 | +% \smartdiagram[flow diagram]{hgfbbjkf , ifreuhgwefiu , oweuihfoi} | |
37 | + | |
38 | + | |
39 | + | |
40 | + | |
41 | +\end{document} | |
42 | + |