✨
This commit is contained in:
@@ -543,18 +543,18 @@
|
||||
|
||||
\newcommand\Derived[2]{\noindent
|
||||
\begin{tikzpicture}
|
||||
\node[chamfered rectangle, draw, thick, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}] (named) {
|
||||
\tikz\node[label={[chamfered rectangle, draw, thick, fill=charblue, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}, font=\tiny\tn\color{white}, minimum height=4mm, minimum width=17mm]above: \uppercase{#1}}] (inner) {\large\tn #2};
|
||||
};
|
||||
\node[chamfered rectangle, draw, thick, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}] (named) {
|
||||
\tikz\node[label={[chamfered rectangle, draw, thick, fill=charblue, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}, font=\tiny\tn\color{white}, minimum height=4mm, minimum width=17mm]above: \uppercase{#1}}] (inner) {\large\tn #2};
|
||||
};
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
||||
\newcommand\DerivedSplit[3]{\noindent
|
||||
\begin{tikzpicture}
|
||||
\draw[ultra thick] (0.88,-0.2) -- (0.88,-1.11);
|
||||
\node[chamfered rectangle, draw, thick, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}] (named) {
|
||||
\tikz\node[label={[chamfered rectangle, draw, thick, fill=charblue, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}, font=\tiny\tn\color{white}, minimum height=4mm, minimum width=17mm]above:\uppercase{#1}}] (inner) {\large\tn #2\hspace{18pt}#3};
|
||||
};
|
||||
\draw[ultra thick] (0.88,-0.2) -- (0.88,-1.11);
|
||||
\node[chamfered rectangle, draw, thick, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}] (named) {
|
||||
\tikz\node[label={[chamfered rectangle, draw, thick, fill=charblue, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}, font=\tiny\tn\color{white}, minimum height=4mm, minimum width=17mm]above:\uppercase{#1}}] (inner) {\large\tn #2\hspace{18pt}#3};
|
||||
};
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user