• 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évision15f980ef1741e026eb5da352232f6767a65334de (tree)
l'heure2018-11-01 03:02:20
AuteurLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Message de Log

A self-contained real-life example about using smartdiagrams for my work.

Change Summary

Modification

diff -r 9c3289d3eacc -r 15f980ef1741 latex-documents/smart-diagram-new.tex
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/latex-documents/smart-diagram-new.tex Wed Oct 31 19:02:20 2018 +0100
@@ -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+