Rev. | 15f980ef1741e026eb5da352232f6767a65334de |
---|---|
Größe | 1,359 Bytes |
Zeit | 2018-11-01 03:02:20 |
Autor | Lorenzo Isella |
Log Message | A self-contained real-life example about using smartdiagrams for my work. |
\documentclass[border=10pt]{standalone}
\usepackage{smartdiagram,capt-of}
\usesmartdiagramlibrary{additions}
\begin{document}
% \vskip 30mm\par
\smartdiagramset{
circular distance=36mm,
back arrow disabled = true,
text width=60mm,
module y sep = 5cm,
module minimum width=35mm,
module minimum height=15mm,
module shape=rectangle,
arrow tip=to,
uniform arrow color=true,
arrow color=gray!50!black,
border color=black,
uniform color list=white for 6 items}
\smartdiagram[flow diagram]{(1): Retrieve WTO list of active FTAs{,}
signataries and date of entry into force of each agreement., (2): For
all the available years determine which trade flows among WTO
members are under FTAs and which are not (e.g. for year 2014
EU--Korea is under an FTA{,} but not in 2008) ,
(3): Fix a time interval (e.g. 2010-2017) and select \underline{only} the trade
flows that are either always or never under FTAs the whole
period (do not consider any trade flow which changes its status due to
an FTA signed in the period under scrutiny), (4): Aggregate the values of the trade flows at point
(3) and calculate the growth rate of the trade covered by FTAs and
outside FTAs along the period under scrutiny }
% \smartdiagram[flow diagram]{hgfbbjkf , ifreuhgwefiu , oweuihfoi}
\end{document}