26 lines
747 B
TeX
26 lines
747 B
TeX
\documentclass[border=10pt]{standalone}
|
|
\usepackage{smartdiagram,bm,physics,tcolorbox}
|
|
\usepackage{tgchorus}
|
|
\usepackage[T1]{fontenc}
|
|
\begin{document}
|
|
\begin{minipage}{\textwidth}
|
|
\centering
|
|
%\begin{tcolorbox}[boxrule=1mm,width=0.3\textwidth,colback=green!40]
|
|
%{\Large \bf Hierarchy CI}
|
|
%\end{tcolorbox}
|
|
\smartdiagramset{
|
|
circular distance=3.75cm,
|
|
font=\Large,
|
|
text width=4.2cm,
|
|
set color list={red!40,blue!40,green!40}}
|
|
\smartdiagram[circular diagram:clockwise]{
|
|
Excitation degree $e$\\
|
|
\includegraphics[width=\textwidth]{table_exc_full},
|
|
Seniority number $s$\\
|
|
\includegraphics[width=\textwidth]{table_sen_full},
|
|
Hierarchy parameter $h = \frac{e + s/2}{2}$ \\
|
|
\includegraphics[width=\textwidth]{table_hCI}
|
|
}
|
|
\end{minipage}
|
|
\end{document}
|