Dataset Viewer
sketch_image
imagewidth (px) 338
1.02k
| tikz_code
stringlengths 346
5.83k
| tool
stringclasses 3
values | uri
stringlengths 21
79
|
---|---|---|---|
\documentclass[tikz,border=3.14mm]{book}
\usepackage{tikz}
\usepackage{amsfonts}
\usepackage{amssymb}
\newcommand{\x}[1]{\mathbb{#1}}
\begin{document}
\begin{tikzpicture}[font=\sffamily, scale=0.9]
\foreach \X/\col [count=\N, evaluate=\N as \Y using 7-\N] in {Real $\x{R}$\\{$\pi,e,\ln2$}/blue, Real algebraic $\x{A}$\\{$\sqrt{5}, \varphi, \sqrt[3]{2}+\sqrt{3}$}/green, Rational $\x{Q}$\\{$-\frac{1}{2}, .7, .3\overline{3}$}/yellow, Integers $\x{Z}$\\{$-5,0,12$}/orange, Natural $\x{N}$\\{$1,2,3$}/red}
{\draw[fill=\col!30] (-\Y,-\Y/2) circle ({1.5*\Y} and \Y);
\node[align=center] at (1-2*\Y,-1.1*\Y) {\X}; }
\draw ([xshift=-0.5cm,yshift=-0.5cm]current bounding box.south west)
rectangle ([xshift=0.5cm,yshift=0.5cm]current bounding box.north east);
\node[anchor=south] at (current bounding box.north) {Types of numbers};
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/653841 |
|
\documentclass[11pt,letterpaper]{amsart}
\usepackage{comment,amsmath,amssymb,amsthm,changepage,pifont,
graphicx,tikz,soul,xcolor,longtable,mathtools}
\usetikzlibrary{patterns}
\usetikzlibrary{decorations.pathreplacing}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\begin{document}
\begin{tikzpicture}
\draw [->] (-1,0)--(6,0);
\draw [->] (0,-1)--(0,3);
\draw [thick] (0,0)--(0,2)--(1,2)--(5,0)--(0,0);
\draw [fill=black] (0,0) circle (0.08);
\draw [fill=black] (5,0) circle (0.08);
\draw [fill=black] (0,2) circle (0.08);
\draw [fill=black] (1,2) circle (0.08);
\node at (-0.5,-0.3) {\small $(0,0)$};
\node at (-0.5,2.2) {\small $(0,d)$};
\node at (1.5,2.2) {\small $(c,d)$};
\node at (5.6,0.4) {\small $(c + de,0)$};
\node at (1.2,0.8) {\small $\Delta_{c,d,e}$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2201.06322 |
|
\documentclass[10pt,journal,compsoc]{IEEEtran}
\usepackage{amsmath}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,quotes,positioning,calc,fit,backgrounds}
\tikzset{
database/.style={
path picture={
\draw (0, 1.5*\database@segmentheight) circle [x radius=\database@radius,y radius=\database@aspectratio*\database@radius];
\draw (-\database@radius, 0.5*\database@segmentheight) arc [start angle=180,end angle=360,x radius=\database@radius, y radius=\database@aspectratio*\database@radius];
\draw (-\database@radius,-0.5*\database@segmentheight) arc [start angle=180,end angle=360,x radius=\database@radius, y radius=\database@aspectratio*\database@radius];
\draw (-\database@radius,1.5*\database@segmentheight) -- ++(0,-3*\database@segmentheight) arc [start angle=180,end angle=360,x radius=\database@radius, y radius=\database@aspectratio*\database@radius] -- ++(0,3*\database@segmentheight);
},
minimum width=2*\database@radius + \pgflinewidth,
minimum height=3*\database@segmentheight + 2*\database@aspectratio*\database@radius + \pgflinewidth,
},
database segment height/.store in=\database@segmentheight,
database radius/.store in=\database@radius,
database aspect ratio/.store in=\database@aspectratio,
database segment height=0.1cm,
database radius=0.25cm,
database aspect ratio=0.35,
}
\begin{document}
\begin{tikzpicture}[node distance = 0.7cm , yscale=0.5,
,line/.style={draw, -latex'},
test/.style=%
{%
ellipse, draw, text width=4em, text centered, rounded
corners, minimum height=3em, minimum width=3em
},
trace/.style=%
{%
rectangle, draw, text width=6em, text centered, rounded
corners, minimum height=4em, minimum width=4em
},
model/.style=%
{%
rectangle, draw, fill=gray!20, text width=6em, text centered, rounded
corners, minimum height=4em, minimum width=4em
},
outer/.style={draw=gray,dashed,fill=green!1,thick,inner sep=5pt },
drawtext/.style={opacity=0.0,text opacity=1, minimum height=4em},
miner/.style=%
{%
rectangle, draw, text width=8em, text centered, minimum height=4em, minimum width=4em
}]
\node[test] (program) {API Usage};
\node[trace, right = of program] (novelty_detector) {Novelty Detector};
\node[below = of novelty_detector, yshift=5] (reject) {Reject};
\node[model, right= of novelty_detector] (classifier) {Classifier};
\node[below = of classifier, yshift=5] (classification) {C/M};
\path [line] (program) -- (novelty_detector) ;
\path [line] (novelty_detector) -- (classifier) ;
\path [line] (novelty_detector) -- (reject) ;
\path [line] (classifier) -- (classification) ;
\begin{pgfonlayer}{background}
\node[outer,fit=(classifier) (novelty_detector)] (background_0) {};
\end{pgfonlayer}
\node[drawtext,text width=4cm, above= of background_0, xshift=1.5cm, yshift=-1cm] {Classification Module};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2204.09945 |
|
\documentclass[11pt,a4paper]{article}
\usepackage{tikz}
\usepackage{amssymb}
\usepackage{amsmath}
\usetikzlibrary{positioning, automata}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{snakes}
\tikzset{snake it/.style={decorate, decoration=snake}}
\begin{document}
\begin{tikzpicture}[
level 1/.style={sibling distance=3cm},
level 2/.style={sibling distance=1.5cm}]
\node[circle,draw] (Root) [ fill=red, red] {}
child {
node[circle,draw, blue] (l) {}
child { node[circle,draw, fill=red, red](ll) {}
child { node[circle,draw, blue] (p) {} }
child { node[circle,draw, blue] (pl) {} }
}
child { node[circle,draw, blue](lr) {}
child { node[circle,draw, blue] (plr) {} }
}
}
child {
node[circle,draw, fill=red, red] (r) {}
child { node[circle,draw, blue] (rl) {}}
child { node[circle,draw, blue] (rr) {} }
};
\node [right=0.05cm of p] {0};
\node [right=0.1cm of Root] {$2, dim(t)=2$};
\node [right=0.05cm of l] {1};
\node [right=0.05cm of r] {1};
\node [right=0.05cm of ll] {1};
\node [right=0.05cm of lr] {0};
\node [right=0.05cm of pl] {0};
\node [right=0.05cm of plr] {0};
\node [right=0.05cm of rl] {0};
\node [right=0.05cm of rr] {0};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2012.03567 |
|
\documentclass[a4paper, onecolumn]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz,pgf}
\usepackage{color}
\usetikzlibrary{trees}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{patterns}
\usetikzlibrary{quotes,angles}
\usetikzlibrary{snakes}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usetikzlibrary{calc}
\usetikzlibrary{intersections}
\usetikzlibrary{trees}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{patterns}
\tikzset{
global scale/.style={
scale=#1,
every node/.append style={scale=#1}},
photon/.style={decorate, decoration={snake}, draw=red},
nucleon/.style={draw=black, postaction={decorate},
decoration={markings,mark=at position .55 with{\arrow[draw=black]{>}}}},
pion/.style={draw=blue, postaction={decorate},
decoration={markings,mark=at position .55 with{\arrow[draw=blue]{}}}},
}
\begin{document}
\begin{tikzpicture}[global scale = 0.5]
\draw[->](-8,0)to(8,0);
\draw[->](0,-2)to(0,2);
\draw[ultra thick, blue](-8,0)to (0,0);
\draw[ultra thick, blue](1,0)to (7,0);
\node[above] at (7,0){\LARGE\(s_R\)};
\node[above] at (1,0){\LARGE\(s_L\)};
\draw (4.8,0) circle (0.1);
\fill[red](4.8,0) circle (0.1);
\node[above] at (4.8,0.1){\(m_N^2\)};
\draw (2.8,0) circle (0.1);
\fill[red](2.8,0) circle (0.1);
\node[above] at (2.8,0.1){\(m_N^2-Q^2\)};
\draw[ultra thick, blue](2.8,1)to (2.8,2);
\draw[ultra thick, blue](2.8,-1)to (2.8,-2);
\node[right] at (2.8,1){\(\Delta\)};
\node[right] at (2.8,-1){\(\Delta^\dagger\)};
\node[below] at (8,0){\(\mathrm{Re}(s)\)};
\node[left] at (0,2){\(\mathrm{Im}(s)\)};
\node[below] at (-0.2,0){\LARGE\(0\)};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2101.12576 |
|
\documentclass[11pt, a4paper, UKenglish]{article}
\usepackage{tikz}
\usetikzlibrary{patterns}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{bending}
\usepackage{tikz-cd}
\usetikzlibrary{calc, intersections}
\usepackage{amssymb}
\usepackage{amsmath}
\begin{document}
\begin{tikzpicture}
\draw (-2,2)..controls (-0.5,1.3) and (0.5,1.1).. (2,1);
\draw (-2,0)--(2,0);
\draw[dashed] (-1,0)--(-1,1.6);
\draw[dashed] (1,0)--(1,1.1);
\draw (-1,0.2)--(-0.8,0.2)--(-0.8,0) (1,0.2)--(1.2,0.2)--(1.2,0);
\draw (1,0.9) arc [radius=0.2,start angle=-90,end angle=-190];
\node[left] at(-2,0) {$\alpha_2$};
\node[left] at (-2,2) {$\alpha_1$};
\node[below left] at (0.9,1.1) {$\theta_t$};
\node[right] at (1,0.5) {$\beta_t$};
\node[below] at (-1,0) {$A$};
\node[below] at (1,0) {$B_t$};
\node[above] at (1,1.1) {$C_t$};
\node[above] at (-1,1.6) {$D$};
\draw (-1,1.4) arc [radius=0.2,start angle=-90,end angle=-200];
\node[below left] at (-1.05,1.55) {$\theta_{t_0}$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2111.10585 |
|
\documentclass[11pt,a4paper]{article}
\usepackage{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{color}
\usepackage{tcolorbox}
\usepackage{tikz}
\usetikzlibrary{
decorations.pathreplacing,
calligraphy,
shapes,
shapes.geometric,
shapes.symbols,
shapes.arrows,
shapes.multipart,
shapes.callouts,
shapes.misc}
\pgfdeclarelayer{bg}
\pgfsetlayers{bg,main}
\begin{document}
\begin{tikzpicture}[
hid/.style 2 args={
rectangle split,
rectangle split horizontal,
scale=0.75,
draw=#2,
rectangle split parts=#1,
fill=#2!50,
outer sep=0.6mm}]
\fontfamily{epigrafica}
\small
% draw input nodes
\foreach \i [count=\step from 1] in {the,movie,was,good}
\node (i\step) at (1.5*\step, -3.8) {\emph\i};
% draw class outputs
\node[hid={1}{gray}] (o0) at (3.75, 0) {};
% draw embedding and hidden layers
\foreach \step in {1,...,4} {
\node[hid={1}{black},] (a\step) at (1.5*\step, -1.2) {};
\node[hid={3}{red}] (eh\step) at (1.5*\step, -2.1) {};
\node[hid={4}{blue}] (e\step) at (1.5*\step, -3) {};
% draw edges
\begin{pgfonlayer}{bg}
\draw[->] (i\step.north) -> (e\step.south);
\draw[->] (e\step.north) -> (eh\step.south);
\draw[->] (eh\step.north) -> (o0.south);
\draw[->, color=red] (a\step.north) -> (o0.south);
\end{pgfonlayer}
}
% labels
\node[anchor=west] at (-1.0, 0) {Prediction Score};
\node[anchor=west] at (-1.0, -1.0) {Weights};
\node[anchor=west] at (-1.0, -1.4) {(Imposed)};
\node[anchor=west] at (-1.0, -2.1) {Affine};
\node[anchor=west] at (-1.0, -3) {Embedding};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/1908.04626 |
|
\documentclass[11pt]{amsart}
\usepackage[dvipsnames]{xcolor}
\usepackage{tikz}
\usepackage{tikz-cd}
\usepackage{amsthm,amsfonts,amsmath,amscd,amssymb}
\usepackage{xcolor,float}
\begin{document}
\begin{tikzpicture}
\pgfmathsetmacro{\A}{1.732}
\pgfmathsetmacro{\a}{.866}
\draw[blue,thick] (1-1,\A+1/\A)--(1,\A)--(1+1,\A+1/\A);
\draw[blue,thick] (0-1,0+1/\A)--(0,0)--(0+1,0+1/\A);
\draw[blue,thick] (2-1,0+1/\A)--(2,0)--(2+1,0+1/\A);
\draw[blue,thick] (2-\a,0+.5)--(2,0)--(2+\a,0+.5);
\draw[blue,thick] (0,0)--(0,-2/\A);
\draw[blue,thick] (2,0)--(2,-2/\A);
\draw[blue,thick] (1,\A)--(1,\A-2/\A);
\draw[red,thick] (1,\A-2/\A)--(1,\A-2/\A-\A);
\draw[red,thick] (0+1,0+1/\A)--(0+1+1.5,0+1/\A+\a);
\draw[red,thick] (0+1,0+1/\A)--(0+1-1.5,0+1/\A+\a);
\node[blue] at (0,0) {$\bullet$};
\node[blue] at (2,0) {$\bullet$};
\node[blue] at (1,\A) {$\bullet$};
\node at (3,-.4) {$(a,A)$};
\node at (-1,-.4) {$(c,C)$};
\node at (1,\A+.8) {$(b,B)$};
\node[rotate=30] at (3.3,1.3) {$(a,ab)$};
\node[rotate=30] at (2.6,2) {$(b,ab)$};
\node[rotate=-30] at (-1,1.2) {$(c,bc)$};
\node[rotate=-30] at (-.6,2) {$(b,bc)$};
\node[rotate=-90] at (.5,-1.4) {$(c,ac)$};
\node[rotate=-90] at (1.5,-1.4) {$(a,ac)$};
\draw[purple,thick] (1,1/\A) ellipse (1.4 and 1.4);
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2007.04943 |
|
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{patterns,shapes.misc,decorations.markings}
\tikzset{
cross/.style={path picture={\draw[black]
(path picture bounding box.south east) -- (path picture bounding box.north west)
(path picture bounding box.south west) -- (path picture bounding box.north east);}}
}
\begin{document}
\begin{tikzpicture}[decoration={
markings,
mark=at position 0.45 with \arrow[red]{>},
mark=at position 0.55 with \arrowreversed[red]{>}
}]
\def\radius{1}
\node at (-2.2*\radius,0) {$\displaystyle \partial_k \Gamma_k \; = \; \frac{1}{2}$};
\draw[thick,postaction={decorate}] (0,0) circle (\radius);
\node[above left,red] at (360*0.45:\radius) {$-p$};
\node[below left,red] at (360*0.55:\radius) {$p$};
\draw[fill=white,cross] (-\radius,0) circle (0.2*\radius) node[right=4] {$\partial_k R_k$};
\draw[fill=white,postaction={pattern=north east lines}] (\radius,0) circle (0.25*\radius) node[right=4] {$\bigl[\Gamma_k^{(2)} + R_k\bigr]^{-1}$};
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/384402 |
|
\documentclass[11pt]{article}
\usepackage{amsmath,amsfonts,amssymb,amsthm}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary{patterns}
\usetikzlibrary{arrows}
\begin{document}
\begin{tikzpicture}[scale=1]
\filldraw[gray] (0,0) circle (.1);
\draw[->] (-1,0)--(-.58,.78);
\draw[->] (-.5,.866)--(.4,.866);
\draw[->] (.5,.866)--(.92,.08);
\draw[->] (1,0)--(.58,-.78);
\draw[->] (.5,-.866)--(-.4,-.866);
\draw[->] (-.5,-.866)--(-.92,-.08);
\filldraw (-1,0) circle (.1);
\filldraw (-.5,.866) circle (.1);
\filldraw (.5,.866) circle (.1);
\filldraw (1,0) circle (.1);
\filldraw (.5,-.866) circle (.1);
\filldraw (-.5,-.866) circle (.1);
\draw[gray,->] (0,0) -- (-1.299,.75);
\draw[gray,->] (0,0) -- (0,1.5);
\draw[gray,->] (0,0) -- (1.299,.75);
\draw[gray,->] (0,0) -- (1.299,-.75);
\draw[gray,->] (0,0) -- (0,-1.5);
\draw[gray,->] (0,0) -- (-1.299,-.75);
\node at (.3,0) {$v'$};
\node at (1.6,.9) {$u'$};
\node at (-1.35,0) {$w_1$};
\node at (-.675,1.1691) {$w_2$};
\node at (.675,1.1691) {$w_3$};
\node at (1.35,0) {$w_4$};
\node at (.675,-1.1691) {$w_5$};
\node at (-.675,-1.1691) {$w_6$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/1704.00765 |
|
\documentclass{article}
\usepackage{geometry}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usepackage{subcaption}
\newsavebox{\tempbox}
\begin{document}
% store the biggest picture
% so that we can measure it
\sbox{\tempbox}{%
\begin{tikzpicture}[grow=right]
\node {X}
child { node {R} }
child { node {R}
child { node {A} }
child { node {A}
child { node {P} }
child { node {P} }
child { node {P} }
}
child { node {A} }
}
child { node {R} };
\end{tikzpicture}%
}
\begin{figure}[!htb]
\centering
\begin{subfigure}{.33\textwidth}
\centering
\vbox to\ht\tempbox{%
\vfill
\begin{tikzpicture}[grow=right]
\node (R1) {X};
\node (P1) [right=45pt of R1] {P};
\draw (R1) to (P1);
\end{tikzpicture}
\vfill
}
\caption{caption}
\end{subfigure}%
\begin{subfigure}{.33\textwidth}
\centering
\vbox to\ht\tempbox{%
\vfill
\begin{tikzpicture}[grow=right]
\node {A} child { node {P} } ;
\end{tikzpicture}
\vfill
}
\caption{other caption}
\end{subfigure}%
\begin{subfigure}{.33\textwidth}
\centering
% use the save box
\usebox{\tempbox}
\caption{more caption}
\end{subfigure}
\end{figure}
\end{document} | paper | https://tex.stackexchange.com/a/104481 |
|
\documentclass{article}
\usepackage{amsmath,amsfonts,tikz,amsthm}
\usepackage[colorlinks,bookmarksopen,bookmarksnumbered,citecolor=red,urlcolor=red]{hyperref}
\begin{document}
\begin{tikzpicture}
\begin{scope}%
\node (A) at (0,0) [text width=0.6cm,rectangle,thick,draw,rounded corners=1.5ex] {$A_1$};
\node (B) at (0,-1) [text width=0.6cm,rectangle,thick,draw,rounded corners=1.5ex] {$A_2$};
\node (C) at (-1,-2.5) [text width=0.6cm,rectangle,thick,draw,rounded corners=1.5ex] {$A_3$};
\node (D) at (1,-2) [text width=0.6cm,rectangle,thick,draw,rounded corners=1.5ex]{$A_4$};
\node (E) at (1,-3)[text width=0.6cm,rectangle,thick,draw,rounded corners=1.5ex] {$A_5$};
\node (F) at (0,-4) [text width=0.6cm,rectangle,thick,draw,rounded corners=1.5ex]{$A_6$};
\node (G) at (0,-5)[text width=0.6cm,rectangle,thick,draw,rounded corners=1.5ex] {$A_7$};
\end{scope}
\path [->] (A) edge[thick,->] (B);
\path [->] (B) edge[thick,->] (C);
\path [->](B) edge [thick,->] (D);
\path [->](C) edge [thick,->] (F);
\path [->](D) edge [thick,->] (E);
\path [->](E) edge [thick,->] (F);
\path [->](F) edge [thick,->] (G);
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2104.12710 |
|
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz}
\usepackage{pgfplots}
\usepgfplotslibrary{fillbetween}
\usetikzlibrary{shapes,arrows,positioning}
\usetikzlibrary{calc, automata, chains, arrows.meta}
\usetikzlibrary{math}
\usetikzlibrary{matrix, positioning, fit}
\newcommand{\G}{\mathcal{G}}
\begin{document}
\begin{tikzpicture}[font=\ttfamily,
mymatrix/.style={matrix of nodes, nodes=typetag, row sep=1em},
mycontainer/.style={draw=gray, inner sep=1ex},
typetag/.style={circle,draw=gray, inner sep=1ex, anchor=west},
title/.style={draw=none, color=black, inner sep=0pt},myarrowR/.style={-Stealth,thick,bend right,black},
myarrowL/.style={-Stealth,thick,bend left,black}
]
\matrix[mymatrix] (mx1) {
$v_s$ & |[title]|$\quad$ &
$v^r_1$ &|[title]|$\quad$ & |[title]|$\cdots$ &|[title]|$\quad$ & $v^r_R$ &|[title]|$\quad$ &$v_e$\\
};
\matrix[mymatrix, below=4cm of mx1, matrix anchor=center] (mx2) {
$v_i$ &|[title]|$\quad$ & |[title]|$\cdots$ &|[title]|$\quad$ & $v_j$\\
|[title]|$\vdots$ & |[title]|$\quad$& &|[title]|$\quad$ & |[title]|$\vdots$\\
$v_k$ &|[title]|$\quad$ & |[title]|$\cdots$ &|[title]|$\quad$ & $v_l$\\
};
\node[mycontainer, fit=(mx1)] {};
\node[mycontainer, fit=(mx2)] {};
\draw[myarrowR,red](mx1-1-1)edge(mx2);
\draw[myarrowR,orange](mx1-1-3)edge(mx2);
\draw[myarrowR,orange](mx2)edge(mx1-1-3);
\draw[myarrowR,orange](mx1-1-5)edge(mx2);
\draw[myarrowR,orange](mx2)edge(mx1-1-5);
\draw[myarrowL,orange](mx1-1-7)edge(mx2);
\draw[myarrowL,orange](mx2)edge(mx1-1-7);
\draw[myarrowR,blue](mx2)edge(mx1-1-9);
\draw[myarrowR,very thin](mx2-1-1)edge(mx2-1-3);
\draw[myarrowR,very thin](mx2-1-3)edge(mx2-1-1);
\draw[myarrowR,very thin](mx2-1-3)edge(mx2-1-5);
\draw[myarrowR,very thin](mx2-1-5)edge(mx2-1-3);
\draw[myarrowR,very thin](mx2-3-1)edge(mx2-3-3);
\draw[myarrowR,very thin](mx2-3-3)edge(mx2-3-1);
\draw[myarrowR,very thin](mx2-3-3)edge(mx2-3-5);
\draw[myarrowR,very thin](mx2-3-5)edge(mx2-3-3);
\draw[myarrowR,very thin](mx2-1-1)edge(mx2-2-1);
\draw[myarrowR,very thin](mx2-2-1)edge(mx2-1-1);
\draw[myarrowR,very thin](mx2-2-1)edge(mx2-3-1);
\draw[myarrowR,very thin](mx2-3-1)edge(mx2-2-1);
\draw[myarrowR,very thin](mx2-1-5)edge(mx2-2-5);
\draw[myarrowR,very thin](mx2-2-5)edge(mx2-1-5);
\draw[myarrowR,very thin](mx2-2-5)edge(mx2-3-5);
\draw[myarrowR,very thin](mx2-3-5)edge(mx2-2-5);
\node[gray,above=2mm of mx1]{$\text{Depot}$};
\node[gray,below=2mm of mx2]{Graph $\G^{sp}$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2109.08114 |
|
\documentclass[10pt]{article}
\usepackage{amsmath}
\usepackage{mathtools,amssymb,latexsym}
\usepackage{tikz}
\usetikzlibrary{shapes,shapes.multipart, calc,matrix,arrows,arrows,positioning,automata}
\tikzset{
%Define standard arrow tip
>=stealth',
%Define style for boxes
punkt/.style={
circle,
rounded corners,
draw=black, thick, %very thick,
text width=1.5em,
minimum height=2em,
text centered},
punkts/.style={
circle,
rounded corners,
draw=black, thick, %very thick,
text width=1em,
minimum height=1em,
text centered},
invisible/.style={
draw=none,
text width=1.5em,
minimum height=0em,
text centered},
inv/.style={
draw=none,
text width=2.5em,
minimum height=3em,
text centered},
% Define arrow style
pil/.style={
->,
thick,
shorten <=2pt,
shorten >=2pt,}
}
\usepackage{color}
\newcommand{\ypop}[1]{#1_-}
\newcommand{\ypush}[1]{#1_+}
\begin{document}
\begin{tikzpicture}[node distance=1cm, auto,scale=.6,inner sep=1pt]
\node[ initial by arrow, initial text={}, punkt] (q0) {$\bar{s_0}$};
\node[punkt, inner sep=1pt,right=2.5cm of q0] (q1) {$\bar{s_1}$};
\node[punkt, inner sep=1pt,below right=1.5cm of q0] (q2) {$\bar{s_2}$};
\node[punkt, accepting, inner sep=1pt,below=3cm of q1] (q3) {$err$};
\path (q0) edge [ pil, bend left=30]
node[pil,above]{$b/\ypop{A}$} (q1);
\path (q2) edge [ pil, bend left=30]
node[pil,right]{$b/\ypop{A}$} (q1);
\path (q1) edge [ pil, bend left=30]
node[pil,right]{$b/\ypop{A}$} (q2);
\path (q0) edge [loop above] node {$a/\ypush{A}$} (q0);
\path (q1) edge [loop above] node {$a/\ypush{A}$} (q1);
\path (q0) edge [ pil, bend right=40]
node[pil,above right]{$x/\ypop{A}$} (q2);
\path (q2) edge [ pil, bend right=40]
node[pil,above right]{$a/\ypush{A}$} (q0);
\path (q2) edge [ pil, right=30]
node[pil,pos=.35,above right]{$x/\ypop{A}$} node[pil,below left]{$b/\ypop{\bot}$} (q3);
\path (q2) edge [ pil, right=30]
node[pil,pos=.65,above right]{$x/\ypop{\bot}$} node[pil,below left]{$b/\ypop{\bot}$} (q3);
\path (q1) edge [ pil, bend left=50]
node[pil,pos=.3,right]{$x/\ypop{A}$} (q3);
\path (q1) edge [ pil, pos=.5,bend left=50]
node[pil,right]{$x/\ypop{\bot}$} (q3);
\path (q1) edge [ pil, pos=.7,bend left=50]
node[pil,right]{$b/\ypop{\bot}$} (q3);
\path (q0) edge [ pil, bend right=50]
node[pil,pos=.45, below left]{$b/\ypop{\bot}$} (q3);
\path (q0) edge [ pil, bend right=50]
node[pil,pos=.55,below left]{$x/\ypop{\bot}$} (q3);
\path (q3) edge [ loop below]
node[pil]{$a/\ypush{A},b/\ypop{A},x/\ypop{A},b/\ypop{\bot},x/\ypop{\bot}$} (q3);
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2107.11421 |
|
\documentclass[tikz, margin=3mm]{standalone}
\usetikzlibrary{arrows.meta,
chains,
positioning,
shapes.geometric
}
% for fancy looks of data storages
\begin{document}
\begin{tikzpicture}[
node distance = 5mm and 7mm,
start chain = going right,
disc/.style = {shape=cylinder, draw, shape aspect=0.3,
shape border rotate=90,
text width=17mm, align=center, font=\linespread{0.8}\selectfont},
mdl/.style = {shape=ellipse, aspect=2.2, draw},
alg/.style = {draw, align=center, font=\linespread{0.8}\selectfont}
]
\begin{scope}[every node/.append style={on chain, join=by -Stealth}]
\node (n1) [disc] {Training\\ data};
\node (n2) [alg] {Learning\\ algorithm};
\node (n3) [mdl] {Model};
\node (n4) [disc] {Test\\ data};
\node (n3) [mdl] {Accuracy};
\end{scope}
\node[below=of n2] {Step 1: Training};
\node[below=of n4] {Step 2: Tresting};
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/368510 |
|
\documentclass[margin=3mm]{standalone}
\usepackage{tikz}
\usetikzlibrary{positioning,chains,fit,shapes,calc}
\begin{document}
\begin{tikzpicture}[
node distance = 6mm,
V/.style = {circle, fill, minimum size= 4pt, % <--- vertice size
inner sep= 0pt, outer sep=2pt, on chain},
F/.style = {ellipse, draw, fit=#1, inner xsep=-2pt, text width=12mm},
]
% the vertices of U_1
\begin{scope}[start chain = going below]
\foreach \i in {1,2,...,3}
\node[V] (f\i) [label=left: \i] {};
\end{scope}
% the vertices of U_2
\begin{scope}[shift={(33mm,-3mm)}, start chain = going below]
\foreach \i in {4,5}
\node[V] (s\i) [label=right: \i] {};
\end{scope}
% the set U_1
\node [F=(f1) (f3), label=above:$U_1$] {};
% the set U_2
\node [F=(s4) (s5), label=above:$U_2$] {};
% the edges
\draw[red] (f1) -- (s4)
(f3) -- (s5);
\draw (f1) -- (s5)
(f3) -- (s4);
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/628591 |
|
\documentclass[tikz, border=1cm]{standalone}
\usetikzlibrary{calc,decorations.pathreplacing,arrows.meta}
\newif\ifdrawdimlineleft
\newif\ifdrawdimlineright
\tikzset{dimlabel distance/.initial=5mm,
vertical lines extend/.initial=5mm,
vertical dim line/.style={gray,thin},
dim arrow line/.style={latex-latex,thin},
dim label/.style={},
left dimline/.is if=drawdimlineleft,
left dimline=true,
right dimline/.is if=drawdimlineright,
right dimline=true,
indicate dimensions/.style={decorate,decoration={
show path construction,
lineto code={
\draw[dim arrow line]
($ (\tikzinputsegmentfirst)!\pgfkeysvalueof{/tikz/dimlabel distance}!-90:(\tikzinputsegmentlast) $) -- ($ (\tikzinputsegmentlast)!\pgfkeysvalueof{/tikz/dimlabel distance}!90:(\tikzinputsegmentfirst) $)
\ifx#1\empty
\else
node[midway,sloped,fill=white,dim label]{#1}
\fi;
\ifdrawdimlineleft
\draw[vertical dim line] (\tikzinputsegmentfirst) --
($ (\tikzinputsegmentfirst)!\pgfkeysvalueof{/tikz/vertical lines
extend}!-90:(\tikzinputsegmentlast) $);
\fi
\ifdrawdimlineright
\draw[vertical dim line] (\tikzinputsegmentlast) --
($ (\tikzinputsegmentlast)!\pgfkeysvalueof{/tikz/vertical lines extend}!90:(\tikzinputsegmentfirst) $);
\fi
}}}}
\begin{document}
\begin{tikzpicture}[font=\sffamily,
plotmark/.style = {%
draw, fill=red, circle, inner sep=0pt, minimum size=4pt
}
]
\begin{scope}[local bounding box=basic]
\coordinate (A) at (0,0);
\coordinate (B) at (5,3);
\draw[postaction={indicate dimensions={label}}] (A)--(B);
\node[plotmark, label={above:$A$}] at (A) {};
\node[plotmark, label={above:$B$}] at (B) {};
\end{scope}
\node at (basic.north) {basic application};
%
\begin{scope}[xshift=6cm,local bounding box=no left]
\coordinate (A) at (0,0);
\coordinate (B) at (5,3);
\draw[postaction={indicate dimensions={label},left dimline=false}] (A)--(B);
\node[plotmark, label={above:$A$}] at (A) {};
\node[plotmark, label={above:$B$}] at (B) {};
\end{scope}
\node at (no left.north) {omit a vertical line};
%
\begin{scope}[yshift=-6cm,local bounding box=no label]
\coordinate (A) at (0,0);
\coordinate (B) at (5,3);
\draw[postaction={indicate dimensions=\empty}] (A)--(B);
\node[plotmark, label={above:$A$}] at (A) {};
\node[plotmark, label={above:$B$}] at (B) {};
\end{scope}
\node at (no label.north) {omit label};
%
\begin{scope}[xshift=6cm,yshift=-6cm,local bounding box=change arrow]
\coordinate (A) at (0,0);
\coordinate (B) at (5,3);
\draw[postaction={indicate dimensions={label},
dim arrow line/.style={Bar-Circle,thin}}] (A)--(B);
\node[plotmark, label={above:$A$}] at (A) {};
\node[plotmark, label={above:$B$}] at (B) {};
\end{scope}
\node at (change arrow.north) {change arrow appearance};
%
\begin{scope}[yshift=-12cm,local bounding box=no line]
\coordinate (A) at (0,0);
\coordinate (B) at (5,3);
\draw[postaction={indicate dimensions={label},dim arrow
line/.style={opacity=0},dim label/.style={opacity=1}}] (A)--(B);
\node[plotmark, label={above:$A$}] at (A) {};
\node[plotmark, label={above:$B$}] at (B) {};
\end{scope}
\node at (no line.north) {omit arrow};
%
\begin{scope}[xshift=6cm,yshift=-12cm,local bounding box=no slope]
\coordinate (A) at (0,0);
\coordinate (B) at (5,3);
\draw[postaction={indicate dimensions={label},
dim label/.style={sloped=false}}] (A)--(B);
\node[plotmark, label={above:$A$}] at (A) {};
\node[plotmark, label={above:$B$}] at (B) {};
\end{scope}
\node at (no slope.north) {don't slope the label};
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/468144 |
|
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{automata, positioning}
\begin{document}
\begin{minipage}[b]{\textwidth}
\centering
\begin{tikzpicture}[node distance=15mm, auto]
% first automaton
\node[state,initial] (sA) {$A$};
\node[state,accepting] (sB) [right of=sA] {$B$};
\path[->] (sA) edge[loop below] node {$0$} ()
(sA) edge[bend left] node {$1$} (sB)
(sB) edge[bend left] node {$0$} (sA);
\end{tikzpicture}
\vspace{1em}
\begin{tikzpicture}[node distance=15mm, auto]
% second automaton
\node[state,initial] (s0) [below=15mm of sA] {$s_0$};
\node[state] (s1) [right of=s0] {$s_1$};
\node[state,accepting] (s2) [right of=s1] {$s_2$};
\path[->] (s0) edge node {$a$} (s1)
(s1) edge node {$b$} (s2);
\end{tikzpicture}
\end{minipage}
\end{document} | paper | https://tex.stackexchange.com/a/110034 |
|
\documentclass[11pt]{amsart}
\usepackage{amsmath,amsthm,amssymb, amscd,color}
\usepackage{tikz}
\usepackage{tikz-cd}
\usetikzlibrary{decorations.pathmorphing}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
\begin{tikzpicture}[scale=.7]
\draw (0,0)--(2,0)--(1,1.5)--cycle;
\node at (0,0) {$\bullet$};
\node at (2,0) {$\bullet$};
\node at (1,1.5) {$\bullet$};
\node[left] at (0,0) {$v_0$};
\node [right] at (2,0) {$v_1$};
\node[above] at (1,1.5) {$v_2$};
\node [above] at (1,-.75) {$F_2$};
\node[right] at (1.4, .8) {$F_0$};
\node[left] at (.6,.8) {$F_1$};
\begin{scope}[xshift=150]
\draw (0,0)--(0,2);
\node at (0,0) {$\bullet$};
\node at (0,2) {$\bullet$};
\node[right] at (0,0) {$v_0=F_1$};
\node [right] at (0,2) {$v_1=F_0$};
\end{scope}
\end{tikzpicture}
\end{document} | tablet | https://arxiv.org/abs/2112.01469 |
|
\documentclass[tikz, margin=3mm]{standalone}
\usetikzlibrary{automata,
positioning, quotes}% <-- added libraries
\begin{document}
\begin{tikzpicture}[
> = stealth, % arrow head style
shorten > = 1pt, % don't touch arrow head to node
auto,
node distance = 3cm,% distance between nodes
semithick, % edge thick
]
\node[state] (y1) {$y_1$};
\node[state] (y2) [right=of y1] {$y_2$};
\node[state] (y3) [right=of y2] {$y_3$};
\node[state] (x1) [above=of y1] {$x_1$};
\node[state] (x2) [above=of y2] {$x_2$};
\node[state] (x3) [above=of y3] {$x_3$};
\path[->] (x1) edge ["$5$"] (y1)
(y1) edge [pos=0.3, "$-8$"] (x2)
(x1) edge [pos=0.3, "$ 4$"] (y2)
(x2) edge ["$3$"] (y2)
(x2) edge [pos=0.3, "$ 3$"] (y3)
(y2) edge [pos=0.3, "$-6$"] (x3)
(x3) edge ["$3$"] (y3);
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/379842 |
|
\documentclass[11pt]{article}
\usepackage[
bookmarks=true,
bookmarksnumbered=true,
bookmarksopen=true,
pdfborder={0 0 0},
breaklinks=true,
colorlinks=true,
linkcolor=black,
citecolor=black,
filecolor=black,
urlcolor=black,
]{hyperref}
\usepackage{xcolor}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing,angles,quotes}
\begin{document}
\begin{tikzpicture}[scale=4]
\draw (0,0)--(1,0)--(0.5,0.86)--(0,0);
\filldraw[gray] (0,0)--(0.6,0)--(0.2,0.344);
\node at (0.2,0.15) {$A$};
\node[below] at (0,0) {$\omega_1=(0,0)$};
\node[below] at (1,0) {$\omega_2=(1,0)$};
\node[above] at (0.5,0.86) {$\omega_3=(\frac{1}{2},\frac{\sqrt{3}}{2})$};
\filldraw (0.6,0) circle(0.01);
\node[below] at (0.6,0) {$E=(e,0)$};
\filldraw (0.2,0.344) circle(0.01);
\node[left] at (0.2,0.344) {$D=(d,\sqrt{3}d)$};
\filldraw (0.5,0.29) circle(0.01);
\node[above] at (0.5,0.29) {$\mu=(\frac{1}{2},\frac{\sqrt{3}}{6})$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2105.13870 |
|
\documentclass[border=3.14mm,tikz]{standalone}
\usetikzlibrary{positioning}
\usepackage{bussproofs}
\EnableBpAbbreviations
\begin{document}
\begin{tikzpicture}
% start with the box
\node (box) at (2,2) [rectangle,draw] {
\AXC{$D_i$}
\UIC{$f:\Gamma_1 , A , B , \Gamma_2 \vdash \Delta $}
\DisplayProof
};
% add the rest relative to the box
\node[above=1.5cm of box] (t) [circle,draw,inner sep = 0pt] {$\otimes$};
% as you are working with labels, you could replace the nodes by coordinates
\path (box.north west) -- (box.north east) coordinate[pos=0.25] (t1)
coordinate[pos=0.75] (t2) coordinate[pos=0.02] (t0) coordinate[pos=0.98] (t3);
\draw (t0) -- ++(0,3cm) coordinate[label = above: $\Gamma_1$] (g1){};
\draw (t3) -- ++(0,3cm) coordinate[label = above: $\Gamma_2$] (g2){};
\node[above=2.5cm of box] (atb) [label = above: $A \otimes B$] {};
\node[below=1.5cm of box] (d) [label=below:$\Delta$] {};
\draw (atb) to (t) ;
\draw (t) to [out = 225, in = 90,looseness=1.2] (t1);
\draw (t) to [out = 315, in = 90,looseness=1.2] (t2);
\draw (box) to (d) ;
\end{tikzpicture}
\end{document} | tablet | https://tex.stackexchange.com/a/431177 |
|
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[colorlinks,citecolor=blue]{hyperref}
\usepackage{amsfonts,amsmath,amssymb,amsthm}
\usepackage{tikz,tkz-euclide,pgfplots}
\usetikzlibrary{calc,patterns}
\usetikzlibrary{arrows,shapes,positioning}
\begin{document}
\begin{tikzpicture}
\fill[gray!20] (0,0) -- (0,1) --+ (30:1) -- (30:2);
\fill[gray!20] (0,0) -- (-30:1) --+ (30:1) -- (30:2);
\fill[gray!20] (0,0) -- (0,1) --+ (150:1) -- (150:2);
\fill[gray!20] (0,0) -- (210:1) --+ (150:1) -- (150:2);
\draw[very thick] (0,0) -- (0,1) --+ (30:1) -- (30:2);
\draw[very thick] (0,0) -- (-30:1) --+ (30:1) -- (30:2);
\draw[very thick] (0,1) --+ (150:1) -- (150:2);
\draw[very thick] (0,0) -- (210:1) --+ (150:1) -- (150:2);
\draw [thick, ->] (30:2) arc (60:90:1.5);
\draw [thick, ->] (150:2) arc (180:210:1.5);
\fill (30:2) circle (0.07);
\fill (150:2) circle (0.07);
\draw [thick, ->] (0.15,1) -- (0.15,0);
\draw [thick, ->] (-0.15,0) -- (-0.15,1);
\node at (30:1) {$2$};
\node at (150:1) {$1$};
\node[rotate = -90] at (0.35,0.5) {\scriptsize{$(2,3)$}};
\node[rotate = 90] at (-0.35,0.5) {\scriptsize{$(1,4)$}};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2210.08234 |
|
\documentclass{llncs}
\usepackage{pgf}
\usepackage{tikz}
\usetikzlibrary{arrows,automata}
\usepackage{amsmath}
\usepackage[utf8]{inputenc}
\usepackage{amssymb}
\usepackage{tikz}
\usetikzlibrary{trees}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{shapes.multipart}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{calc}
\usetikzlibrary{positioning}
\usetikzlibrary{fit}
\usetikzlibrary{backgrounds}
\pgfkeys{/pgf/rectangle split parts=10}
\begin{document}
\begin{tikzpicture}
[auto,
blockbl/.style ={rectangle, draw=black, thick, fill=white!20,
text centered, rounded corners,
minimum height=1em
},
blockb/.style ={rectangle, draw=blue, thick, fill=blue!20,
text width=2em, text centered, rounded corners,
minimum height=1em
},
blockr/.style ={rectangle, draw=red, thick, fill=red!20,
text centered, rounded corners,
minimum height=1em
},
blockg/.style ={rectangle, draw=gray!20, thick, fill=gray!20,
text width=2em, text centered, rounded corners,
minimum height=1em
},
blockw/.style ={rectangle, draw=blue, thick, fill=white!20,
text centered, rounded corners,
minimum height=1em
},
blockbw/.style ={rectangle, draw=blue, thick, fill=white!20,
text centered, rounded corners,
minimum height=10em
},
blocke/.style ={rectangle, draw=white, thick, fill=white!20,
text centered, rounded corners,
minimum height=1em
},
group/.style ={fill=gray!20, node distance=10mm},
ggroup/.style ={fill=red!5, node distance=10mm},
igroup/.style ={fill=red!15, node distance=10mm},
line/.style ={draw=black, -latex'},
lineb/.style ={draw=blue, -latex'},
liner/.style ={draw=red, -latex'},
lineg/.style ={draw=green, -latex'},
thickline/.style ={draw, thick, double, -latex', }
]
\node (r0) at (0,5) [blocke] {$\rho$:};
\node (a0) at (2,4) [blockbl] {$i$};
\node (b0) at (3,6) [blockbl] {$j: \forall x. R(j,x)$};
\node (c0) at (4,4) [blockbl] {$k$};
\node (A0) at (9,5) [blockw] {$add_C(i,A);$};
\begin{pgfonlayer}{background}
\node [group, fit=(a0) (b0) (c0)] (G0) {};
\end{pgfonlayer}
\path (a0) edge [-latex'] node {$R$} (b0);
\path (a0) edge [-latex'] node {$R$} (c0);
\path (b0) edge [-latex'] node {$R$} (c0);
\path (G0) edge [double,-latex] node {} (A0);
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/1803.02776 |
|
\documentclass[a4paper,11pt]{elsarticle}
\usepackage{amscd,amsmath,amsthm,amsfonts}
\usepackage{amssymb,color,amsbsy}
\usepackage{tikz}
\usetikzlibrary{decorations.pathmorphing}
\usepackage[pagebackref=true, bookmarksopen=true,colorlinks=true, linkcolor=red,citecolor=blue]{hyperref}
\usepackage{tikz-cd}
\usepackage{tkz-graph}
\usetikzlibrary{arrows}
\begin{document}
\begin{tikzpicture}[scale=0.6,commutative diagrams/every diagram]
%Vertices y sus etiquetas y loops al arco
\node[white] at (13,3.62) {\textcolor{black}{$
\begin{matrix}
\textcolor{blue}{R(8,6,0)}&\textcolor{blue}{ =} & \textcolor{blue}{ \{0,6,4,2\} }\\
{} & {} & {} \\
R(8,6,1) & = & \{1,7,5,3\} \\
\end{matrix}$
}};
\node[draw,blue,circle,scale=0.6] (a) at (0,7.24) {0} edge [blue,loop above] node {$a$} ();
\node[draw,circle,scale=0.6] (b) at (3,7.24) {1} edge [loop above] node {$a$} ();
\node[draw,blue,circle,scale=0.6] (c) at (5.12,5.12) {2} edge [blue,loop right] node {$a$} ();
\node[draw,circle,scale=0.6] (d) at (5.12,2.12) {3} edge [loop right] node {$a$} ();
\node[draw,blue,circle,scale=0.6] (e) at (3,0) {4} edge [blue,loop below] node {$a$} ();
\node[draw,circle,scale=0.6] (f) at (0,0) {5} edge [loop below] node {$a$} ();
\node[draw,blue,circle,scale=0.6] (g) at (-2.12,2.12) {6} edge [blue,loop left] node {$a$} ();
\node[draw,circle,scale=0.6] (h) at (-2.12,5.12) {7} edge [loop left] node {$a$} ();
\begin{scope}[commutative diagrams/.cd, every arrow, every label]
%Lados dirigidos y sus etiquetas
\draw[blue] (c) to node (aux) {$b$} (a);
\draw[blue] (e) to node (aux) {$b$} (c);
\draw[blue] (g) to node (aux) {$b$} (e);
\draw[blue] (a) to node (aux) {$b$} (g);
\draw (d) to node (aux) {$b$} (b);
\draw (f) to node (aux) {$b$} (d);
\draw (h) to node (aux) {$b$} (f);
\draw (b) to node (aux) {$b$} (h);
\end{scope}
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2008.04769 |
|
\documentclass[tikz, margin=3mm]{standalone}
\usetikzlibrary{arrows.meta,
chains,
fit,
positioning,
quotes}
\makeatletter
\tikzset{suspend join/.code = \def\tikz@after@path{}}
\makeatother
\begin{document}
\begin{tikzpicture}[auto=right,
node distance = 5mm and 5mm,
start chain = going below,
ard/.style = {semithick, densely dotted,-Stealth},
arr/.style = {semithick, rounded corners=3mm, -Stealth},
box/.style = {draw, fill=#1,
minimum height=2em, minimum width=4em,
font=\large},
FIT/.style = {draw, green, fit=#1},
]
%% nodes
\begin{scope}[nodes={box=green!30, on chain}]
\node (b1) {b1};
\node (b2) {b2};
\node (b3) {b3};
\node (br1) [right=of b1] {br1};
\node (br2) [right=of b2] {br1};
\node (br3) [right=of b3] {br1};
\end{scope}
\begin{scope}[nodes={box=red!30, on chain, join=by ard}]
\node (CX1) [suspend join,
left=of b1] {CX};
\node (CX2) {CX};
\node (CX3) {CX};
%
\node (CXr1) [suspend join,
right = 0.5cm of br1] {CX};
\node (CXr2) {CX};
\node (CXr3) {CX};
\end{scope}
%
\node (fL) [FIT=(CX1) (b3), label=A] {};
\node (fR) [FIT=(CXr1)(br3), label=B] {};
%
\node (pool1) [box=green!30, below=of fL] {\shortstack{x \\c}};
\node (poolr1) [box=green!30, below=of fR] {\shortstack{x \\x}};
%%
\foreach\i in {1,2,3}
{
\draw[arr] (b\i) -- (CX\i);
\draw[arr] (br\i) -- (CXr\i);
}
%%
\begin{scope}[every path/.style = {arr}]
\draw (CX1.west) to ["f"] ++ (-9mm,0) |- ([yshift=-4pt] pool1.west);
\draw (CX2.west) to ["g"] ++ (-5mm,0) |- (pool1.west);
\draw (CX3.west) -- ++ (-3mm,0) |- ([yshift= 4pt] pool1.west);
%
\draw (CXr1.east) to ["h" '] ++ (7mm,0) |- ([yshift=-4pt] poolr1.east);
\draw (CXr2.east) -- ++ (5mm,0) |- (poolr1.east);
\draw (CXr3.east) -- ++ (3mm,0) |- ([yshift= 4pt] poolr1.east);
\end{scope}
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/567165 |
|
\documentclass[border=0.125cm]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc, fit, positioning, quotes}% new libraries
\begin{document}
\tikzset{
every neuron/.style={rectangle, draw, minimum size=8mm},
layer labels/.style={above, align=center},
cercle/.style={circle,draw,fill=black!25,minimum size=17pt,inner sep=0pt}
}
\begin{tikzpicture}[x=16mm, y=16mm, >=stealth]
% neuron nodes with part of labels
\foreach \g [count=\y] in {1,2,3,4}
\foreach \b/\l in { 0/L}
{
\node[every neuron/.try, neuron \g/.try](n\b\g) at (\b,2.5-\y){};
}
\foreach \m [count=\y] in {1,2}
\foreach \j/\l in { 2/H, 4/S}
{
\ifnum\y<3
\node [every neuron/.try, neuron \m/.try] (n\j\m) at (\j,2.5-\y) {};
\else
\node [every neuron/.try, neuron \m/.try] (n\j\m) at (\j,2.5-\y) {};
\fi
}
% neuron labels not included in neuron nodes
%\foreach \l/\k in {I_K/0, H_L/2}
%\node [above] at (n\k2.north) {$\l$};
% inputs
\foreach \l [count=\i] in {1,2} {
\draw [->, red] (-1.1,1.0) -- (n0\i.west) node (in\i) [above, midway] {$x_\l$};
}
%\node (input) [draw, inner ysep=2mm, yshift=-2mm, fit=(in1) (in2)] {};
% w and L outputs
\foreach \l [count=\i] in {1,2}
\draw [->] (n4\i.east) -- ++(1.6,0)
node (wout\i) [above, midway] {$x_\l$}
node (Lout\i) [right, draw, minimum size=8mm, label=$L_\i$] {};% Local Model
% output
\node (output) [cercle,right=16mm] at ($(Lout1.east)!0.5!(Lout2.east)$) {};
\draw [->] (output.east) to["$\hat{y}$"] ++(1.1,0);
% neurons interconection
\foreach \i in {1,2}
\foreach \j in {1,2}
{
\draw [->] (n0\i) -- (n2\j);
\draw [->] (n2\i) -- (n4\j);
}
\foreach \j [count=\i] in {1,2}
\draw [->] (Lout\i.east) to ["$\hat{y}_\j$"] (output);
% neuron layers labels
\foreach \l [count=\x from 0] in {1,2,3,4,5}
\node [layer labels] at (\x*2,2.2) {Couche \\\l};
%\node [layer labels] at (6,2.2) {Local \\ Model};
%\node [layer labels] at (8,2.2) {Output \\ Agregation};
% x-fit L-fit conections
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/625323 |
|
\documentclass[12pt]{article}
\usepackage{amsmath,amsthm,latexsym,amssymb,pgf}
\usepackage{amsmath,amsthm,latexsym,amssymb,pgf,makeidx,%newalg,
dsfont,authblk,boxedminipage,tikz}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,positioning,fit,petri,calc}
\usepackage{latexsym,amsmath}
\begin{document}
\begin{tikzpicture}
[scale=0.6,inner sep=1mm, % this is the node radius
vertex/.style={circle,thick,draw}, % this defines the default style for the vertex class
thickedge/.style={line width=2pt}] % this defines the default style for the thick edges
\node[vertex] (a1) at (0,0) [fill=white] {};
\node[vertex] (a2) at (14,0) [fill=white] {};
\node[vertex] (b1) at (2,3) [fill=white] {};
\node[vertex] (b2) at (4,3) [fill=white] {};
\node[vertex] (b3) at (10,3) [fill=white] {};
\node[vertex] (b4) at (12,3) [fill=white] {};
\node[vertex] (c1) at (0,5) [fill=white] {};
\node[vertex] (c2) at (14,5) [fill=white] {};
\node[vertex] (d1) at (0,6) [fill=white] {};
\node[vertex] (d2) at (14,6) [fill=white] {};
\draw[black, thick] (a1)--(b1)--(b2) (b3)--(b4)--(a2);
\draw[black, thick] (c1)--(b1) (b4)--(c2);
\draw[black, thick] (d1)--(b1) (b4)--(d2);
\node[left] at (-0.2,0) {$a_{n^3}$};
\node[left] at (-0.2,5) {$a_{2}$};
\node[left] at (-0.2,6) {$a_{1}$};
\node[below] at (2.08,2.8) {$a_{0}$};
\node[below] at (4,2.8) {$a$};
\node[right] at (14.2,0) {$b_{n^3}$};
\node[right] at (14.2,5) {$b_{2}$};
\node[right] at (14.2,6) {$b_{1}$};
\node[below] at (10,2.8) {$b$};
\node[below] at (12,2.8) {$b_0$};
\draw[black, rounded corners] (3.5,1) rectangle (10.5,5);
\node[below] at (7,2.5) {$G$};
\draw[black, dotted] (0,0.7)--(0,4.3);
\draw[black, dotted] (14,0.7)--(14,4.3);
\end{tikzpicture}
\end{document} | tablet | https://arxiv.org/abs/2209.08946 |
|
\documentclass[border=10pt]{standalone}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\newcommand\acr[1]{#1}
\usetikzlibrary{fit,positioning}
\begin{document}
\tikzset{%
anacat/.style={minimum height=1.5em,x=.3cm,y=.25cm,every node/.style={scale=0.3}},
bin/.style={draw=black,anchor=west,text width=3cm},
}%
\begin{tikzpicture}[x=1cm,y=1.5cm]
\begin{scope}[local bounding box=Hyy,anacat]
\node (p-0) [bin] at (1,0) {low $p_{\textrm{T}t}$};
\foreach \i [count=\j, remember=\j as \jlast (initially 0)] in {{high $p_{\textrm{T}t}$},{\acr{VBF} loose (\acr{MVA})},{\acr{VBF} tight (\acr{MVA})},{\acr{VH} leptonic},{$VH$ leptonic},{$t\bar{t}H$ leptonic}}
\node (p-\j) [below=2.5mm of p-\jlast.west, bin] {\i} ;
\end{scope}
\node (p-l) [rotate=90,anchor=south,align=center,yshift=.5mm, scale=.3] at (Hyy.west) {$H\to\gamma\gamma$};
\node[draw,dotted,fit=(Hyy) (p-l)] (Hyybox) {};
\begin{scope}[shift=(Hyy.south -| p-0.west),local bounding box=HZZ,anacat]
% ;
\node (q-0) [below=5mm of p-6.west, bin] {ggF $n_{j}=0$};
\foreach \i [count=\j, remember=\j as \jlast (initially 0)] in {{ggF $n_{j}=1$},{\acr{VBF} leptonic},{\acr{VH} leptonic},{\acr{VH} hadronic}}
\node (q-\j) [below=2.5mm of q-\jlast.west, bin] {\i} ;
\node (q-l) [rotate=90,anchor=center,align=center] at (p-l |- HZZ.west) {$H\to ZZ$};
\end{scope}
\node [draw,dotted,fit=(HZZ)] {};
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/374927 |
|
\documentclass[11pt,a4paper]{article}
\usepackage{amsmath,mathrsfs}
\usepackage{amssymb}
\usepackage{tikz}
\usetikzlibrary{tikzmark}
\begin{document}
\begin{tikzpicture}
\path (0:5) coordinate (P);
\path (P)++(60:3) coordinate (Q);
\path (Q)++(150:4) coordinate (R);
\draw (0,0)--(P)--(Q)--(R)--cycle;
\path (-120:.9) coordinate (O1);
\path (P)++(0:.9) coordinate (P1);
\path (Q)++(21.787:.9) coordinate (Q1);
\path (R)++(150:.9) coordinate (R1);
\draw (0,0)--(O1) (P)--(P1) (Q)--(Q1) (R)--(R1);
\draw (0,0)--(Q) node[pos=0.5,sloped,above] {$\mathcal{A}_5$(2,1,3,4,5)+$e^{\pi\alpha'is_{12}}\mathcal{A}_5$(1,2,3,4,5)};
\draw ([shift=(-120:0.4)]0,0) arc(-120:21.787:0.4);
\draw ([shift=(0:0.4)]P) arc(0:60:0.4);
\draw ([shift=(21.787:0.4)]Q) arc(21.787:150:0.4);
\draw ([shift=(150:0.4)]R) arc(150:240:0.4);
\node[above] at (3.3,0) {$\footnotesize{\mathcal{A}_5(2,1,3,4,5)}$};
\node[right] at ([shift=(60:1.5)]P) {$\footnotesize{\mathcal{A}_5(1,2,3,4,5)}$};
\node[above right] at ([shift=(150:2)]Q) {$\footnotesize{\mathcal{A}_5(1,3,2,4,5)}$};
\node[above left] at ([shift=(56.5:2.76)]0,0) {$\footnotesize{\mathcal{A}_5(1,3,4,2,5)}$};
\node[below right] at (0,-0.3)
{$\scriptsize{\pi\alpha's_{25}+\phi}$};
\node[below right] at (P) {$\scriptsize{\pi\alpha's_{12}}$};
\node[ below right] at (Q) {$\scriptsize{\pi\alpha'(s_{12}+s_{23})-\phi}$};
\node[left] at ([xshift=-12]R) {$\scriptsize{\scriptsize{\pi\alpha's_{24}+2\pi}}$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2005.01712 |
|
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{arrows,positioning}
\begin{document}
\begin{tikzpicture}[->,>=stealth',shorten >=1pt,auto,node distance=2cm,
thick,main node/.style={circle,draw,minimum size=8mm,font=\sffamily\Large\bfseries}]
\node[main node] (a) {a};
\node[main node] (c) [below right = of a] {c};
\node[main node] (d) [below left = of c] {d};
\node[main node] (e) [below right = of c] {e};
\node[main node] (b) [above right = of c] {b};
\node[main node] (f) [below right = of b] {f};
\path[every node/.style={font=\sffamily\small}]
(a) edge node [right] {$1$} (d)
(c) edge node [right] {$2$} (a)
edge node [left] {$3$} (d)
edge node [left] {$5$} (b)
(d) edge node [below] {$-2$} (e)
(e) edge node [right] {$3$} (c)
(b) edge node [right] {$-1$} (f)
(f) edge node [below] {$-2$} (e);
\end{tikzpicture}
\end{document} | tablet | https://tex.stackexchange.com/a/617422 |
|
\documentclass{llncs}
\usepackage{amssymb,amsmath,amsfonts}
\usepackage{tikz,pgf}
\usepackage{xcolor}
\usetikzlibrary{automata,calc,arrows,shapes,backgrounds}
\newcommand{\aclock}{x}
\newcommand{\set}[1]{\{{#1}\}}
\begin{document}
\begin{tikzpicture}[->,>=stealth',shorten >=1pt,auto, thin] % , bend angle=45
\tikzstyle{state}=[draw=black, text=black, shape=circle, inner sep=3pt, outer sep=0pt, circle, rounded corners] % fill=green!30,
\tikzstyle{final_state}=[draw=black, text=black, shape=circle, inner sep=3pt, outer sep=0pt, circle, rounded corners] % fill=green!30,
\node[state](W){$\mathrm{W}$};
\node[yshift=-0.6cm,above of = W](inv_W){$\aclock < 3$};
\node[fill=black, node distance=1.7cm] (nail_W) [below of=W] {};
\node[state, node distance=1.7cm](S)[left of=nail_W]{$\mathrm{S}$};
\node[state, node distance=1.7cm](T)[below of=nail_W]{$\mathrm{T}$};
\node[state, node distance=1.7cm](F)[right of=nail_W]{$\mathrm{F}$};
\node[yshift=-0.6cm,above of = F](inv_F){$\aclock < 5$};
\node[fill=black, node distance=1.7cm] (nail_F) [right of=F] {};
\path[rounded corners]
% edge (A)
(W)
edge [right] node {$1<\aclock<3$} (nail_W)
(nail_W)
edge [above] node {\colorbox{gray!15}{$\frac{3\aclock - 3}{8}$}} (S)
edge [left] node[yshift=-2mm] {\colorbox{gray!15}{$\frac{11 - 3\aclock}{16}$}} (T)
edge [below] node {\colorbox{gray!15}{$\frac{11 - 3\aclock}{16}$}} (F)
(F)
edge [above] node {$4<\aclock<5$} (nail_F);
\draw[->,rounded corners] (nail_F.north) |- node[above,text=black,pos=.7]{\colorbox{gray!15}{$\frac{\aclock-4}{2}$}} (W.east);
\draw[->,rounded corners] (nail_F.north) |- node[below,text=black,pos=.7]{$\set{\aclock}$} (W.east);
\draw[->,rounded corners] (nail_F.south) |- node[above,text=black,pos=.7]{\colorbox{gray!15}{$\frac{6-\aclock}{2}$}} (T.east);
%
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2006.04202 |
|
\documentclass[tikz,border=3.14mm]{standalone}
\usetikzlibrary{chains,positioning,calc}
\begin{document}
\begin{tikzpicture}[node distance=1cm]
\pgfmathsetmacro{\Radius}{3.5}
\foreach \X [count=\Y] in {32,25,50,17}
{\node[inner sep=4pt,circle] (cn\Y) at
({-(\Y-2.5)*360/4}:\Radius) {$\X$}; }
\foreach \Y [remember=\Y as \LastY (initially 4)]in {1,...,4}
{
\path (cn\LastY) -- (cn\Y) coordinate[pos=0](aux0) coordinate[pos=1](aux1);
\draw[-latex]
let \p1=($(aux0)-(0,0)$),\p2=($(aux1)-(0,0)$),
\n1={atan2(\y1,\x1)},\n2={atan2(\y2,\x2)},
\n3={0.45*(\n1-ifthenelse(\n2<\n1,\n2,\n2-360)} in
(cn\LastY) to[bend left=\n3] (cn\Y);
}
\begin{scope}[start chain = going below,
every node/.append style={on chain,,xshift=-{cot(76)*1.5cm}},
every join/.style=latex-]
\node[below=of cn4] (n0) {$36$};
\draw[latex-] (cn4) -- (n0);
\node[join] (n6) {$9$};
\node[join] (n5) {$1$};
\node[join] (n4) {$24$};
\node[join] (n3) {$4$};
\node[join] (n2) {$46$};
\node[join] (n1) {$12$};
\node[join] (n0) {$2$};
\end{scope}
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/469232 |
|
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usepackage{amsmath}
\usetikzlibrary{arrows.meta}
\tikzset{%
>={Latex[width=2mm,length=2mm]},
% Specifications for style of nodes:
base/.style = {rectangle, rounded corners, draw=black,
minimum width=4cm, minimum height=1cm,
text centered, font=\sffamily},
activityStarts/.style = {base,minimum width=2.5cm, fill=blue!30},
startstop/.style = {base,minimum width=2.5cm, fill=red!30},
activityRuns/.style = {base,minimum width=2.5cm, fill=green!30},
process/.style = {base, minimum width=2.5cm, fill=orange!15,
font=\ttfamily},
}
\begin{document}
\begin{tikzpicture}[node distance=3cm,
every node/.style={fill=white, font=\sffamily}, align=center]
% Specification of nodes (position, etc.)
\node (start) [activityStarts] {Susceptible S(t)};
\node (onCreateBlock) [process, below of=start] {Infected I(t)};
\node (activityRuns) [activityRuns, below of=onCreateBlock, xshift=-2cm]
{Recovered R(t)};
\node (ActivityEnds) [startstop, below of=onCreateBlock, xshift=2cm]
{Dead D(t)};
% Specification of lines between nodes specified above
% with aditional nodes for description
\draw[->] (start) -- node[text width=3cm]
{$\beta I(t)S(t)$} (onCreateBlock);
\draw[->] (onCreateBlock) --
node[text width=1cm]
{$\gamma I(t)$}(activityRuns);
\draw[->] (onCreateBlock) -- node[text width=1cm]
{$\mu I(t)$}
(ActivityEnds);
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2006.02507 |
|
\documentclass[11pt]{amsart}
\usepackage[latin1]{inputenc}
\usepackage{amsmath,amsthm}
\usepackage[natural]{xcolor}
\usepackage{xcolor}
\usepackage[colorlinks,linkcolor=blue]{hyperref}
\usepackage{amssymb}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{patterns}
\usetikzlibrary{positioning}
\usepackage{xcolor}
\begin{document}
\begin{tikzpicture}[decoration=brace]
\draw[line width=0.8,pattern=north west lines] (-4,0) arc (0:360:1);
\draw[line width=0.8] (-1,0) arc (0:360:1);
\draw[line width=0.8] (2,0) arc (0:360:1);
\draw[dotted,line width =0.8pt] (2.7,0)--(3.15,0);
\draw[line width=0.8] (6,0) arc (0:360:1);
\filldraw[line width=0.8,pattern=north west lines](-2,0)--(-1,0) arc (0:50:1)--(-2,0);
\filldraw[line width=0.8,pattern=north west lines](1,0)--(2,0) arc (0:50:1)--(1,0);
\filldraw[line width=0.8,pattern=north west lines](5,0)--(6,0) arc (0:50:1)--(5,0);
\node at (0,-1.3) {$\mathcal{P}_e$};
\node at (1.5,1.6) {$k$};
\node at (-0.8,0.5) {$\frac{1}{k}$};
\node at (2.2,0.5) {$\frac{1}{k}$};
\node at (6.2,0.5) {$\frac{1}{k}$};
\draw [decorate,line width=0.8] (-3,1.2)--(6,1.2);
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2111.07079 |
|
\documentclass[aspectratio=169]{beamer}
\mode<presentation>
{
\usetheme{default}
\usecolortheme{default}
\usefonttheme{default}
\setbeamertemplate{navigation symbols}{}
}
\usepackage{tikz}
\usetikzlibrary{shapes.arrows}
\usetikzlibrary{positioning}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{matrix}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{calc}
\tikzset{
block/.style={
circle, draw, fill=white
},
myarrow/.style={
single arrow, rounded corners=2pt, fill=black!20, draw,
single arrow head extend=2mm, minimum width=30pt,
font=\footnotesize
},
myar/.style={
rounded corners=2pt, fill=black!20,
},
mytri/.style={
isosceles triangle, anchor=apex,
isosceles triangle apex angle=90,
minimum width=50pt
},
}
\begin{document}
\begin{frame}\centering
\begin{tikzpicture}
\matrix[matrix of nodes,
nodes={circle, draw,
minimum size=10pt},
ampersand replacement=\&,
row sep=50pt,
column sep=60pt]
(mymatr)
{1\&\&[-20pt]2\&[40pt]\\
\&6\&\&3\\
5\&\&4\\};
\node[myarrow, anchor=west, minimum height=112pt] at ([xshift=4pt]mymatr-1-1.east) {Some 1};
\coordinate (n2vsn6) at ($(mymatr-1-3)!.85!(mymatr-2-2)$);
\node[myarrow, anchor=tip, minimum height=64pt, rotate around={230:(n2vsn6)}] at (n2vsn6) {\rotatebox{180}{Some 2}};
\coordinate (n6vsn4) at ($(mymatr-2-2)!.85!(mymatr-3-3)$);
\node[myarrow, anchor=tip, minimum height=64pt, rotate around={-50:(n6vsn4)}] at (n6vsn4) {Some 3};
\node[myarrow, anchor=tip, minimum height=112pt, rotate=-90] at ([yshift=4pt]mymatr-3-3.north) {Some 4};
\node[myarrow, anchor=tip, minimum height=112pt, rotate=180] at ([xshift=4pt]mymatr-3-1.east) {\rotatebox{180}{Some 5}};
\node[right=4pt of mymatr-1-3,
minimum height=30pt] (suprec) {};
\node[above=4pt of mymatr-2-4, mytri, rotate=-90] (suptri) {};
\coordinate (suptrir) at ([xshift=10pt]suptri.right corner);
\coordinate (suptril) at ([xshift=-10pt]suptri.left corner);
\draw[myar]
(suprec.north west)
-| (suptril) -- (suptri.left corner)
-- (suptri.apex) -- (suptri.right corner)
-- (suptrir) |- (suprec.south west) -- cycle;
\node[align=left, anchor=west, font=\footnotesize] at (suprec) {Something\\ something else};
\node[below=4pt of mymatr-2-4, align=left,
minimum width=30pt] (infrec) {};
\node[right=4pt of mymatr-3-3, mytri, rotate=180] (inftri) {};
\coordinate (inftrir) at ([yshift=-10pt]inftri.right corner);
\coordinate (inftril) at ([yshift=10pt]inftri.left corner);
\draw[myar]
(infrec.north east)
|- (inftril) -- (inftri.left corner)
-- (inftri.apex) -- (inftri.right corner)
-- (inftrir) -| (infrec.north west) -- cycle;
\node[align=left, anchor=north west, text width=26pt, font=\footnotesize] at (infrec.north west) {Some\-thing written here};
\node[align=left, anchor=west, text width=50pt, font=\footnotesize] at (inftri.lower side) {Some\-thing else written here};
\end{tikzpicture}
\end{frame}
\end{document} | whiteboard | https://tex.stackexchange.com/a/653152 |
|
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{chains}
\begin{document}
\begin{tikzpicture}[
mbox/.style={
draw,
text width=#1,
align=center,
rounded corners,
minimum height=3em,
join,
line width=0.8pt
},
start chain=going right,
every join/.style=-
]
\node[mbox=2em,on chain,fill=red!70!black!30] {$g(t)$};
\node[mbox=3.5em,on chain,fill=cyan!50] {System};
\node[mbox=2em,on chain,fill=red!70!black!30] {$y(t)$};
\end{tikzpicture}
\end{document} | whiteboard | https://tex.stackexchange.com/a/251776 |
|
\documentclass[11pt]{article}
\usepackage{amssymb}
\usepackage{amsmath,amsfonts}
\usepackage{color}
\usepackage[
pdfauthor={CESS},
pdftitle={Spanning trails},
pdfstartview=XYZ,
bookmarks=true,
colorlinks=true,
linkcolor=blue,
urlcolor=blue,
citecolor=blue,
bookmarks=true,
linktocpage=true,
hyperindex=true
]{hyperref}
\usepackage{pgf,tikz,pgfplots}
\usepackage{tikz-3dplot}
\begin{document}
\begin{tikzpicture}[scale=0.8]
\draw[rounded corners, fill=white!90!gray] (0, 0) rectangle (6, 2) {};
\draw[rounded corners, fill=white!90!gray] (0, -4) rectangle (6, -2) {};
{\tikzstyle{every node}=[draw ,circle,fill=white, minimum size=0.5cm,
inner sep=0pt]
\draw[black,thick](1,1) node (a) {$a$};
\draw[black,thick](3,1) node (a1) {$a_1$};
\draw[black,thick](5,1) node (a2) {$a_2$};
\draw[black,thick](1,-3) node (b) {$b$};
\draw[black,thick](3,-3) node (b1) {$b_1$};
\draw[black,thick](5,-3) node (b2) {$b_2$};
}
\draw[rounded corners, fill=white!90!gray] (8, 0) rectangle (16, 2) {};
\draw[rounded corners, fill=white!90!gray] (8, -4) rectangle (16, -2) {};
{\tikzstyle{every node}=[draw ,circle,fill=white, minimum size=0.5cm,
inner sep=0pt]
\draw[black,thick](9,1) node (c) {$x$};
\draw[black,thick](10.5,1) node (c1) {$a_1$};
\draw[black,thick](12,1) node (c2) {$a_2$};
\draw[black,thick](13.5,1) node (c3) {$a_3$};
\draw[black,thick](15,1) node (c4) {$a_4$};
\draw[black,thick](9,-3) node (d) {$b$};
\draw[black,thick](10.5,-3) node (d1) {$b_1$};
\draw[black,thick](12,-3) node (d2) {$b_2$};
\draw[black,thick](13.5,-3) node (d3) {$b_3$};
\draw[black,thick](15,-3) node (d4) {$b_4$};
}
\path[draw,thick,black!60!white,dashed]
(a) edge node[name=la,pos=0.7, above] {\color{blue} } (b1)
(a2) edge node[name=la,pos=0.7, above] {\color{blue} } (b2)
(b) edge node[name=la,pos=0.6,above] {\color{blue} } (a1)
(c) edge node[name=la,pos=0.7, above] {\color{blue} } (d1)
(d) edge node[name=la,pos=0.6,above] {\color{blue} } (c1)
(d2) edge node[name=la,pos=0.6,above] {\color{blue} } (c3)
(c2) edge node[name=la,pos=0.6,above] {\color{blue} } (d3)
(c4) edge node[name=la,pos=0.6,above] {\color{blue} } (d4)
;
\path[draw,thick,black]
(a1) edge node[name=la,pos=0.7, above] {\color{blue} } (a2)
(b1) edge node[name=la,pos=0.7, above] {\color{blue} } (b2)
(c1) edge node[name=la,pos=0.6,above] {\color{blue} } (c2)
(d1) edge node[name=la,pos=0.7, above] {\color{blue} } (d2)
(c3) edge node[name=la,pos=0.6,above] {\color{blue} } (c4)
(d3) edge node[name=la,pos=0.6,above] {\color{blue} } (d4)
;
\node at (-0.5,1) {$A$};
\node at (-0.5,-3) {$B$};
\node at (7.5,1) {$A$};
\node at (7.5,-3) {$B$};
\node at (3,-4.8) {$(a)$};
\node at (12,-4.8) {$(b)$};
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2104.06253 |
|
\documentclass[letter,11pt]{amsart}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=1]
\def \margin {2} % margin in angles, depends on the radius
\node[draw, circle] (A1) at (1,0) {\tiny $1$};
\node[draw, circle, fill=gray] (A2) at (2,0) {\tiny $2$};
\node[draw, circle] (A4) at (4,0) {\tiny $4$};
\node[draw, circle](A6) at (6,0) {\tiny $6$};
\node[draw, circle](A10) at (10,0) {\tiny $10$};
\node[draw, circle, fill=gray](A14) at (14,0) {\tiny $14$};
\path[->] (A1) edge node[above] {\tiny 1} (A2);
\path[->] (A2) edge[out=135,in=45,looseness=5] node[above] {\tiny 0} (A2);
\path[->] (A4) edge node[above] {\tiny 2} (A2);
\path[->] (A6) edge [out=270, in=270, ,looseness=0.35] node[below] {\tiny 4} (A2);
\path[->] (A10) edge node[above] {\tiny 4} (A14);
\path[->] (A14) edge [out=135,in=45,looseness=5] node[above] {\tiny 0} (A14);
\node[draw, circle] (B1) at (1,-2) {\tiny $1$};
\node[draw, circle] (B2) at (2,-2) {\tiny $2$};
\node[draw, circle, fill=gray] (B4) at (4,-2) {\tiny $4$};
\node[draw, circle](B6) at (6,-2) {\tiny $6$};
\node[draw, circle, fill=gray](B10) at (10,-2) {\tiny $10$};
\node[draw, circle](B14) at (14,-2) {\tiny $14$};
\path[->] (B1) edge[out=270, in=270, ,looseness=0.35] node[below] {\tiny 3} (B4);
\path[->] (B2) edge node[above] {\tiny 2} (B4);
\path[->] (B4) edge [out=135,in=45,looseness=5] node[above] {\tiny 0} (B4);
\path[->] (B6) edge node[above] {\tiny 2} (B4);
\path[->] (B10) edge [out=135,in=45,looseness=5] node[above] {\tiny 0} (B10);
\path[->] (B14) edge node[above] {\tiny 4} (B10);
\node[draw, circle] (C1) at (1,-4) {\tiny $1$};
\node[draw, circle, fill=gray] (C2) at (2,-4) {\tiny $2$};
\node[draw, circle] (C4) at (4,-4) {\tiny $4$};
\node[draw, circle](C6) at (6,-4) {\tiny $6$};
\node[draw, circle, fill=gray](C10) at (10,-4) {\tiny $10$};
\node[draw, circle](C14) at (14,-4) {\tiny $14$};
\path[->] (C1) edge node[above] {\tiny 1} (C2);
\path[->] (C2) edge [out=135,in=45,looseness=5] node[above] {\tiny 0} (C2);
\path[->] (C4) edge node[above] {\tiny 2} (C2);
\path[->] (C6) edge node[above] {\tiny 4} (C10);
\path[->] (C10) edge [out=135,in=45,looseness=5] node[above] {\tiny 0} (C10);
\path[->] (C14) edge node[above] {\tiny 4} (C10);
\end{tikzpicture}
\end{document} | tablet | https://arxiv.org/abs/2212.03305 |
|
\documentclass[sigconf]{acmart}
\usepackage{tikz}
\usetikzlibrary{positioning,calc}
\usetikzlibrary{decorations.text}
\usetikzlibrary{decorations.pathmorphing,decorations.pathreplacing}
\usetikzlibrary{arrows,petri, topaths,fit}
\usepackage{tcolorbox}
\begin{document}
\begin{tikzpicture}
\tikzset{edge/.style = {->,> = latex'},
vertex/.style={circle, thick, minimum size=5mm}}
\def\x{0.25}
\begin{scope}[fill opacity=1]
\draw[] (0,-2) ellipse (1.2cm and 0.33cm) node {\small \small ${\underline{x_1}, \underline{x_2}}$};
\node[vertex] at (1.7,-2) {$T_{12}$};
\draw[] (0,-3.5) ellipse (1.2cm and 0.33cm) node {\small \small ${\underline{x_1}, \underline{x_3}}$};
\node[vertex] at (1.7,-3.5) {$T_{13}$};
\draw[] (-2,-5) ellipse (1.2cm and 0.33cm) node {\small \small ${\underline{x_3}, \underline{x_4}, x_5}$};
\node[vertex] at ( -0.3,-5) {$T_{345}$};
\draw[fill=black!10] ( 2,-5) ellipse (1.2cm and 0.33cm) node {\small \small ${\underline{x_3}, \underline{x_7}}$};
\node[vertex] at ( 3.7,-5) {$S_{37}$};
\draw[fill=black!10] ( -2,-6.5) ellipse (1.2cm and 0.33cm) node {\small \small ${\underline{x_4}, x_5, x_6}$}; \node[vertex] at ( -0.3, -6.5) {$S_{45}$};
\draw[fill=black!10] ( 2,-6.5) ellipse (1.2cm and 0.33cm) node {\small \small ${\underline{x_7}, \underline{x_8}, x_9}$}; \node[vertex] at ( 3.7, -6.5) {$S_{78}$};
\draw[edge] (0,-2.33) -- (0,-3.17);
\draw[edge] (0,-3.83) -- (-2,-4.67);
\draw[edge] (0,-3.83) -- ( 2,-4.67);
\draw[edge] (-2, -5.33) -- ( -2, -6.17);
\draw[edge] ( 2, -5.33) -- ( 2, -6.17);
\end{scope}
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2304.06221 |
|
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{a4,amsmath,amsfonts,amsthm,latexsym,amssymb,graphicx}
\usepackage{tikz}
\usepackage{tikz-cd}
\usepackage{pgf}
\begin{document}
\begin{tikzpicture}[scale=0.6]
% square grid neighborhood r=1
\draw[fill=black] (0,0) circle(3pt);
\draw (-1,0) circle(3pt);
\draw (0,-1) circle(3pt);
\draw (1,0) circle(3pt);
\draw (0,1) circle(3pt);
\draw[densely dotted] (0,1.4) -- (1.4,0) -- (0,-1.4) -- (-1.4,0) -- (0,1.4);
\node[scale=0.7] at (0,-2) {(a) The square grid};
% king grid neighborhood r=1
\draw[fill=black] (5,0) circle(3pt);
\draw (4,0) circle(3pt);
\draw (5,-1) circle(3pt);
\draw (6,0) circle(3pt);
\draw (5,1) circle(3pt);
\draw (6,1) circle(3pt);
\draw (6,-1) circle(3pt);
\draw (4,1) circle(3pt);
\draw (4,-1) circle(3pt);
\draw[densely dotted] (6.4,1.4) -- (6.4,-1.4) -- (3.6,-1.4) -- (3.6,1.4) -- (6.4,1.4);
\node[scale=0.7] at (5,-2) {(b) The king grid};
% triangular grid neighborhood r=1
\draw[fill=black] (10,0) circle(3pt);
\draw (9,0) circle(3pt);
\draw (10,-1) circle(3pt);
\draw (11,0) circle(3pt);
\draw (10,1) circle(3pt);
\draw (11,1) circle(3pt);
\draw (9,-1) circle(3pt);
\draw[densely dotted] (11.4,1.4) -- (11.4,0) -- (10,-1.4) -- (8.6,-1.4) -- (8.6,0) -- (10,1.4) -- (11.4,1.4);
\node[scale=0.7] at (10,-2) {(c) The triangular grid};
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2301.04987 |
|
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[table]{xcolor}
\usepackage{tikz}
\DeclareRobustCommand{\DirectNESS}{(\tikz[baseline=-\the\dimexpr\fontdimen22\textfont2\relax,inner sep=0pt] \draw[dash pattern={on 4.5pt off 4.5pt}](0,0) -- (5mm,0);)}
\DeclareRobustCommand{\NESS}{(\tikz[baseline=-\the\dimexpr\fontdimen22\textfont2\relax,inner sep=0pt] \draw[dash pattern={on 0.84pt off 2.51pt}](0,0) -- (5mm,0);)}
\DeclareRobustCommand{\actual}{(\tikz[baseline=-\the\dimexpr\fontdimen22\textfont2\relax,inner sep=0pt] \draw[line width=0.75](0,0) -- (5mm,0);)}
\begin{document}
\begin{tikzpicture}[scale=0.8,transform shape, node distance={15mm}, main/.style = {draw, circle}]
\node[main] (1) {$a$};
\node[main] (2) [left of=1] {$b$};
\node[main] (3) [right of=1] {$c$};
\node[main] (4) [right of=3] {$l$};
\node[main] (5) [below right of=3] {$h$};
\node[main] (6) [left of=5] {$d$};
\node[main] (7) [right of=5] {$i$};
\node[main] (8) [above of=3] {$n$};
\node[main] (9) [above of=4] {$m$};
\node[main] (10) [below of=6] {$e$};
\node[main] (11) [below of=5] {$j$};
\node[main] (12) [below of=7] {$k$};
\node[main] (13) [left of=10] {$f$};
\node[main] (14) [left of=13] {$g$};
\draw[->] (2) -- (1);
\draw[->] (5) -- (3);
\draw[->] (6) -- (3);
\draw[->] (7) -- (3);
\draw[->] (8) -- (3);
\draw[->] (5) -- (4);
\draw[->] (6) -- (4);
\draw[->] (7) -- (4);
\draw[->] (9) -- (4);
\draw[->] (10) -- (6);
\draw[->] (13) -- (10);
\draw[->] (14) -- (13);
\draw[->] (11) -- (5);
\draw[->] (12) -- (7);
\draw[->] (8) -- (9);
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2303.09197 |
|
\documentclass{llncs}
\usepackage{amsmath,bm,amsfonts,amssymb}
\usepackage{color,xcolor,ucs}
\usepackage{tikz}
\usepackage{tikzscale}
\begin{document}
\begin{tikzpicture}[node distance={12mm}, thick, main/.style = {draw, circle}]
\node[main] (1) [color=green] {$s$};
\node[main] (2) [above of=1] {$1$};
\node[main] (3) [below of=2, xshift=1cm] {$2$};
\node[main] (4) [below right of=3, yshift=-0.3cm, xshift=-0.7cm] {$2,4$};
\node[main] (5) [below of=3, yshift=-0.5cm, xshift=-1cm] {$4$};
\node[main] (6) [above right of=3, xshift=-0.6cm] {$1,2$};
\node[main] (7) [above of=6, xshift=1cm] {$2$};
\node[main] (8) [below right of=6] {$1$};
\node[main] (9) [below of=8, yshift=-0.9cm, xshift=0.5cm] {$3$};
\node[main] (10) [below left of=9, yshift=0.3cm] {$3,4$};
\node[main] (11) [below right of=7] {$3$};
\node[main] (12) [below of=11] {$1,3$};
\node[main] (13) [below right of=12] {$1$};
\node[main] (14) [color=red, above right of=13] {$g$};
\draw (1) -- (3);
\draw (1) -- (5);
\draw (2) -- (7);
\draw (2) -- (3);
\draw (2) -- (6);
\draw (3) -- (4);
\draw (3) -- (6);
\draw (3) -- (5);
\draw (3) -- (8);
\draw (3) -- (9);
\draw (3) -- (6);
\draw (5) -- (9);
\draw (5) -- (10);
\draw (10) -- (9);
\draw (9) -- (8);
\draw (9) -- (12);
\draw (9) -- (13);
\draw (8) -- (6);
\draw (8) -- (12);
\draw (12) -- (13);
\draw (6) -- (7);
\draw (7) -- (11);
\draw (11) -- (12);
\draw (11) -- (14);
\draw (14) -- (13);
\draw (5) -- (4);
\draw (7) -- (8);
\draw (11) -- (8);
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2305.01272 |
|
\documentclass[runningheads, envcountsame, a4paper]{llncs}
\usepackage[T1]{fontenc}
\usepackage{color}
\usepackage{amsmath, amssymb}
\usepackage{tikz}
\usetikzlibrary{shapes,calc,math,backgrounds,matrix}
\begin{document}
\begin{tikzpicture}[every node/.style={circle, draw, thick, minimum size=0.8cm}]
\begin{scope}
\node (v1) at (0,0) {$ab$};
\node (v2) at (1.5,1.5) {$ac$};
\node (v3) at (1.5,0) {$bd$};
\node (v4) at (1.5,-1.5) {$ae$};
\node (v5) at (3,-1.5) {$ef$};
\node (v6) at (4.5,-1.5) {$ce$};
\draw[thick] (v1) -- (v2) (v1) -- (v3) (v1) -- (v4) -- (v5) -- (v6);
\node[draw=none] (T) at (2,-2.5) {$T \simeq \mathsf{TS}_2(G)$};
\end{scope}
\begin{scope}[shift={(8,0)}, every node/.style={circle, draw, thick, fill=gray, minimum size=0.3cm}]
\node[label=left:$a$] (a) at (0,0) {};
\node[label=right:$b$] (b) at (2,0) {};
\node[label=right:$c$] (c) at (2,-1.5) {};
\node[label=left:$d$] (d) at (0,-1.5) {};
\node[label=above:$e$] (e) at (2,1.5) {};
\node[label=above:$f$] (f) at (0,1.5) {};
\draw[thick] (b) -- (c) (a) -- (d) (d) -- (c) (e) -- (b) (e) -- (d) (a) -- (f) (b) -- (f) (c) -- (f) (d) edge[bend left=45] (f);
\node[draw=none, fill=none] (G) at (1,-2.5) {$G$};
\end{scope}
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2203.16861 |
|
\documentclass[11pt,a4paper,english,reqno,a4paper]{amsart}
\usepackage{amsmath,amssymb,amsthm, graphicx}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=0.6]
\draw [line width=0.05cm] (-3.5,-4.0) --(-3.5,1.5);
\draw [line width=0.05cm] (2.5,-4.0) --(2.5,0.5);
\draw [thick] (-3.5,1.5)--(2.5,0.5);
\draw [thin][red] (-3.5,1.5)--(0.8,-1.5);
\draw [line width=0.03cm] (-1.5,-4.0) --(-1.5,1.2);
\draw [line width=0.03cm] (0.8,-4.0) --(0.8,0.8);
\draw [thin](-1.5, 0.1) --(0.8,-2.8);
\draw [thick](-1.5, 0.1) --(0.8,-2.0);
\draw [dashed](-1.5, 0.1) --(0.8,-0.9);
\draw [thick](-1.5, 0.1) --(0.8,-0.3);
\draw [thin](-1.5, 0.1) --(0.8,0.3);
\draw [thin] (-3, 1.4) --(-2.6, 1.8);
\draw [thin] (-2.6, 1.35) --(-2.2, 1.75);
\draw [thin] (-2.2, 1.30) --(-1.8, 1.70);
\draw [thin] (-1.8, 1.23) --(-1.4, 1.63);
\draw [thin] (-1.4, 1.16) --(-1.0, 1.56);
\draw [thin] (-1.0, 1.10) --(-0.6, 1.50);
\draw [thin] (-0.6, 1.03) --(-0.2, 1.43);
\draw [thin] (-0.2, 0.97) --(0.2, 1.37);
\draw [thin] (0.2, 0.9) --(0.6, 1.30);
\draw [thin] (0.6, 0.83) --(1, 1.23);
\draw [thin] (1, 0.76) --(1.4, 1.16);
\draw [thin] (1.4, 0.67) --(1.8, 1.07);
\draw [thin] (1.8, 0.60) --(2.2, 1.0);
\draw [thin] (2.2, 0.55) --(2.6, 0.95);
\node at (1.3, -0.3){$\beta_{4}$};
\node at (1.6, -1.1){$\beta_{2(3)}$};
\node at (1.3, -1.7){$\alpha_{1}$};
\node at (1.3, -2.2){$\beta_{1}$};
\node at (-0.4, 0.6){$U_{\Gamma}$};
\node at (-0.4, -2.5){$U_{B}$};
\node at (-2.4, -0.2){$(\xi,y_{\Gamma})$};
\node at (-4.3, 1.5){$\textsc{C}_{k}$};
\node at (3.5, 0.5){$\textsc{C}_{k+1}$};
\node at (-0.5, 1.8){$\Gamma_h$};
\node at (-1.5, -4.5){$\xi$};
\node at (0.8, -4.5){$\xi+s$};
\node at (-3.5, -4.5){$x_{k}$};
\node at (2.5, -4.5){$x_{k+1}$};
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2304.12925 |
|
\documentclass[12pt, letterpaper]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz}
\usepackage[utf8]{inputenc}
\usetikzlibrary{patterns,arrows,decorations.pathreplacing}
\usepackage{xcolor}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}[scale=0.25]
\draw[ultra thick](0,-6)--(0,0)(0,-6)--(6,0)(0,-6)--(-6,0)(0,6)--(6,0)(0,6)--(-6,0)(0,6)--(0,0);
\draw[fill=black] (0,-6) circle (12pt);
\draw[fill=black] (0,6) circle (12pt);
\draw[fill=black] (0,0) circle (12pt);
\draw[fill=black] (6,0) circle (12pt);
\draw[fill=black] (-6,0) circle (12pt);
\node at (0,-7.5) {$w$};
\node at (0,7.5) {$v$};
\node at (-7.5,0) {$u_1$};
\node at (-1.5,0) {$u_2$};
\node at (7.5,0) {$u_3$};
\begin{scope}[shift={(25,0)}]
\draw[ultra thick](0,-6)--(3,0)(0,-6)--(8,0)(0,-6)--(-3,0)(0,-6)--(-8,0)(0,6)--(3,0)(0,6)--(8,0)(0,6)--(-3,0)(0,6)--(-8,0);
\draw[fill=black] (0,-6) circle (12pt);
\draw[fill=black] (0,6) circle (12pt);
\draw[fill=black] (3,0) circle (12pt);
\draw[fill=black] (8,0) circle (12pt);
\draw[fill=black] (-3,0) circle (12pt);
\draw[fill=black] (-8,0) circle (12pt);
\node at (0,-7.5) {$w$};
\node at (0,7.5) {$v$};
\node at (-9.5,0) {$u_1$};
\node at (-4.5,0) {$u_2$};
\node at (9.5,0) {$u_4$};
\node at (4.5,0) {$u_3$};
\end{scope}
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2301.10393 |
|
\documentclass[11pt,letterpaper]{article}
\usepackage{fullpage,latexsym,amsthm,amsmath,color,amssymb,url,hyperref,bm}
\usepackage{tikz}
\usetikzlibrary{math}
\tikzset{black node/.style={draw, circle, fill = black, minimum size = 5pt, inner sep = 0pt}}
\tikzset{white node/.style={draw, circlternary_treese, fill = white, minimum size = 5pt, inner sep = 0pt}}
\tikzset{normal/.style = {draw=none, fill = none}}
\tikzset{lean/.style = {draw=none, rectangle, fill = none, minimum size = 0pt, inner sep = 0pt}}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{shapes}
\tikzset{diam/.style={draw, diamond, fill = black, minimum size = 7pt, inner sep = 0pt}}
\usepackage{color}
\begin{document}
\begin{tikzpicture}[thick,scale=0.5]
\tikzstyle{sommet}=[circle, draw, fill=black, inner sep=0pt, minimum width=2pt]
\begin{scope}[xshift=0cm,yshift=0cm,scale=0.8]
\node (v) at (0:0){};
\draw (v) node[sommet]{};
\foreach \i in {1,2}{
\node (u\i) at (90:\i){};
\draw (u\i) node[sommet]{};
\node (v\i) at (210:\i){};
\draw (v\i) node[sommet]{};
\node (w\i) at (330:\i){};
\draw (w\i) node[sommet]{};
}
\draw (v.center) -- (u1.center) -- (u2.center);
\draw (v.center) -- (v1.center) -- (v2.center);
\draw (v.center) -- (w1.center) -- (w2.center);
\node[] (0) at (0,-2.5){$\mathcal{O}^{(1)}_1$};
\end{scope}
\begin{scope}[xshift=5cm,yshift=0cm,scale=0.8]
\foreach \i in {0,1,2,3}{
\node (u\i) at (90*\i:1){};
\draw (u\i) node[sommet]{};
}
\draw (u0.center) -- (u1.center) -- (u2.center) -- (u3.center) -- (u0.center);
\node[] (0) at (0,-2.5){$\mathcal{O}^{(1)}_2$};
\end{scope}
\begin{scope}[xshift=10cm,yshift=0cm,scale=0.8]
\foreach \i in {0,1,2}{
\node (u\i) at (90+120*\i:0.8){};
\draw (u\i) node[sommet]{};
}
\foreach \i in {0,1,2}{
\node (v\i) at (90+120*\i:2){};
\draw (v\i) node[sommet]{};
}
\draw (u0.center) -- (u1.center) -- (u2.center) -- (u0.center);
\draw (u0.center) -- (v0.center) ;
\draw (u1.center) -- (v1.center) ;
\draw (u2.center) -- (v2.center) ;
\node[] (0) at (0,-2.5){$\mathcal{O}^{(1)}_3$};
\end{scope}
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2304.14121 |
|
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{matrix,shapes,arrows,positioning,chains,patterns,fit,decorations.pathreplacing,calc,plotmarks}
\tikzset{
dotted_block/.style={
draw=black!30!white,
dashed,
inner ysep=2mm,
inner xsep=10mm,
rectangle,
rounded corners
},
block/.style={
draw,
rectangle,
rounded corners,
minimum height=2em,
minimum width=2em
},
operator/.style={
draw,
circle,
thin,
minimum height=1em,
inner sep=1pt
},
weight/.style={
draw,
thin,
rounded corners,
rectangle,
%minimum height=2em,
%minimum width=4em
},
value/.style={
draw,
thin,
rectangle,
%minimum height=2em,
%minimum width=3em
},
gain/.style={
regular polygon,
regular polygon sides=3,
draw,
fill=white,
text width=1em,
inner sep=1mm,
outer sep=0mm,
shape border rotate=-90
},
concat/.style={
draw,
shape=circle,
fill=black,
%minimum height=0.5em,
inner sep=0pt
},
}
\usepackage{pgfplots}
\pgfplotsset{compat=1.17}
\begin{document}
\begin{tikzpicture}[node distance = 0.25cm and 0.7cm, auto, align=center]
% blocks
\node[] (output) {};
\node[block, right= of output] (G) {$G$};
\node[block, above= of G] (delta) {$\psi(\cdot)$};
\node[right= of G] (input) {};
\node[dotted_block, fit = (G) (delta)] (S) {};
\node at (S.north west) [above] {$\mathcal{S}$};
% Input and outputs coordinates
\coordinate[] (outputz) at ($(G.south west)!0.75!(G.north west)$);
\coordinate[] (outputy) at ($(G.south west)!0.25!(G.north west)$);
\coordinate[] (inputw) at ($(G.south east)!0.75!(G.north east)$);
\coordinate[] (inputu) at ($(G.south east)!0.25!(G.north east)$);
% lines
\draw[<-] (inputu) -- ++(1.5,0);
\draw[-] (inputu) ++(1.5,0) node[right]{$u^k$}++(0.5,0);
\draw[->] (outputz) -- ++(-0.3,0) node[above left]{$z^k$} |- (delta.west) ;
\draw[->] (outputy) -- ++(-1.5,0);
\draw[-] (outputy) ++(-1.5,0) node[left]{$\hat{y}^k$} ++(-1,0);
\draw[->] (delta.east) -- ++(0.3,0) |- node[above right] {$w^k$}(inputw) ;
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2212.05781 |
|
\documentclass[11pt]{amsart}
\usepackage{amsmath, amssymb,url}
\usepackage{color}
\usepackage[latin1]{inputenc}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=1]
\node[below=.05cm] at (0,0) {$i$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (0) at (0,0) {};
\node[below=.05cm] at (1,0) {$k$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (1) at (1,0) {};
\node[below=.05cm] at (2,0) {$j$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (2) at (2,0) {};
\node[below=.05cm] at (3,0) {$l$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (3) at (3,0) {};
\node[below=.05cm] at (4.5,0) {$i$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (4) at (4.5,0) {};
\node[below=.05cm] at (5.5,0) {$k$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (5) at (5.5,0) {};
\node[below=.05cm] at (6.5,0) {$l$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (6) at (6.5,0) {};
\node[below=.05cm] at (7.5,0) {$j$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (7) at (7.5,0) {};
\node[below=.05cm] at (9,0) {$i$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (8) at (9,0) {};
\node[below=.05cm] at (10,0) {$j$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (9) at (10,0) {};
\node[below=.05cm] at (11,0) {$k$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (10) at (11,0) {};
\node[below=.05cm] at (12,0) {$l$};
\node[draw,circle, inner sep=0pt, minimum width=4pt, fill=black] (11) at (12,0) {};
% arcs
\draw[color=black] (2) to [out=120,in=60] (0);
\draw[color=black] (3) to [out=120,in=60] (1);
\draw[color=black] (7) to [out=120,in=60] (4);
\draw[color=black] (6) to [out=120,in=60] (5);
\draw[color=black] (9) to [out=120,in=60] (8);
\draw[color=black] (11) to [out=120,in=60] (10);
%labels of arc relations
\node[below=0.75cm] at (1.5,0) {$(i)$};
\node[below=0.75cm] at (6,0) {$(ii)$};
\node[below=0.75cm] at (10.5,0) {${(iii)}$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2202.05024 |
|
\documentclass[8pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usepackage{amssymb, amsthm, amsmath}
\usepackage{color}
\usepackage[utf8]{inputenc}
\begin{document}
\begin{tikzpicture}[node distance = 1cm, line width = 0.5pt]
\coordinate (1) at (0,0);
\coordinate (2) at (0.5,0.5);
\coordinate (3) at (1,1);
\coordinate (4) at (1,1.5);
\coordinate (5) at (1.5,0.5);
\coordinate (6) at (2,0);
\draw (1)--(2);
\draw (2)--(3);
\draw (3)--(4);
\draw (3)--(5);
\draw (5)--(6);
\draw (5)--(2);
\foreach \point in {1,2,3,4,5,6} \fill (\point)
circle (4pt);
\filldraw [white]
(1,1) circle (3pt)
(1,1.5) circle (3pt)
(1.5,0.5) circle (3pt)
(2,0) circle (3pt)
(0,0) circle (3pt)
(0.5,0.5) circle (3pt);
\node (A) at (0.6,1) {$v_1$};
\node (B) at (1.9,0.5) {$v_2$};
\node (C) at (0.1,0.5) {$v_3$};
\node (D) at (1,1.9) {$v_4$};
\node (E) at (2,-0.4) {$v_5$};
\node (F) at (0,-0.4) {$v_6$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2110.09200 |
|
\documentclass[conference,compsoc]{IEEEtran}
\usepackage{pgfplots}
\usepackage{amsmath, amssymb}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary{fit,positioning,calc}
\usetikzlibrary{shadows,hobby}
\usetikzlibrary{fadings}
\usetikzlibrary{shapes.arrows,calc,quotes,babel}
\usetikzlibrary{graphs,graphs.standard,arrows.meta, shapes.misc, positioning,decorations.pathreplacing,calligraphy}
\usetikzlibrary{colorbrewer}
\usepgfplotslibrary{colorbrewer}
\usepackage{xcolor}
\begin{document}
\begin{tikzpicture}
\begin{scope}[every node/.style={circle,very thick, draw=teal}]
\node (1) at (0,0.5) {$1$};
\node (2) at (0,3) {$2$};
\node (3) at (2.5,4) {$3$};
\node (4) at (2.5,1) {$4$};
\node (5) at (2.5,-2) {$5$};
\node (6) at (5,3) {$6$} ;
\end{scope}
\begin{scope}[>={Stealth[black]},
every node/.style={fill=white,circle},
every edge/.style={draw=darkgray,thick}]
\path [->] (1) edge node {$x$} (2);
\path [->] (2) edge node {$z$} (3);
\path [->] (1) edge node {$x$} (4);
\path [->] (4) edge node {$y$} (3);
\path [->] (1) edge node {$x$} (5);
\path [->] (4) edge node {$y$} (5);
\path [->] (4) edge node {$y$} (6);
\path [->] (3) edge node {$w$} (6);
\path [->] (5) edge node {$z$} (6);
\path [->] (6) edge[bend left=30] node {$u$} (5);
\path [->] (2) edge[bend right=60] node {$z$} (5);
\end{scope}
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2205.02177 |
|
\documentclass[12pt]{article}
\usepackage{amssymb,amsmath,amsthm, tikz,multirow}
\usetikzlibrary{calc,arrows, arrows.meta, math}
\begin{document}
\begin{tikzpicture}[>=latex,scale=1]
\begin{scope}[xshift=0cm] %ST COL
\foreach \a in {0,...,3}
\draw[rotate=90*\a]
(0,0) -- (0,-1.2); %T1-3
\foreach \a in {0,...,2}
\draw[rotate=-90*\a]
(0,1.2) -- (1.2,1.2) -- (1.2,0); %T1-3
\draw[]
(1.2, -1.2) -- (2.4, -1.2)
%(1.2, -1.2) -- (1.2, -2.4)
;
\draw[line width=2]
(0,0) -- (0,-1.2)
(1.2,0) -- (1.2,1.2)
%(0,-1.2) -- (0,-2.4)
;
\node at (-0.4,0.2) {\small $\cdots$};
\node at (0.2,0.2) {\small $\beta$}; %T1
\node at (0.2,1) {\small $\alpha$};
\node at (0.98,0.95) {\small $\delta$};
\node at (0.98,0.2) {\small $\gamma$};
\node at (0.2,-0.25) {\small $\delta$}; %T2
\node at (0.2,-1) {\small $\gamma$};
\node at (0.98,-0.2) {\small $\alpha$};
\node at (0.98,-1) {\small $\beta$};
\node at (-0.2,-0.25) {\small $\delta$}; %T3
\node at (-0.2,-1) {\small $\gamma$};
\node at (-0.98,-0.2) {\small $\alpha$};
\node at (-0.98,-1) {\small $\beta$};
\node at (1.4, 0) {\small $\delta$}; %T4
\node at (1.4, -1) {\small $\alpha$};
\node at (1.2,-1.5) {\small $\beta / \delta$}; %T5
\node[inner sep=1,draw,shape=circle] at (0.6,0.55) {\small $1$};
\node[inner sep=1,draw,shape=circle] at (0.6,-0.65) {\small $2$};
\node[inner sep=1,draw,shape=circle] at (-0.58,-0.65) {\small $3$};
\node[inner sep=1,draw,shape=circle] at (1.8, 0) {\small $4$};
\node[inner sep=1,draw,shape=circle] at (0.6,-1.85) {\small $5$};
\end{scope}
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2204.02748 |
|
\documentclass{llncs}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{tikz-cd}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{positioning}
\usetikzlibrary{automata,arrows}
\usetikzlibrary{shapes}
\tikzset{main node/.style={circle,draw,minimum size=.5cm,inner sep=0pt}}
\begin{document}
\begin{tikzpicture}[>=stealth',shorten >=1pt,auto,node distance=2 cm, scale = 1, transform shape,
blacknode/.style={shape=circle, draw=black, accepting},
rednode/.style={shape=circle, draw=red},
]
\node[rednode] (p0) [] {$p^2_0$};
\node[blacknode] [right of=p0] (p1) {$p^2_1$};
\node[rednode] (p2) [right of=p0, below of=p0] {$p^2_2$};
\node[blacknode] [below of = p0] (p3) {$p^2_3$};
\path[->]
(p0) edge [bend left] node [] {} (p1)
(p1) edge [bend left] node [] {} (p2)
(p2) edge [bend left] node [] {} (p3)
(p3) edge [bend left] node [] {} (p0)
(p0) edge [bend left,dashed] node [] {} (p3)
(p1) edge [bend left,dashed] node [] {} (p0)
(p2) edge [bend left,dashed] node [] {} (p1)
(p3) edge [bend left,dashed] node [] {} (p2)
;
\matrix [draw,below right] at (current bounding box.north east) {
\node [blacknode,label=right:Black] {}; \\
\node [rednode,label=right:Red] {}; \\
};
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/1903.03218 |
|
\documentclass[11pt, notitlepage]{article}
\usepackage{amsmath,amsthm,amsfonts}
\usepackage{amssymb}
\usepackage{color}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=.65, transform shape]
\node [draw, shape=circle, scale=.8] (1) at (0,0) {};
\node [draw, shape=circle, scale=.8] (2) at (3,0) {};
\node [draw, shape=circle, scale=.8] (3) at (6,0) {};
\node [draw, shape=circle, scale=.8] (4) at (9.5,0) {};
\node [scale=1.2] at (0,0.35) {$v_1$};
\node [scale=1.2] at (3,0.35) {$v_2$};
\node [scale=1.2] at (6,0.35) {$v_3$};
\node [scale=1.2] at (9.5,0.35) {$v_x$};
\node [draw, shape=circle, scale=.8] (a1) at (-0.8,-1) {};
\node [draw, shape=circle, scale=.8] (a2) at (0,-1) {};
\node [draw, shape=circle, scale=.8] (a3) at (1,-1) {};
\node [draw, shape=circle, scale=.8] (b1) at (2.3,-1) {};
\node [draw, shape=circle, scale=.8] (b2) at (3,-1) {};
\node [draw, shape=circle, scale=.8] (b3) at (4,-1) {};
\node [draw, shape=circle, scale=.8] (c1) at (5.2,-1) {};
\node [draw, shape=circle, scale=.8] (c2) at (6,-1) {};
\node [draw, shape=circle, scale=.8] (c3) at (7,-1) {};
\node [draw, shape=circle, scale=.8] (d1) at (8.7,-1) {};
\node [draw, shape=circle, scale=.8] (d2) at (9.5,-1) {};
\node [draw, shape=circle, scale=.8] (d3) at (10.5,-1) {};
\node [scale=1.2] at (-0.7,-1.4) {$\ell_{1,1}$};
\node [scale=1.2] at (0.1,-1.4) {$\ell_{1,2}$};
\node [scale=1.2] at (1.1,-1.4) {$\ell_{1,\alpha}$};
\node [scale=1.2] at (2.4,-1.4) {$\ell_{2,1}$};
\node [scale=1.2] at (3.1,-1.4) {$\ell_{2,2}$};
\node [scale=1.2] at (4.1,-1.4) {$\ell_{2,\alpha}$};
\node [scale=1.2] at (5.3,-1.4) {$\ell_{3,1}$};
\node [scale=1.2] at (6.1,-1.4) {$\ell_{3,2}$};
\node [scale=1.2] at (7.1,-1.4) {$\ell_{3,\alpha}$};
\node [scale=1.2] at (8.8,-1.4) {$\ell_{x,1}$};
\node [scale=1.2] at (9.6,-1.4) {$\ell_{x,2}$};
\node [scale=1.2] at (10.6,-1.4) {$\ell_{x,\alpha}$};
\draw(1)--(2)--(3)--(7,0);\draw[thick, dotted](7,0)--(8.5,0);\draw(8.5, 0)--(4);
\draw(a1)--(1)--(a2);\draw(1)--(a3);\draw[thick, dotted](0.3,-1)--(0.7,-1);
\draw(b1)--(2)--(b2);\draw(2)--(b3);\draw[thick, dotted](3.3,-1)--(3.7,-1);
\draw(c1)--(3)--(c2);\draw(3)--(c3);\draw[thick, dotted](6.3,-1)--(6.7,-1);
\draw(d1)--(4)--(d2);\draw(4)--(d3);\draw[thick, dotted](9.8,-1)--(10.2,-1);
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2108.02745 |
|
\documentclass{llncs}
\usepackage{pgf}
\usepackage{tikz}
\usetikzlibrary{arrows,automata}
\usepackage{amsmath}
\usepackage[utf8]{inputenc}
\usepackage{amssymb}
\usepackage{tikz}
\usetikzlibrary{trees}
\usetikzlibrary{arrows}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{shapes.multipart}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{calc}
\usetikzlibrary{positioning}
\usetikzlibrary{fit}
\usetikzlibrary{backgrounds}
\pgfkeys{/pgf/rectangle split parts=10}
\begin{document}
\begin{tikzpicture}[->,>=stealth',shorten >=1pt,auto,node distance=2.8cm,
semithick,group/.style ={fill=gray!20, node distance=20mm},thickline/.style ={draw, thick, -latex'}]
\tikzstyle{Cstate}=[circle,fill=white,draw=black,text=black, minimum
size = 1cm]
\tikzstyle{Estate}=[circle,fill=none,draw=none,text=black, minimum
size = 1cm]
\tikzstyle{NCstate}=[fill=white,draw=black,text=black, minimum
size = 1cm]
\tikzstyle{CurrState}=[circle,fill=white,draw=red,text=black, minimum
size = 1cm]
\tikzstyle{NCurrState}=[fill=white,draw=red,text=black, minimum
size = 1cm]
\node[CurrState] at (0,5) (I1) {\huge $i$};
\node[NCstate] at (2,5) (J1) {\huge$j$};
\node[Estate] at (0,5.6) (O1) {};
\node[Cstate] at (4,5) (I2) {\huge$i$};
\node[NCstate] at (6,5) (J2) {\huge$j$};
\node[CurrState] at (5,7) (C2) {};
\node[NCstate] at (-2,0) (I3) {\huge$i$};
\node[CurrState] at (0,0) (J3) {\huge$j$};
\node[Estate] at (-2,0.6) (O3) {};
\node[Cstate] at (2,0) (I4) {\huge$i$};
\node[NCurrState] at (4,0) (J4) {\huge$j$};
\node[Estate] at (2,0.6) (O4) {};
\node[Cstate] at (6,0) (I5) {\huge$i$};
\node[CurrState] at (8,0) (J5) {\huge$j$};
\node[NCstate] at (7,2) (C5) {};
\begin{pgfonlayer}{background}
\node [label=below:{$A$},group, fit=(I1) (J1) (O1)] (a) {};
\node [label=below:{$B$},group, fit=(I2) (J2) (C2)] (b) {};
\node [label=below:{$C_1$},group, fit=(I3) (J3) (O3)] (c) {};
\node [label=below:{$C_2$},group, fit=(I4) (J4) (O4)] (d) {};
\node [label=below:{$C_3$},group, fit=(I5) (J5) (C5)] (e) {};
\end{pgfonlayer}
\path (I1) edge [loop above] node {} (I1)
(C2) edge node {} (I2)
(I3) edge [loop above] node {} (I3)
(I4) edge [loop above] node {} (I4)
(I5) edge node {} (C5);
\path[red,dashed] (I1) edge node {} (J1)
(C2) edge node {} (J2)
(J3) edge node {} (I3)
(J4) edge [loop above] node {} (J4)
(J5) edge node {} (C5);
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/1803.02776 |
|
\documentclass[11pt]{amsart}
\usepackage[dvipsnames]{xcolor}
\usepackage{tikz}
\usepackage{tikz-cd}
\usepackage{amsthm,amsfonts,amsmath,amscd,amssymb}
\usepackage{xcolor,float}
\begin{document}
\begin{tikzpicture}
\node (1) [red] at (0,0) [] {$\S_1$};
\node (10) at (3,0) [] {${\color{red} \S_{10}}=\S_{15}$};
\node (2) at (-1,1) [] {${\color{red}\S_2}=\S_3$};
\node (4) [red] at (1,1) [] {$\S_4$};
\node (6) at (3,1) [] {$\S_5={\color{red}\S_6}$};
\node (11) [red] at (5,1) [] {$\S_{11}$};
\node (8) at (0,2) [] {$\S_7={\color{red} \S_8}=\S_9$};
\node (13) [red] at (3,2) [] {$\S_{13}$};
\node (14) at (5,2) [] {${\color{red}\S_{14}}$};
\node (16) [red] at (2.5,3) [] {$\S_{16}$};
\draw (1) -- (2);
\draw (1) -- (4);
\draw (1) -- (6);
\draw (1) -- (11);
\draw (10) -- (6);
\draw (10) -- (11);
\draw (2) -- (8);
\draw (4) -- (8);
\draw (6) -- (13);
\draw (11) -- (14);
\draw (11) -- (16);
\draw (8) -- (16);
\draw (13) -- (16);
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2204.13244 |
|
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,positioning,calc}
\begin{document}
\pagestyle{empty}
\begin{tikzpicture}[node distance = 1mm and 30mm, auto,
box/.style={
rectangle,
draw,
fill=blue!20,
text width=5em,
text centered,
rounded corners,
minimum height=4em
}]
% First column
\node [box] (b1) {Box 1};
\node [box, below=of b1] (b2) {Box 2};
\node [box, below=of b2] (b3) {Box 3};
% Second column
\node [box, right=of b2] (b4) {Box 4};
% Labels at top
\node [above=of b1, font=\large] (title1) {\underline{Column One}};
\draw let \p1=(b4), \p2=(title1) in node [font=\large,text centered] at (\x1,\y2) {\underline{Column Two}};
\end{tikzpicture}
\end{document} | whiteboard | https://tex.stackexchange.com/a/54234 |
|
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{amsmath}
\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{arrows,arrows.meta,positioning,automata}
\tikzset{
%Define standard arrow tip
>=stealth',
%Define style for boxes
punkt/.style={
rectangle,
rounded corners,
draw=black, very thick,
text width=6.5em,
minimum height=2em,
text centered},
% Define arrow style
pil/.style={
->,
thick,
shorten <=2pt,
shorten >=2pt,}
}
\usepackage{circuitikz}
\begin{document}
\begin{tikzpicture}[
scale=5,
axis/.style={very thick, ->, >=stealth'},
important line/.style={thick},
dashed line/.style={dashed, thin},
pile/.style={thick, ->, >=stealth', shorten <=2pt, shorten
>=2pt},
every node/.style={color=black}
]
% axis
\draw[axis] (0,0) -- (1.1,0);
\node(xline)[below] at (0.5,0) {Product variety};
\draw[axis] (0,0) -- (0,0.8);
\node(yline)[above, rotate=90] at (0,0.4) {Volume per variant};
% Lines
\path[draw,pil]
(1,0.1)
-- (0.9,0.1) circle (0.3pt) node[above] {\tiny 1850}
.. controls (0.5,0.1) and (0.3, 0.1) .. (0.2,0.3) circle (0.3pt) node[right] {\tiny 1913}
.. controls (0.1,0.5) and (0.1,0.65) .. (0.15,0.7) circle(0.3pt) node[above] {\tiny 1955}
.. controls (0.15,0.75) and (0.3,0.7).. (0.5,0.6) circle(0.3pt) node[below] {\tiny 1980}
-- (0.75,0.45) circle(0.3pt) node[below] {\tiny 2000}
.. controls (0.8,0.42) and (0.9,0.35) .. (1.08,0.2);
\node[rotate=-10] at (0.55,0.17) {\small Craft production};
\node[rotate=-5] at (0.25,0.8) {\small Mass production};
\node[text width=1.7cm, align=center, rotate=-30] at (0.7,0.6) {\small Mass\\customization};
\node[text width=1.7cm, align=center, rotate=-40] at (1.1,0.3) {\small Personalized production};
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2206.00582 |
|
\documentclass[a4,12pt]{article}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{tikz}
\usetikzlibrary{arrows}
\tikzset{
treenode/.style = {align=center, inner sep=0pt, text centered,
font=\sffamily},
arn_n/.style = {treenode, circle, black, font=\sffamily\bfseries, draw=black,
fill=white, text width=2em},% arbre rouge noir, noeud noir
arn_r/.style = {treenode, circle, red, draw=red,
text width=2em, very thick},% arbre rouge noir, noeud rouge
}
\usepackage[utf8]{inputenc}
\usepackage{colortbl}
\begin{document}
\begin{tikzpicture}[->,>=stealth',level/.style={sibling distance = 5cm/#1,
level distance = 1.5cm}]
\draw(-1.27,-5.2) -- (-1.27,-3.5);
\node[draw = blue] at (-1.27,-5.5) {$x\in\mathcal{C}_{2,1} \Rightarrow h_{\mathcal{T}}(x)=2$};
\node [arn_n] {$\mathcal{C}_{0,0}$}
child{ node [arn_n] {$\mathcal{C}_{1,0}$}
child{ node [arn_n] {$\mathcal{C}_{2,0}$}
child{ node [arn_n] {$\mathcal{C}_{3,0}$}
} %for a named pointer
child{ node [arn_n] {$\mathcal{C}_{3,1}$}}
}
child{ node [arn_r] {$\mathcal{C}_{2,1}$}
child[missing]{}
child[missing]{}
}
}
child{ node [arn_n] {$\mathcal{C}_{1,1}$}
child{ node [arn_n] {$\mathcal{C}_{2,3}$}
child{ node [arn_n] {$\mathcal{C}_{3,5}$}}
child{ node [arn_n] {$\mathcal{C}_{3,6}$}}
}
child{ node [arn_n] {$\mathcal{C}_{2,3}$}
child{ node [arn_n] {$\mathcal{C}_{3,7}$}}
child{ node [arn_n] {$\mathcal{C}_{3,8}$}}
}
}
;
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/1904.04573 |
|
\documentclass[dvipsnames, table, xcdraw]{article}
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{amsmath,amsfonts,bm}
\begin{document}
\begin{tikzpicture}[scale=0.7]
\draw [-, color=black] (0,0) -- (4,0) -- (6, 0);
\draw [thick] (4,-.1) node[below]{$p_i$} -- (4,0.1);
\draw [fill] (0,0) circle [radius=.05];
\node at (0,-.1) [below] {$cs_i$};
\draw [fill] (6,0) circle [radius=.05];
\node at (6,-.1) [below] {$(c+1)s_i$};
\begin{scope}[shift={(0,-.5)}]
\draw [{<[color=black]}-, color=red] (0,1) node[above,color=black]{$P(cs_i) = \frac{\color{blue}u_i}{\color{black}s_i}$} -- (4,1);
\draw [-{>[color=black]}, color=blue] (4,1) -- (6,1) node[above,color=black]{$P((c+1)s_i) = \frac{\color{red}b_i}{\color{black}s_i}$};
\draw [thick] (4,0.9) -- (4,1.1);
\end{scope}
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2111.00465 |
|
\documentclass[tikz, margin=3mm]{standalone}
\usetikzlibrary{arrows.meta,
fit}
\begin{document}
\begin{tikzpicture}[
C/.style = {circle, draw, minimum size=\radius,
inner sep=0pt, sloped},
R/.style = {draw, inner sep=1mm, rotate fit=\ang, fit=#1}, % <--- for rotate fit nodes
every edge/.style = {draw, semithick, -{Straight Barb[angle=60:2pt 3]}}
]
\def\n{5}
\def\radius {7mm}
\node (c) [C] {C};
%
\foreach \i [count=\s from 0] in {1,...,\n}
{
\pgfmathsetmacro{\ang}{90+\s*360/\n}
\path (c) -- node (c1\i) [C] {B} ++ (\ang:3*\radius)
-- node (c2\i) [C, at end] {A} ++ (\ang:0.5*\radius);
\draw (c2\i) edge (c1\i) (c1\i) edge (c);
\node (r\i) [R=(c1\i)(c2\i)] {}; % <--- "used rotate fit"
\node[rotate=270+\ang,
right, anchor=south, font=\footnotesize] at (r\i.east) {$\mathrm{Id}=\i$};
}
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/506831 |
|
\documentclass[runningheads, envcountsame, a4paper]{llncs}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amsfonts, amssymb}
\usepackage{color}
\usepackage{tikz}
\usepackage{xcolor}
\begin{document}
\begin{tikzpicture}
\draw[thick] (2,1) -- (4,2)
(6,1) -- (4,2)
(3.8,2) -- (3.8, 3)
(4.2,2) -- (4.2, 3);
\draw[thick, red] (2.5,0.5) -- (4,2) -- (5.5,0.5);
\node at (4, 2) [draw,scale=1,circle,color=black, fill=white,thick]{\large $\lambda_{R \color{red}_A}$};
\filldraw[color=black, dashed, fill=white, thick](0,0) rectangle (1,1);
\filldraw[color=black, fill=white, thick](1,0) rectangle (2,1);
\filldraw[color=black, fill=white, thick](6,0) rectangle (7,1);
\filldraw[color=black, dashed, fill=white, thick](7,0) rectangle (8,1);
\filldraw[color=black, fill=white, thick](3,3) rectangle (4,4);
\filldraw[color=black, fill=white, thick](4,3) rectangle (5,4);
\node at (2.5, 0.5) [draw,scale=1.5,color=red, fill=white,thick]{$A$};
\node at (5.5, 0.5) [draw,scale=1.5,color=red, fill=white,thick]{$A$};
\draw (1, -0.5) node {\large x-1};
\draw (4, -0.5) node {\large x};
\draw (7, -0.5) node {\large x+1};
\draw (2.5, -0.5) node {\large x-1/2};
\draw (5.5, -0.5) node {\large x+1/2};
\draw (-0.5, 0.5) node {\large t};
\draw (-0.5, 3.5) node {\large t+1};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/1908.01229 |
|
\documentclass{article}
\usepackage[cm]{fullpage}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{shapes,positioning}
\usetikzlibrary{calc}
\tikzset{
outernode/.style={draw,ultra thick,inner sep=0},
innernode/.style={inner sep=.3333em,draw,rectangle split}
}
\newcommand\innernode[2]{\tikz\node[innernode,rectangle split parts=#1]{#2};}
\begin{document}
\begin{tikzpicture}
\node (1) [outernode]
{ \innernode 2 {sco\_groups \nodepart{second} id} } ;
\node (2) [below= 1cm of 1.south east, anchor=north west, outernode]
{ \innernode 3 {sco\_index \nodepart{second} tid \nodepart{third} sco\_id} } ;
\draw [red, ultra thick]
(1.south) node [below left, black] {$1$} --
($(1.south |- 2.west)$) --
(2.west) node [above left, black] {$n$};
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/84459 |
|
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usepackage[utf8]{inputenc}
\usetikzlibrary{calc}
\usepackage{amsmath,amssymb,amsthm,graphicx,caption}
\usetikzlibrary{positioning}
\usetikzlibrary{automata}
\usetikzlibrary[automata]
\usetikzlibrary{snakes}
\begin{document}
\begin{tikzpicture}
[shorten >=1pt,node distance=2cm,initial text=]
\tikzstyle{every state}=[draw=black!50,very thick]
\tikzset{every state/.style={minimum size=0pt}}
\tikzstyle{accepting}=[accepting by arrow]
\node[state,initial] (1){$r_1$};
\node[state] (2)[right of=1] {$1$};
\node[state] (3)[right of=2]{$2$};
\draw[blue,very thick,->](1)--node[midway,black,yshift=2mm]{1}(2);
\draw[blue,very thick,->](2)--node[midway,black,yshift=2mm]{1}(3);
\node[state] (4)[below right of=1]{$3$};
\node[state] (5)[right of=4]{$5$};
\node[teal,left of=4,xshift=1.5cm]{1};
\draw[orange,-,very thick,->,snake=snake](4)--node[midway,black,yshift=3mm,xshift=1mm]{1}(5);
\path[orange,-,draw,dashed,thick] (2) -- ($ (4) !.5! (5) $);
\node[state,initial] (6)[below left of=4]{$r_2$};
\node[state] (7)[ below right of=5]{$7$};
\node[state](8)[right of=7]{$8$};
\draw[blue,->,very thick](7)--node[midway,black,yshift=2mm]{1}(8);
\draw[blue,->,very thick](6)--node[midway,black,yshift=2mm]{1}(7);
\draw[blue,very thick,->](5)--node[midway,black,yshift=2mm]{1}(7);
\node[state](9)[above of=7]{$9$};
\node[state,accepting](10)[right of=9,xshift=4mm]{$\max\{0,r_1 - r_2\}$};
\draw[orange,very thick,->,snake=snake](9)--node[midway,black,yshift=3mm]{1}(10);
\node[teal,left of=9,xshift=1.5cm]{1};
\path[orange,-,draw,dashed,thick] (7) -- ($ (9) !.3! (10) $);
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2109.06608 |
|
\documentclass[11pt]{article}
\usepackage[usenames,dvipsnames]{color}
\usepackage{amsthm, amssymb, amsmath, amsfonts}
\usepackage{tikz}
\usetikzlibrary{shapes,snakes}
\usetikzlibrary{arrows}
\begin{document}
\begin{tikzpicture}
\node[draw, circle, black] (1) at(0,0) {$1$};
\node[draw, circle, black] (2) at(0,2) {$2$};
\node[draw, circle, black] (3) at(2,2) {$3$};
\node[draw, circle, black] (4) at(2,0) {$4$};
\draw[-, ultra thick, black] (1) -- node [midway,left] {$a$}
(2) -- node [midway,above] {$b$}
(3) -- node [midway,right] {$c$} (4);
\draw[dashed, ultra thick, red] (1) -- node [midway,below] {$d$} (4);
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/1912.03844 |
|
\documentclass[tikz]{standalone}
\usepackage{tikz}
\usepackage{amsfonts}
\usepackage{bm}
\usetikzlibrary{arrows,petri,backgrounds,fit}
\tikzset{>=stealth',every on chain/.append style={join}, every join/.style={->}}
\begin{document}
\begin{tikzpicture}[thick,auto,node distance=1cm]
\tikzstyle{n}=[circle,draw=blue!75,fill=blue!20,minimum size=10pt,inner sep=0pt]
\tikzstyle{pil}=[->,thick,shorten <=2pt,shorten >=2pt]
\tikzstyle{nlegend}=[circle,draw=blue!75,fill=blue!20,minimum size=5pt,inner sep=0pt]
\node [n] (Z) [label=right:{$Z \sim \mathcal{N}(\bm{\mu}, \bm{\Sigma})$}] {};
\node [n] (pk) [below of=Z,label={[name=pklabel]right:{$p_k = \texttt{logistic}(\langle \beta_k, Z \rangle))$}},tokens=1] {};
\node [n] (bk) [left of=pk,label=below:$\beta_k$,tokens=1] {};
\node [n] (Ak) [below of=pk,label=right:$A_k \sim \mathcal{B}(p_k)$] {};
\node (plate) [below of=bk] {\scriptsize$k \in V$};
\path[pil] (Z) edge (pk);
\path[pil] (bk) edge (pk);
\path[pil] (pk) edge (Ak);
\node [n] (nl) [label=right:deterministic,tokens=1,below of=plate] {};
\begin{pgfonlayer}{background}
\node[draw=black!10,fill=black!10,rectangle,rounded corners,fit=(plate) (pklabel)] {};
\end{pgfonlayer}
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/530791 |
|
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{automata,arrows}
\begin{document}
\begin{tikzpicture}%
[>=stealth',shorten >=1pt,auto,node distance=5 cm,
scale = 1, transform shape]
\node[initial,state,initial text=] (B) {$B$};
\node[state] (AB) [below of=B] {$A,B$};
\node[state] (ABD) [right of=AB]{$A,B,D$};
\node[state,accepting] (BC) [right of=B] {$B,C$};
\node[state,accepting] (ABCD) [right of=BC]{$A,B,C,D$};
\path[->]
(B) edge node {$a$} (BC)
(B) edge node {$b$} (AB)
(AB) edge node {$a$} (BC)
(AB) edge node {$b$} (ABD)
(BC) edge [loop above] node {$a$} (BC)
(BC) edge [bend left=10] node {$b$} (ABCD)
(ABD) edge node {$a$} (BC)
(ABD) edge [loop below] node {$b$} (ABD)
(ABCD) edge [bend left=10] node {$a$} (BC)
(ABCD) edge [loop above] node {$b$} (ABCD)
;
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/335869 |
|
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{positioning}
\begin{document}
\begin{tikzpicture}
\node(x1) {$x_1$};
\node(x2) [right = 1.5cm of x1] {$x_2$};
\node(x3) [right = 1.5cm of x2]{$x_3$};
\node(x4) [right = 1.5cm of x3]{$x_4$};
\draw [->] (x1) -- (x2) ;
\draw [->] (x2) -- (x3) ;
\draw [->] (x3) -- (x4) ;
\node(y1) [below = 2 of x1]{$y_1$};
\node(y2) [below = 2 of x2] {$y_2$};
\node(y3) [below = 2 of x3] {$y_3$};
\node(y4) [below = 2 of x4] {$y_4$};
\draw [->] (y1) -- node[left, pos=0.2] {beginning} (x1) ;
\draw [->] (y2) -- node[left, pos=.8] {ending} (x2) ;
\draw [->] (y3) -- node[left] {label 3} (x3) ;
\draw [->] (y4) -- node[left] {label 4} (x4) ;
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/151285 |
|
\documentclass[tikz,border=3.14mm]{standalone}
\usetikzlibrary{chains}
\begin{document}
\begin{tikzpicture}[
start chain=going base right,
node distance=2cm,
every on chain/.append style=
{draw = violet,
circle,
inner sep=0pt,
minimum size=1cm,
line width=1pt,
font=\sffamily},
myedge/.style={line width=1pt, violet}]
\foreach \i in {1,...,6}
\node[on chain] (\i) {\i};
\foreach \i in {1,...,5}
{
\pgfmathtruncatemacro{\j}{\i+1}
\draw[myedge] (\i) -- (\j);
}
\draw[myedge] (1) to [out=90, in=0] ++(-2,3)
(2) to [out=90, in=180] ++(2,3)
(3) to [out=90, in=90, looseness=1.5] (4)
(5) to [out=90, in=180] ++(2,3);
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/639512 |
|
\documentclass[article,11pt,reqno]{amsart}
\usepackage{color}
\usepackage{amsmath}
\usepackage{tikz}
\usetikzlibrary{arrows,decorations.markings}
\newcommand{\cB}{\mathcal{B}}
\begin{document}
\begin{tikzpicture}[scale=0.6]
\path [draw=none,fill=green, fill opacity = 0.1,even odd rule] (-9,-9) rectangle (9,9) (4,0) circle (4);
\path [draw=none,fill=red, fill opacity = 0.1,even odd rule] (0,0) circle (5) (4,0) circle (4);
\path [draw=none,fill=white, fill opacity = 1,even odd rule] (0,0) circle (5);
\draw (0,0) circle (1);
\draw (0,0) circle (2);
\draw (0,0) circle (5);
\draw (4,0) circle (4);
\draw [decoration={markings,mark=at position 1 with
{\arrow[scale=3,>=stealth]{>}}},postaction={decorate}] (0,-9) -- (0,9);
\draw [decoration={markings,mark=at position 1 with
{\arrow[scale=3,>=stealth]{>}}},postaction={decorate}] (-9,0) -- (9,0);
\path [draw=none,fill=blue, fill opacity = 0.1,even odd rule] (0,0) circle (1);
\node at (-1.1,-1.1) {\large $R/2$};
\node at (1.9,1.9) {\large $R$};
\draw[fill=black] (4,0) circle (0.1);
\node at (4.3,0.3) {\large $x$};
\node at (-2.3,5.3) {\large $|x|+R/2$};
\node at (3,-1.3) {\large $\cB_{|x|}(x)$};
\node at (6,1.5) {\large $A_1(x)$};
\node at (6,5.5) {\large $A_2(x)$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2107.11580 |
|
\documentclass{article}
%\usepackage{geometry}
\usepackage{tikz}
\usetikzlibrary{patterns}
\topmargin=-0.45in
\evensidemargin=0in
\oddsidemargin=0in
\textwidth=6.5in
\textheight=9.0in
\headsep=0.25in
\linespread{1.1}
\newcommand{\A}{\mathbf{A}}
\newcommand{\B}{\mathbf{B}}
\newcommand{\C}{\mathbf{C}}
\newcommand{\x}{\mathbf{x}}
\begin{document}
C in part(c)
\colorlet{circle edge}{blue!50}
\colorlet{circle area}{blue!20}
\tikzset{filled/.style={fill=circle area, draw=circle edge, thick},
outline/.style={draw=circle edge, thick}}
\begin{center}
\begin{tikzpicture}[standard ellipse/.style={insert path={(0,0) ellipse (#1*1.5cm and #1*.5cm)}},
standard ellipse/.default=1,
extra circle/.style={insert path={(2,0) ellipse (1.1cm and 2cm)}}]
\begin{scope}[local bounding box=left]
\coordinate (O) at (0,0);
\begin{scope}
\clip[extra circle];
\fill[filled,standard ellipse];
\end{scope}
\draw[outline,standard ellipse=2] node[right=2.25cm] {$\A$};
\draw[outline,standard ellipse] node [] {$\B$};
\draw[fill] (0:1) circle (1pt) node[right=1pt,font=\scriptsize] {$\x$};
\draw[outline,extra circle] node[above=1cm] {$\C$};
\node at (0,-2) [below] {$\mathbf{B \cap C}$};
\node at (4,-2) [below] {$\mathbf{\subset}$};
\end{scope}
\begin{scope}[local bounding box=right,shift={([xshift=3cm]left.east|-O)}]
\begin{scope}
\clip[extra circle];
\fill[filled,standard ellipse=2];
\path[pattern=north east lines,even odd rule,standard ellipse=2,standard
ellipse=1];
\end{scope}
\draw[outline,standard ellipse=2] node[right=2.25cm] {$\A$};
\draw[outline,standard ellipse] node [] {$\B$};
\draw[fill] (0:1) circle (1pt) node[right=1pt,font=\scriptsize] {$\x$};
\draw[outline,extra circle] node[above=1cm] {$\C$};
\node at (0,-2) [below] {$\mathbf{A \cap C}$};
\end{scope}
\end{tikzpicture}
\end{center}
\end{document} | paper | https://tex.stackexchange.com/a/472144 |
|
\documentclass{tufte-handout}
\usepackage{tikz}
\tikzset{
place/.style={circle,draw=gray,fill=gray,very thick,on chain,join},
widelabels/.style={below,text width=3cm,align=center,font=\sffamily},
mychain/.style={start chain,node distance=2cm,every join/.style={gray, very thick}}
}
\usetikzlibrary{quotes,chains}
\begin{document}
\section{Some variables to play with}
\subsection{Time}
\begin{tikzpicture}[mychain]
% put points on graph
\node [place,"Alternate past" widelabels] (n1) {};
\node [place,"Present" widelabels] (n2) {};
\node [place,"Near future" widelabels](n3) {};
\node [place,"Far future" widelabels](n4) {};
\end{tikzpicture}
\subsection{Hard vs. soft SF}
\begin{tikzpicture}[mychain]
% put points on graph
\node [place,"2001" widelabels] (n1) {};
\node [place,"Alien" widelabels] (n2) {};
\node [place,"Blade runner" widelabels](n3) {};
\node [place,"WOTW" widelabels](n4) {};
\end{tikzpicture}
\subsection{Optimism vs. pessimism}
\begin{tikzpicture}[mychain]
% put points on graph
\node [place,"Star Trek" widelabels] (n1) {};
\node [place,"Neutron Star" widelabels] (n2) {};
\node [place,"WOTW" widelabels](n3) {};
\node [place,"New Rose Hotel" widelabels](n4) {};
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/366601 |
|
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows.meta,positioning}
\begin{document}
\begin{tikzpicture}[mycircle/.style={circle,draw=black, text opacity=1, inner sep=5pt}, myarrow/.style={-Stealth},node distance=0.6cm and 1.2cm]
\node[mycircle] (c1) {$s$};
\node[mycircle,below right=of c1] (c2) {$v_2$};
\node[mycircle,right=of c2] (c3) {$v_4$};
\node[mycircle,above right=of c1] (c4) {$v_1$};
\node[mycircle,right=of c4] (c5) {$v_3$};
\node[mycircle,below right=of c5] (c6) {$t$};
\foreach \i/\j/\txt/\p/\col/\lw in {% start node/end node/text/position/color/lw
c2/c1/2/below/black/0.8pt,
c1.60/c4.190/2/above/red/2pt,
c4.210/c1.35/\textcolor{blue}{1}/below/black/0.8pt,
c2.0/c3.180/1/above/black/0.8pt,
c3.200/c2.340/\textcolor{blue}{2}/below/red/2pt,
c3/c6/1/above/black/0.8pt,
c6.240/c3.10/\textcolor{blue}{1}/below/red/2pt,
c5/c4/\textcolor{blue}{2}/above/black/0.8pt,
c5.350/c6.110/1/above/black/0.8pt,
c6.135/c5.330/\textcolor{blue}{2}/below/black/0.8pt,
c2/c5/\textcolor{blue}{1}/below/black/0.8pt,
c3.80/c5.280/2/below/black/0.8pt,
c5.260/c3.100/\textcolor{blue}{1}/below/black/0.8pt,
c4.260/c2.100/\textcolor{blue}{1}/below/red/2pt,
c2.80/c4.280/2/below/black/0.8pt}
\draw [myarrow,\col,line width=\lw] (\i) -- node[sloped,font=\tiny,\p,black] {\txt} (\j);
\node[below] at (2.75,-2) {(b)};
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/647879 |
|
\documentclass[12pt]{article}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{tikz}
\usetikzlibrary{arrows,automata,decorations.pathreplacing,positioning}
\begin{document}
\begin{tikzpicture}[>=stealth',shorten >=1pt,auto,node distance=1.5cm,scale = 1,transform shape,bend angle=10,accepting/.style={double distance=2pt, outer sep=0.75pt+\pgflinewidth}]
\node[state,initial] (p_0) {$p_0$};
\node[state] (p_1) [right=of p_0] {$p_1$};
\node[state] (p_2) [right=of p_1] {$p_2$};
\node (p_3) [right=of p_2] {$\dots$};
\node[state] (p_k) [right=of p_3] {$p_k$};
\path[->] (p_0) edge node {$0$} (p_1)
(p_1) edge node {$0$} (p_2)
(p_2) edge node {$0$} (p_3)
(p_3) edge node {$0$} (p_k);
\draw[decorate,thick, decoration={brace, amplitude=10pt,mirror}] (p_0.south) -- (p_k.south)
node [midway,below=10pt] {$k+1$};
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/597497 |
|
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows.meta}
\tikzset{>={Straight Barb[length=4pt]}}
\begin{document}
\begin{tikzpicture}[scale=3]
% Nodes
\node (b0) at (0,0) {$\mathcal B$};
\node (c0) at (1,0) {$\mathcal C$};
\node (b1) at (0,1) {$\mathcal B'$};
\node (c1) at (1,1) {$\mathcal C'$};
% Arrows
\draw[->] (b1) to [out=40,in=140] node[above] {$U^{-1}AU$} (c1);
\draw[->] (c1) to [out=-140,in=-40] node[below] {$UA^{-1}U$} (b1);
\draw[->,dashed,red] (b0) to node[left,black] {$U^{-1}$?} (b1);
\draw[->,dashed,red] (c0) to node[right,black] {$U$?} (c1);
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/305670 |
|
\documentclass[]{article}
\usepackage{amsmath, amsthm, amssymb,enumerate}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{pgfplots,amsmath}
\usetikzlibrary{shapes,arrows,fit,calc,positioning,patterns,decorations.pathmorphing,decorations.pathreplacing}
\tikzset{ brokenrect/.style={
append after command={
\pgfextra{
\path[draw,#1]
decorate[decoration={zigzag,segment length=0.3em, amplitude=.7mm}]
{(\tikzlastnode.north east)--(\tikzlastnode.south east)}
-- (\tikzlastnode.south west)|-cycle;
}}}}
\tikzset{ brokenrect2/.style={
append after command={
\pgfextra{
\path[draw,#1]
decorate[decoration={zigzag,segment length=0.3em, amplitude=.7mm}]
{(\tikzlastnode.north west)--(\tikzlastnode.south west)}
-- (\tikzlastnode.south east)|-cycle;
}}}}
\tikzset{cross/.style={cross out, draw=black, minimum size=2*(#1-\pgflinewidth), inner sep=0pt, outer sep=0pt},
%default radius will be 1pt.
cross/.default={1pt}}
\newcommand{\Copts}{C^{{\sc OPT}_s}}
\begin{document}
\begin{tikzpicture}
\def\ox{0}
\def\oy{0}
\coordinate(o) at (\ox,\oy);
%axis
\def\tl{9.0}
\draw [-latex](\ox,\oy) node[above left]{} -- (\ox+\tl,\oy) node[above,font=\small]{$t$};
%definitions for jobs
\def\pi{0.5}
\tikzstyle{mystyle}=[draw, minimum height=0.5cm,rectangle, inner sep=0pt,font=\scriptsize]
\tikzstyle{mystyle}=[draw, minimum height=0.5cm,rectangle, inner sep=0pt,font=\scriptsize]
%jobs
\node(b1) [above right=-0.01cm and -0.01cm of o,mystyle, minimum width=0.5 cm]{};
\node(b2) [right=0cm of b1,mystyle, minimum width=0.5 cm]{};
\node(b2) [right=0.5cm of b2,mystyle, minimum width=0.5 cm]{};
\node(b3) [right=0.8cm of b2]{$\ldots$};
\node(b5) [right=2.15cm of b2,mystyle, minimum width=0.8 cm]{$a_{j'}$};
\node(b6) [right=2.5cm of b5, mystyle, minimum width=0.5 cm]{$b_{j'}$};
\draw [<->] (0,0.65)--node[above]{\small $\geq\sum_{i=1}^j a_i$}(5,0.65);
\draw [<->] (5,0.65)--node[above]{\small $L_{j'}$}(7.5,0.65);
\draw (8,0) -- (8,-0.2) node[below] {\tiny $\Copts_j$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2207.00394 |
|
\documentclass[10pt, a4paper]{amsart}
\usepackage{graphicx, subfig}
\usepackage{graphics}
\usepackage{tikz}
\usepackage[all]{xy}
\usetikzlibrary{arrows,automata}
\usetikzlibrary{shapes,snakes}
\usetikzlibrary{positioning}
\newsavebox{\bigpicture}
\newcommand{\adapttobigpicture}{%
\vrule height\ht\bigpicture depth\dp\bigpicture width0pt
}
\begin{document}
\begin{figure}[h]
\centering
\sbox{\bigpicture}{%
\begin{tikzpicture}[baseline=(b),->,>=stealth',shorten <= 2pt, shorten >= 2pt,auto,node distance= 2.2cm]
\tikzstyle{every state}=[draw,circle split,minimum width={2em}]
\node[state] (a1) {$a_1$ \nodepart{lower} $A$};
\node[state] (b) [below right = .3cm and 3.5cm of a1] {$b$ \nodepart{lower} $B$};
\node[state] (a2) [below left = .3cm and 3.5cm of b] {$a_2$ \nodepart{lower} $A$};
\path[->]
(a1) edge [loop above, below left] node {$\frac13\;$} (a1)
edge [bend left] node {$\frac13$} (b)
edge [bend right,left] node {$\frac13$} (a2)
(a2) edge [bend right, right] node {$\frac23$} (a1)
edge [bend right, below] node {$\frac13$} (b)
(b) edge [loop above, below right] node {$\;\;1$} (b)
;
\end{tikzpicture}%
}
\subfloat[First SS]{\usebox{\bigpicture}\label{fig:ss.example.a}}\qquad
\subfloat[Second SS]{%
\adapttobigpicture
\begin{tikzpicture}[baseline=(-b),->,>=stealth',shorten <= 2pt, shorten >= 2pt,auto,node distance= 2.2cm]
\tikzstyle{every state}=[draw,circle split,minimum width={2em}]
\node[state] (-a) {$\bar a$ \nodepart{lower} $A$};
\node[state] (-b) [right = 3cm of -a] {$\bar b$ \nodepart{lower} $B$};
\path[->]
(-a) edge [loop above, below left] node {$\frac23\;$} (-a)
edge node {$\frac13$} (-b)
(-b) edge [loop above, below right] node {$\;\;1$} (-b)
;
\end{tikzpicture}%
\label{fig:ss.example.b}%
}
\caption{Example of two finite autonomous SSs.}
\label{fig:ss.example}
\end{figure}
\end{document} | paper | https://tex.stackexchange.com/a/192674 |
|
\documentclass[10pt]{amsart}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{pgf}
\usepackage{tikz}
\usetikzlibrary{cd}
\begin{document}
\begin{tikzpicture}
\draw (0.8,0) circle (0.8);
\draw[fill] (0, 0) node {} (0, 0) circle (0.1);
\node at (-0.4,0) {$v_0$};
\draw[fill] (1.6, 0) node {} (1.6, 0) circle (0.1);
\node at (2,0) {$w_0$};
\draw[->, line width=0.3mm] (0.79875,-0.8) to (0.80125,-0.8);
\draw[->, line width=0.3mm] (0.79875,0.8) to (0.80125,0.8);
\node at (0.8,1) {$x$};
\node at (0.8,-1) {$z$};
\draw (4.4,0) circle (0.8);
\draw[fill] (3.6, 0) node {} (3.6, 0) circle (0.1);
\node at (3.2,0) {$v_0$};
\draw[fill] (5.2, 0) node {} (5.2, 0) circle (0.1);
\node at (5.6,0) {$w_1$};
\draw[->, line width=0.3mm] (4.39875,-0.8) to (4.40125,-0.8);
\draw[->, line width=0.3mm] (4.39875,0.8) to (4.40125,0.8);
\node at (4.4,1) {$w$};
\node at (4.4,-1) {$y$};
\draw[fill] (7.2, 0) node {} (7.2, 0) circle (0.1);
\node at (6.8,0) {$v_0$};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2012.15141 |
|
\documentclass[11pt]{article}
\usepackage{amsmath,amsfonts,amsthm,amssymb,graphicx,tikz,tikz-cd,url,hyperref}
\newcommand{\bbP}{\mathbb{P}}
\begin{document}
\begin{tikzpicture}
\draw[very thick, blue] (-2,2) -- (2,-2);
\draw[white, fill=white] (0,0) circle (0.25cm);
\draw[very thick, blue] (-2,-1) -- (4,2);
\draw[very thick, orange] (2,1) -- (5/4,-5/4);
\node[blue, right] at (4,2) {$\bbP(V_1)$};
\node[blue, right] at (2,-2) {$\bbP(V_2)$};
\draw[orange, fill=orange] (13/8,-1/8) circle (0.05cm) node[right] {$[v_1, v_2]$} node[below left] {$U$};
\node[blue, above left] at (2,1) {$[v_1]$};
\draw[blue, fill=white] (2,1) circle (0.07cm);
\node[blue, below left] at (5/4,-5/4) {$[v_2]$};
\draw[blue, fill=white] (5/4,-5/4) circle (0.07cm);
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2105.12772 |
|
\documentclass{article}
\usepackage{tikz}
\usepackage{stackengine}
\begin{document}
\def\stackalignment{l}
\newsavebox{\mypic}
\sbox\mypic{
\begin{tikzpicture}
[scale=.5,auto=left,every node/.style={circle,fill=blue!20}]
\node (n2) at (0,8) {$x_{2}$};
\node (n1) at (-3,6) {$x_{1}$};
\node (n3) at (3,6) {$x_{3}$};
\node (n4) at (2,2) {$x_{4}$};
\node (n5) at (-2,2) {$x_{5}$};
\foreach \from/\to in {n1/n3,n1/n5,n5/n4,n3/n4,n1/n2}
\draw (\from) -- (\to);
\draw[bend left] (n2) to (n3);
\draw[bend right] (n2) to (n3);
\draw(n4) to [out=160,in=100,distance=3cm] (n4);
\end{tikzpicture}
}
\bottominset{$s_{12}$}{%
\bottominset{$s_{23}$}{%
\bottominset{$s_{34}$}{%
\bottominset{$s_{45}$}{%
\bottominset{$s_{51}$}{%
\bottominset{loop}{%
\usebox{\mypic}%
}{1.6cm}{1.8cm}
}{1.2cm}{0.3cm}
}{0.1cm}{1.7cm}
}{1.4cm}{3.3cm}
}{3.2cm}{3.0cm}
}{3.0cm}{0.8cm}
\end{document} | paper | https://tex.stackexchange.com/a/130568 |
|
\documentclass[12pt]{article}
\usepackage{amsfonts, amssymb, amsmath, amsthm}
\usepackage{tikz}
\usetikzlibrary{arrows}
\usepackage{color,hyperref}
\newcommand{\Rn}{\mathbb{R}^{^n}}
\newcommand{\mcSS}{\mathcal{S}^{\mathbf{x}}}
\newcommand{\mcI}{\mathcal{I}}
\newcommand{\mcII}{\mathcal{I}^{\mathbf{x}}}
\newcommand{\xv}{\mathbf{x}}
\begin{document}
\begin{tikzpicture}[baseline=(current bounding box.center)]
\node (1) at (0,2) {$1$};
\node (Rp) at (-3,0) {$\Rn$};
\node (YX) at (0,0) {$Y^X$};
\node (Y) at (3,0) {$Y$};
\node (com) at (6,0) {$\mcSS_{p} = \mcSS_n \circ \delta_{i}$};
\draw[->,right] (1) to node {$Pi^{-1}$} (YX);
\draw[->,left,above] (1) to node {$P$} (Rp);
\draw[->,above] ([yshift=2pt] Rp.east) to node {$\delta_{i}$} ([yshift=2pt] YX.west);
\draw[->,below] ([yshift=-2pt] YX.west) to node {$\mcI_{\star}$} ([yshift=-2pt] Rp.east);
\draw[->,above] ([yshift=2pt] YX.east) to node {$\mcSS_n$} ([yshift=2pt] Y.west);
\draw[->,below] ([yshift=-2pt] Y.west) to node {$\mcII_n$} ([yshift=-2pt] YX.east);
\draw[->,above,right] (1) to node [yshift=4pt] {$\mcSS_n \circ Pi^{-1}$} (Y);
\draw[->,out=225,in=-45,looseness=.5,below] (Y) to node {$\mathcal{I}^{\xv}_{p}$} (Rp);
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/1312.1445 |
|
\documentclass{article}
\usepackage[english]{babel}
\usepackage{tikz}
\usepackage{booktabs}
\usepackage{array}
\begin{document}
\begin{tabular}{ l l l >{\centering\arraybackslash}m{7cm} }
\toprule
\multicolumn{4}{ c }{Convergence} \\
\midrule
Time & \multicolumn{2}{ c }{Information} & Graph \\
\cmidrule(r){1-1}\cmidrule(lr){2-3}\cmidrule(l){4-4}
& Vertice & 1 & \\[1cm]
1 & ${P(1)}$ & 0.5 &
\raisebox{-2.3cm}[0pt][0pt]{%
\begin{tikzpicture}[scale=.3,auto=left]
\node (n1) at (10.6,4.9) [draw, circle,fill=green!20] {1};
\node (n2) at (4,0.8) [draw, circle,fill=blue!20] {2};
\node (n3) at (3.8,11.4) [draw, circle,fill=green!20] {3};
\node (n4) at (0.1,6.4) [draw, circle,fill=green!20] {4};
\node (n5) at (3.6,3.4) [draw, circle,fill=blue!20] {5};
\node (n6) at (7.4,2.3) [draw, circle,fill=blue!20] {6};
\node (n7) at (9,10.4) [draw, circle,fill=green!20] {7};
\node (n8) at (18,10.8) [draw, circle,fill=green!20] {8};
%
\foreach \from/\to in {n6/n2,n2/n5,n5/n6}
\draw[blue] (\from) -- (\to);
\foreach \from/\to in {n1/n8,n8/n7,n7/n1,n3/n7,n4/n3}
\draw[green] (\from) -- (\to);
\foreach \from/\to in {n6/n1,n5/n4,n2/n4,n1/n5}
\draw[red] (\from) -- (\to);
\end{tikzpicture}} \\[1cm]
& Chance & 0.5 & \\[1cm]
\cmidrule(r){1-1}\cmidrule(lr){2-3}\cmidrule(l){4-4}
& Vertice & 1 & 0.5 \\
1 & ${P(1)}$ & 0.5 & 0.5 \\
& Chance & 0.5 & 0.5 \\
\bottomrule
\end{tabular}
\end{document} | paper | https://tex.stackexchange.com/a/127412 |
|
\documentclass[tikz,border=4mm]{standalone}
\usetikzlibrary{calc,shapes,positioning}
\tikzset{%
root/.style = { draw, ellipse, fill=blue!10,
font = \sffamily\LARGE\bfseries, align = center},
main/.style = { draw, rounded corners = 6pt, fill=blue!10, align = center,
font = \sffamily\Large\bfseries, minimum height = 11ex,
inner sep = 6pt},
end/.style = { font = \sffamily\bfseries},
}
\newcommand*{\len}{18}
\begin{document}
\begin{tikzpicture}
% Base graph coordinates
\coordinate (A);
\coordinate (B) at ($(A)+(\len,0)$);
\coordinate (D) at ($(A)!.4!(B)$);
\coordinate (E) at ($(A)!.7!(B)$);
\coordinate (F) at ($(D)!.5!(E)$);
% main leaves coordinates
\coordinate (health) at ($(D)+(120:\len/3)$);
\coordinate (order) at ($(E)+(120:\len/3)$);
\coordinate (inventory) at ($(F)+(240:\len/3)$);
% graph lines
\draw (A) -- (B)
(D) -- (health)
(E) -- (order)
(F) -- (inventory);
% root node
\node [root] at (B) {Chemical\\Tracking\\System};
% main leaves nodes
\node [main, above = 0 of health] {Health \&\\Safety};
\node [main, above = 0 of order] {Order\\Chemicals};
\node [main, below = 0 of inventory] {Inventory\\Management};
% end leaves nodes, positioning in relation to existing nodes
% somehow manually, but relative positioning makes changes easier
\node (info) [end, anchor=west] at ($(A)+(0,0.2*\len)$) {Health \& Safety Info};
\node (compliance) [end, anchor=west] at ($(A)!.6666!(info.west)$) {Compliance Reporting};
\node (exposure) [end, anchor=west] at ($(A)!.3333!(info.west)$) {Chemical Exposure Report};
\node (laboratories) [end, anchor=west] at ($(A)-(0,0.1*\len)$) {Laboratories};
\node (stockroom) [end, anchor=west] at ($(A)!.5!(laboratories.west)$) {Chemical Stockroom};
\node (incident) [end] at ($(health)!.6666!(order)-(0,1)$) {Incident Reporting};
\node (request) [end] at ($(incident)!.4!(F)$) {Chemical Request};
\node (receiving) [end] at ($(inventory)!.5!(E)+(1,0)$) {Receiving};
\node (search) [end] at ($(order)!.5!(B)+(1,1)$) {Search};
% draw lines
\draw (info.east) -- ($(health)!(info.east)!(D)$);
\draw (compliance.east) -- ($(health)!(compliance.east)!(D)$);
\draw (exposure.east) -- ($(health)!(exposure.east)!(D)$);
\draw (incident.west) -- ($(health)!(incident.west)!(D)$);
\draw (request.east) -- ($(order)!(request.east)!(E)$);
\draw (stockroom.east) -- ($(inventory)!(stockroom.east)!(F)$);
\draw (laboratories.east) -- ($(inventory)!(laboratories.east)!(F)$);
\draw (receiving.west) -- ($(inventory)!(receiving.west)!(F)$);
\draw (search.west) -- ($(order)!(search.west)!(E)$);
\end{tikzpicture}
\end{document} | paper | https://tex.stackexchange.com/a/365018 |
|
\documentclass[border=2pt]{standalone}
%Drawing
\usepackage{tikz}
\tikzset{>=latex}
% Notation
\usepackage{physics}
% Colors
\definecolor{blue1}{rgb}{0.0, 0.33, 0.71}
\definecolor{blue2}{rgb}{0.29, 0.59, 0.82}
\begin{document}
\begin{tikzpicture}
%Grid
% \draw[line width = 0.05] (0,0) grid (12,12);
% Rectangle
\draw[line width = 2, blue1, fill = blue2!40] (3,1) rectangle (11,3);
% Force Vectors
\foreach \x in {0,1,2}
{
\draw[shift = {(0,0.5*\x)}, line width = 1.5, ->] (1.5,1.5) -- ++(1,0);
}
% Nodes
\node at (1,2) {$\vb{F}(t)$};
\node at (3,0.7) {$x=0$};
\node at (11,0.7) {$x=L$};
\end{tikzpicture}
\end{document} | paper | https://tikz.net/force-on-rod/ |
|
\documentclass[12pt,article]{article}
\usepackage{tikz}
\begin{document}
\begin{figure}
\begin{minipage}{0.45\textwidth}
\centering
\begin{tikzpicture}[font=\sffamily]
\path (0,0) coordinate (A) (60:3) coordinate (B) (3,0) coordinate (C);
\draw[thick]
(A) node[left]{$A$} to[bend right=12] coordinate[label=left:$a$] (a)
(B) node[above right]{$B$} to[bend right=15] coordinate[label=right:$b$] (b)
(C) node[right]{$C$} to[bend right=20] coordinate (c) cycle;
% \node at (barycentric cs:A=1,B=1,C=1) {$<180^\circ$};
\draw (a) -- (b);
\end{tikzpicture}
\caption{Triangle in a CAT(0) space}
\label{fig:tri1}
\end{minipage}\hfill
\begin{minipage}{0.45\textwidth}
\centering
\begin{tikzpicture}[font=\sffamily]
\path (0,0) coordinate (A) (60:3) coordinate (B) (3,0) coordinate (C);
\draw [thick]
(A) node[left]{$A$} -- coordinate[label=left:$a$] (a)
(B) node[above right]{$B$} -- coordinate[label=right:$b$] (b)
(C) node[right]{$C$} -- coordinate (c)
cycle;
\draw (a) -- (b);
\end{tikzpicture}
\caption{Triangle in an Euclidean space}
\label{fig:tri2}
\end{minipage}
\end{figure}
\end{document} | paper | https://tex.stackexchange.com/a/493099 |
|
\documentclass[review,english]{elsarticle}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{amssymb}
\usetikzlibrary{shapes,arrows,fit,calc,positioning}
\tikzset{box/.style={draw, diamond, thick, text centered, minimum height=0.5cm, minimum width=1cm}}
\tikzset{leaf/.style={draw, rectangle, thick, text centered, minimum height=0.5cm, minimum width=1cm}}
\tikzset{line/.style={draw, thick, -latex'}}
\begin{document}
\begin{tikzpicture}[scale=1, transform shape]
\node [box] (fkssodwn) {$0.717\widehat{x}-0.697\widehat{v} < -0.229$};
\node [leaf, below=0.5cm of fkssodwn, xshift=-3cm] (qdntrztv) {acc\_right};
\draw (fkssodwn) -| (qdntrztv) node [midway, above] (TextNode) {True};
\node [box, below=0.5cm of fkssodwn, xshift=+3cm] (kzgujzvb) {$0.138\widehat{x}-0.883\widehat{v} < -0.389$};
\draw (fkssodwn) -| (kzgujzvb) node [midway, above] (TextNode) {False};
\node [leaf, below=0.5cm of kzgujzvb, xshift=-3cm] (owlsoovr) {acc\_right};
\draw (kzgujzvb) -| (owlsoovr) node [midway, above] (TextNode) {True};
\node [leaf, below=0.5cm of kzgujzvb, xshift=+3cm] (wingxycf) {acc\_left};
\draw (kzgujzvb) -| (wingxycf) node [midway, above] (TextNode) {False};
\end{tikzpicture}
\end{document} | paper | https://arxiv.org/abs/2012.07723 |
|
\documentclass{article}
\usepackage{tikz}
\usepackage[papersize={14cm,14cm}]{geometry}
\usetikzlibrary{chains,shapes.arrows, arrows, positioning}
\makeatletter
\tikzset{west above/.code=\tikz@lib@place@handle@{#1}{south west}{0}{1}{north west}{1}}
\tikzset{west below/.code=\tikz@lib@place@handle@{#1}{north west}{0}{-1}{south west}{1}}
\tikzset{east above/.code=\tikz@lib@place@handle@{#1}{south east}{0}{1}{north east}{1}}
\tikzset{east below/.code=\tikz@lib@place@handle@{#1}{north east}{0}{-1}{south east}{1}}
\makeatother
\begin{document}
\fontsize{8pt}{9pt}\selectfont
\begin{tikzpicture}[
every node/.style={
rectangle,
rounded corners,
% fill=black!10,
draw=black, very thick,
minimum height=2em,
inner sep=2pt,
text centered,
align=center
},
big node/.style={text width=8cm},
small node/.style={text width=3.5cm},
>=latex, %Make the arrow tips latex
myline/.style={draw, very thick,black, node distance=1.1cm},
mylinedot/.style={draw, very thick, blue!100!black!70, densely dotted, node distance=1cm},
shorter/.style={shorten <=1mm,shorten >=0.5mm},
node distance=0.75cm,
|*/.style={to path=(\tikztostart.south) -- (\tikztostart.south|-\tikztotarget.north)},
*|/.style={to path=(\tikztostart.south-|\tikztotarget.north) -- (\tikztotarget.north)}
]
\begin{scope}[every node/.append style={big node}]
\node (B) {\textbf{Filter process 1}};
\node[below=of B] (C) {\textbf{Filter process 2}};
\node[below=of C] (D) {\textbf{Filter process 3}};
\end{scope}
\begin{scope}[every node/.append style={small node}]
\node[west above=of B] (A1) {\textsc{Training Waveform}};
\node[east above=of B] (A2) {\textsc{Testing Waveform}};
\node[west below=of D] (E1) {\textbf{Reduced Model}};
\node[east below=of D] (E2) {\textbf{Full Model}};
\end{scope}
\path[myline,,shorter] {[|*] (A1) edge[->] (B)}
([shift={(-2.25cm,0)}]B.south) edge[->] ([shift={(-2.25cm,0)}]C.north)
([shift={(-2.25cm,0)}]C.south) edge[->] ([shift={(-2.25cm,0)}]D.north)
{[*|] (D) edge[->] (E1)}
;
\path[mylinedot,shorter] {[|*] (A2) edge[->] (B) }
([shift={(2.25cm,0)}]B.south) edge[->] ([shift={(2.25cm,0)}]C.north)
([shift={(2.25cm,0)}]C.south) edge[->] ([shift={(2.25cm,0)}]D.north)
{[*|] (D) edge[->] (E2)}
(E1) edge[->] (E2)
;
\end{tikzpicture}
\end{document} | whiteboard | https://tex.stackexchange.com/a/142051 |
|
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{patterns, shapes, arrows.meta}
\begin{document}
\begin{figure}[!h]
\centering
\begin{tikzpicture}
\node[draw, ellipse, pattern=north east lines, minimum width=1cm, minimum height=4cm, outer sep=0, label=85:$AdS_D$] (ell) at (3,0) {};
\draw (ell.92)
to[out=210,in=-30] (-3,2)
to[out=150,in=210, looseness=.6] (-3,-2)
to[out=30,in=150] (ell.-92);
\draw[dashed] (0,-1.12) to[out=150,in=210, looseness=.6] (0,1.12);
\draw[dashed] (-3.54,-.3) to[out=20,in=160, looseness=.6] (2.5,-.3);
\draw[-{Latex}, thick] (-.5,-1.8) to[out=120,in=120, looseness=1.5] node[near end, above, yshift=5mm] {$t$} (.5,1.5);
\draw[{Latex}-{Latex}] (-1.5,-2.5) to[out=15,in=165] node[midway, below] {$r$} (1.5,-2.5);
\draw[{Latex}-{Latex}] (-4,-1) to[out=100,in=-100] node[at start, left, anchor=north east] {Unvrapping of $S^1$} (-4,1);
\end{tikzpicture}
\caption{The topological structure of anti de- Sitter.}
\end{figure}
\end{document} | whiteboard | https://tex.stackexchange.com/a/255847 |
|
\documentclass{article}
\usepackage{float, latexsym, tikz, amssymb, amsmath, amsthm, graphicx, caption}
\usetikzlibrary{shapes,arrows,positioning,fit,matrix,calc}
\newsavebox\disjUn
\newcommand{\R}{\mathcal{R}}
\newcommand{\F}{\mathfrak{F}}
\begin{document}
\tikzstyle{frame}=[draw,ellipse,minimum height=6cm,minimum width=2cm]
\tikzstyle{world} =[draw,circle,fill=black, inner sep=0pt, minimum size=3pt]
\begin{lrbox}{\disjUn}
\begin{tikzpicture}[remember picture, node distance=3cm]
\node[frame] (F0){};
\node at ([xshift=-1em, yshift=-4em]F0.north) [world, label={70:$(w,0)$}] (w0){};
\node at ([yshift=3em]F0.south west) [world, label={-70:$(v,0)$}] (v0){};
\path[->] (w0) edge[bend left=10] node[right] {$\R^{0}$} (v0);
\node[frame, right of=F0] (F1){};
\node at ([xshift=-1em, yshift=-4em]F1.north) [world, label={70:$(w,1)$}] (w1){};
\node at ([yshift=3em]F1.south west) [world, label={-70:$(v,1)$}] (v1){};
\path[->] (w1) edge[bend left=10] node[right] {$\R^{1}$} (v1);
\end{tikzpicture}
\end{lrbox}
\begin{figure}[H]
\centering
\begin{tikzpicture}[remember picture, node distance=3cm]
\node[draw=white, label={below:$\F \oplus \F$}] (FF) {\usebox\disjUn};
\node[frame,right of=FF, xshift=3cm,label={below:$\F^{\prime}$}] (Fp){};
\node at ([yshift=-4em]Fp.north) [world, label={70:$\hat{w}$}] (w){};
\node at ([yshift=3em]Fp.south west) [world, label={-70:$\hat{v}$}] (v){};
\node at ([yshift=3em]Fp.north east) [world, label={70:$w^{\prime}$}] (wp){};
\path[->] (w) edge[bend left=10] node[right] {$\R^{\prime}$}(v);
\path[-] (wp.west) edge[bend right,draw=gray, dashed] node [below]{} (Fp.north);
\path[-] (wp.south east) edge[bend left,draw=gray, dashed] node [below]{} (Fp.north east);
\path[->] (w0) edge[bend left=80, dashed] node[above] {$g$}(w);
\path[->] (w1) edge[bend left=60,dashed] node[above] {$g$}(wp);
\path[->] (v0) edge[bend left=8,dashed] node[above] {$g$}(v);
\path[->] (v1) edge[bend right=100,dashed] node[above] {$g$}(v);
\end{tikzpicture}
\end{figure}
\end{document} | whiteboard | https://tex.stackexchange.com/a/300797 |
|
\documentclass[10pt]{amsart}
\usepackage{amsmath}
\usepackage{color}
\usepackage{tikz}
\usetikzlibrary{shapes.arrows}
\usetikzlibrary{decorations.pathreplacing}
\usepackage{tikz-cd}
\usetikzlibrary{decorations}
\begin{document}
\begin{tikzpicture} [xscale=0.36,yscale=0.36]
%line below
%the q
\draw [ultra thick, black] (0,0) to (34,0);
\node at (1,0) {$\bullet$};
\node at (1,-1) {$q_1$};
\node at (3,-1) {$\dots$};
\node at (5,0) {$\bullet$};
\node at (6,-1) {$q_{n-r_{\mathrm{tot}}}$};
\node at (11,0) {$\bullet$};
\node at (12.3,-1) {$q_{n-r_{\mathrm{tot}}+1}$};
\node at (18,-1) {$\dots$};
\node at (21,0) {$\bullet$};
\node at (23,-1) {$q_{n-r_{\mathrm{tot}}+k}$};
%the Q
\node[black!60!green] at (28,0) {$\bullet$};
\node[black!60!green] at (28,-1) {$Q_1$};
\node[black!60!green] at (30.8,-1) {$\dots$};
\node[black!60!green] at (33,0) {$\bullet$};
\node[black!60!green] at (33,-1) {$Q_b$};
%points above
%the P
\node[black!60!green] at (28,5) {$\bullet$};
\node[black!60!green] at (28,4) {$P_1$};
\node[black!60!green] at (30.8,4) {$\dots$};
\node[black!60!green] at (33,5) {$\bullet$};
\node[black!60!green] at (33,4) {$P_b$};
%the first p
\node at (1,5) {$\bullet$};
\node at (1,4) {$p_1$};
\node at (3,4) {$\dots$};
\node at (5,5) {$\bullet$};
\node at (7,4) {$p_{n-r_{\mathrm{tot}}}$};
%first box
\node at (11,10) {$\bullet$};
\node[blue] at (11.5,10.5) {$e_{1,1}$};
\node at (12.3,9) {$p_{n-r_{\mathrm{tot}}+1}$};
\node at (11,7.5) {$\vdots$};
\node at (11,5) {$\bullet$};
\node[blue] at (11.5,5.5) {$e_{1,r_1}$};
\node at (12.3,4) {$p_{n-r_{\mathrm{tot}}+r_1}$};
\draw[decorate,decoration={brace,amplitude=5pt,mirror}] (15,4.5) -- (15,10.5);
\node at (16,7.5) {$r_1$};
%last box
\node at (20,12) {$\bullet$};
\node[blue] at (20.5,12.5) {$e_{k,1}$};
\node at (21.5,11) {$p_{n-r_k+1}$};
\node at (20,8.5) {$\vdots$};
\node at (20,5) {$\bullet$};
\node[blue] at (20.5,5.5) {$e_{k,r_k}$};
\node at (20.5,4) {$p_{n}$};
\draw[decorate,decoration={brace,amplitude=5pt,mirror}] (24,4.5) -- (24,12.5);
\node at (25,8.5) {$r_k$};
%the arrow
\draw[->] (18,3) to (18,1);
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2111.05880 |
|
\documentclass[english,12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[usenames,dvipsnames]{color}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[thick, node distance=1.5cm, circ/.style={draw, circle, minimum size=35pt}]
\node[circ] at (0, 0) (v) {$v, T$};
\node[circ] at (0, -2cm) (x) {$x$};
\node[circ] at (1.5cm, -1cm) (w) {$w$};
\node[circ] at (3.5cm, -1cm) (u) {$u$};
\node[circ] at (5.5cm, -1cm) (z) {$t$};
\draw (v) to (x);
\draw (v) to (w);
\draw (x) to (w);
\draw (w) to (u);
\draw (u) to (z);
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2108.09367 |
|
\documentclass{article}
\usepackage{tikz}
\begin{document}
\usetikzlibrary{shapes,arrows}
% Define block styles
\tikzstyle{io} = [trapezium,trapezium left angle=70,trapezium right angle=-70,minimum height=0.6cm, draw, fill=blue!20,
text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
\tikzstyle{decision} = [diamond, draw, fill=blue!20,
text width=4.5em, text badly centered, node distance=4cm, inner sep=0pt]
\tikzstyle{block} = [rectangle, draw, fill=blue!20,
text width=5em, text centered, rounded corners, minimum height=4em]
\tikzstyle{line} = [draw, -latex']
\tikzstyle{cloud} = [draw, ellipse,fill=red!20, node distance=3cm,
minimum height=2em]
\begin{tikzpicture}[node distance = 2cm, auto]
% Place nodes
\node [io] (init) {Input};
\node [decision, below of=init] (identify) {text?};
\node [block, left of=identify,xshift=-2cm] (process) {text};
\node [io, below of=identify, node distance=3cm] (stop) {Output};
% Draw edges
\path [line] (init) -- node[pos=.3] (aux) {}(identify);
\path [line] (identify) -- node (no) {no}(stop);
\path [line] (identify) -- node {yes}(process);
\path [line, red] (process) |- (aux);
\path [line, red] (process) |- (no);
\end{tikzpicture}
\end{document} | whiteboard | https://tex.stackexchange.com/a/64488 |
|
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{shapes.misc}
\usepackage{xcolor}
\begin{document}
\begin{tikzpicture}[every node/.append style={very thick,rounded corners=0.2mm}]
\node[draw,rectangle] (Prover) at (0,0) {Teller};
\node[draw,rectangle] (Verifier) at (6,0) {Listener};
\draw [very thick] (Verifier)--++(0,-2.8);
\draw [very thick] (Prover)--++(0,-2.8);
\draw [-latex,thick] (0,-1)--node [auto] {$P[,Q]$}++(6,0);
\draw [latex-,thick,dashed] (0,-1.6)--node [auto] {$R$}++(6,0);
\draw [-latex,thick] (0,-2.2)--node [auto] {$R'$}++(6,0);
\node at (7,-0.9) {compute $R$};
\draw[-latex,thick] (6,-1.1) -- +(0.8,0) |- (6,-1.5);
\node at (-1,-1.5) {compute $R'$};
\draw[-latex,thick] (0,-1.7) -- +(-0.8,0) |- (0,-2.1);
\node at (7.7,-2) {$\pi = d(K, P, Q, R, R')$};
\draw[-latex,thick] (6,-2.3) -- +(0.8,0) |- (6,-2.7);
\node[chamfered rectangle, chamfered rectangle xsep=2cm, draw] (prop) at (6,-3.2) {Aporia level is $\pi$};
\end{tikzpicture}
\end{document} | whiteboard | https://arxiv.org/abs/2110.15695 |
|
\RequirePackage{tikz}
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tikz-cd}
\usepackage{tikz}
\usetikzlibrary{calc,positioning,shapes.misc}
\usepackage{xcolor}
\begin{document}
\begin{tikzpicture}[
state/.style={circle, draw=black!60, fill=white!5, thin, minimum size=15mm},
invisible/.style={rectangle, draw=white!60, fill=white!0, very thin, minimum size=0mm, draw opacity=1]},]
\node[state] (Shop) at (0, 0) {Shop};
\node[state] (FashionA) at (-2, -3) {Fashion A};
\node[invisible, label={[align=center, color=purple]$r = -\mu(A)$}] (rec_text2) at (-2, -4.7) {};
\node[state] (FashionB) at (2, -3) {Fashion B};
\node[invisible, label={[align=center, color=purple]$r = -\mu(B)$}] (rec_text2) at (2, -4.7) {};
\draw[->] ($(Shop.south) $) -- ($ (FashionA.north) $) node [midway, above, sloped] (TextNode) {$A$};
\draw[->] ($(Shop.south) $) -- ($ (FashionB.north) $) node [midway, above, sloped] (TextNode) {$B$};
\end{tikzpicture}
\end{document} | tablet | https://arxiv.org/abs/2208.10138 |
|
\documentclass{article}
\usepackage{forest}
\usetikzlibrary{positioning,arrows.meta}
\newsavebox\Downtree
\newsavebox\Uptree
\tikzset{
nleft/.style={text width=15pt,midway,left,font=\strut\scriptsize},
nright/.style={text width=15pt,midway,right,font=\strut\scriptsize},
}
\savebox\Downtree{\begin{forest}
for tree={
s sep=25pt,
l sep=20pt,
where n children=0{inner ysep=0pt}{draw,circle},
edge={->,>=latex}
}
[Y3
[Y2,edge label={node[nleft]{yes}}
[,edge label={node[nleft]{yes}}]
[,edge label={node[nright]{no}}]
]
[Y1,edge label={node[nright]{no}}
[,edge label={node[nleft]{yes}}]
[,edge label={node[nright]{no}}]
]
]
\end{forest}%
}
\savebox\Uptree{\begin{forest}
for tree={
grow'=north,
s sep=25pt,
l sep=20pt,
where n children=0{inner ysep=0pt}{draw,circle},
edge={->,>=latex}
}
[X3
[X4,edge label={node[nleft]{no}}
[,edge label={node[nleft]{no}}]
[,edge label={node[nright]{yes}}]
]
[X1,edge label={node[nright]{yes}}
[,edge label={node[nleft]{no}}]
[,edge label={node[nright]{yes}}]
]
]
\end{forest}%
}
\begin{document}
\begin{tikzpicture}[>={Latex[open]}]
\node[inner sep=0pt] (Down) {\usebox\Downtree};
\coordinate (aux);
\node[inner sep=0pt,below=0pt of Down] (Up) {\usebox\Uptree};
\begin{scope}[red,->]
\draw
([xshift=-15pt,yshift=-10pt]Down.north) to[bend right] (Down.south west);
\draw
([xshift=-15pt,yshift=10pt]Up.south) to[bend left] (Up.north west);
\end{scope}
\begin{scope}[blue,->]
\draw
([xshift=15pt,yshift=-10pt]Down.north) to[bend left] (Down.south east);
\draw
([xshift=15pt,yshift=10pt]Up.south) to[bend right] (Up.north east);
\end{scope}
\begin{scope}[green,<->]
\draw
([xshift=-2pt]Down.south)
.. controls ++(-10pt,2cm) and ++(10pt,2cm) ..
([xshift=2pt]Down.south);
\draw
([xshift=-2pt]Up.north)
.. controls ++(-10pt,-2cm) and ++(10pt,-2cm) ..
([xshift=2pt]Up.north);
\end{scope}
\end{tikzpicture}
\end{document} | tablet | https://tex.stackexchange.com/a/213782 |
|
\documentclass{article}
\usepackage{amsmath}
\usepackage{tikz}
\usetikzlibrary{shapes.arrows}
\begin{document}
\[
\begin{tikzpicture}[baseline=(current bounding box.center)]
\draw
(0,0) node[above] {$n$} --
++(45:1.5cm) node[above] {$1$} --
++(0:1.5cm) node[above] {$2$};
\node[draw,single arrow,label={above:$g$},text width=1cm] at (4,0.5) {};
\draw
(5.5,0) node[below] {$i+1$} --
++(10:1.5cm) node[below] {$i$} --
++(50:1.5cm) node[right] {$i-1$} ;
\end{tikzpicture}
\]
\end{document} | tablet | https://tex.stackexchange.com/a/267009 |
|
\documentclass[journal]{IEEEtran}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage{amssymb}
\usetikzlibrary{arrows,calc,bayesnet,shapes,backgrounds,decorations.pathreplacing,shadows.blur,positioning}
\tikzset{
-|-/.style={
to path={
(\tikztostart) -| ($(\tikztostart)!#1!(\tikztotarget)$) |- (\tikztotarget)
\tikztonodes
}
},
-|-/.default=0.5,
|-|/.style={
to path={
(\tikztostart) |- ($(\tikztostart)!#1!(\tikztotarget)$) -| (\tikztotarget)
\tikztonodes
}
},
|-|/.default=0.5,
}
\begin{document}
\begin{tikzpicture}
\node at (3,2.3) (datatag) [cylinder, draw,shape border rotate=90,aspect=0.3, minimum height=3.5cm,fill=black!10] {\begin{tabular}{c}$i_0$\\Model\\input\\\end{tabular}};
\node at (3.7,5.5) (legend) [rectangle, draw,rounded corners=0.5cm,blur shadow={shadow blur steps=5}, fill=black!5] {\setlength{\tabcolsep}{2pt}\begin{tabular}{c}
\textbf{\underline{\large Subgraphs}}\\
\textcolor{cyan}{$o_1$ exclusive subgraph.}\\
\textcolor{red}{$o_2$ exclusive subgraph.}\\
\textcolor{green}{$o_2$ and $0_1$ subgraph.}\\
\end{tabular}};
\node at (5.5,0.7)[regular polygon,regular polygon sides=3,draw=green,shape border rotate=-90,fill=black!10] (n8) {$n_6$};
\node at (7.5,5.5)[regular polygon,regular polygon sides=3,draw=cyan,shape border rotate=-90,fill=black!10] (n1) {$n_1$};
\node at (8.5,0.7)[regular polygon,regular polygon sides=3,draw=red,shape border rotate=-90,fill=black!10] (n7) {$n_4$};
\node at (5,2)[regular polygon,regular polygon sides=3,draw=green,shape border rotate=-90,fill=black!10] (n2) {$n_2$};
\node at (5.5,3.5)[regular polygon,regular polygon sides=3,draw=cyan,shape border rotate=-90,fill=black!10] (n3) {$n_3$};
\node at (10,4)[regular polygon,regular polygon sides=3,draw=cyan,shape border rotate=-90,fill=black!10] (n5) {$n_5$};
\node at (12,5)[rectangle, draw,fill=black!10] (o1) {$o_1$};
\node at (12,0.7)[rectangle, draw,fill=black!10] (o2) {$o_2$};
\draw[->,green] (n2.east)--(n7.west);
\draw[->,green] (n2.east)--(n5.west);
\draw[->,cyan] (n3.east)--(n1.west);
\draw[->,cyan] (n3.east)--(n5.west);
\draw[->] (datatag)--(n8.west);
\draw[->] (datatag)--(n3.west);
\draw[->] (datatag)--(n2.west);
\draw[->] ([yshift=1.3cm]datatag.east)--(n1.west);
\draw[->,green] (n8.east)--(n5.west);
\draw[->,green] (n8.east)--(n7.west);
\draw[->,red] (n7.east)--(o2.west);
\draw[->,cyan] (n5.east)--(o1.west);
\draw[->,cyan] (n1.east)--(o1.west);
\begin{scope}[on background layer]
\node[fit=(o1)(o2)(datatag)(n1),rectangle,fill=black!20, rounded corners=0.5cm,blur shadow={shadow blur steps=5}, minimum height=7cm, minimum width=11cm] (components){};
\end{scope}
\end{tikzpicture}
\end{document} | tablet | https://arxiv.org/abs/2106.08972 |
|
\documentclass[a4paper, 12pt]{article}
\usepackage{latexsym,amsmath,amsfonts,amssymb}
\usepackage{tikz}
\usetikzlibrary{decorations.pathmorphing,cd,decorations.markings}
\usepackage[latin1]{inputenc}
\usepackage[colorlinks=true, citecolor=blue, linkcolor=blue, linktocpage=true]{hyperref}
\usepackage{tcolorbox}
\newcommand{\cB}{\mathcal{B}}
\newcommand{\cT}{\mathcal{T}}
\newcommand{\sT}{\mathsf{T}}
\begin{document}
\begin{tikzpicture}
\draw [->] (-3.5, 0) -- (3.5, 0) node[right] {$r$};
\draw [->] (0, -0.2) node[below] {$0$} -- (0, 3) node[left] {$\cB$} node[pos = 0.2, right] {$V[\cT]$};
\draw [blue, thick] (-3.4, 0.3) node[above right, black] {$\cB_\text{L} = M^\sT \cB_\text{R}$} to (-0.5, 0.3) to[out = 0, in = -95] (0, 1.4) to[out = 85, in = 180] (0.5, 2.5) to (3.4, 2.5) node[below left, black] {$\cB_\text{R}$};
\node at (-2, 2) {Interior};
\node at (2.5, 1) {Exterior};
\end{tikzpicture}
\end{document} | tablet | https://arxiv.org/abs/2210.09146 |
|
\documentclass[tikz,margin=3mm]{standalone}
\usetikzlibrary{positioning,shadows.blur,arrows.meta,bending,calc,intersections}
\begin{document}
\begin{tikzpicture}[node distance=2em,
nodes={draw,rounded corners,align=center,blur shadow,
fill=white,minimum height=3em,minimum width=8em},
pics/circular arc/.style args={from #1 to #2}{code={
\path[name path=arc]
let \p1=(#1),\p2=(#2),\n1={atan2(\y1,\x1)},\n2={atan2(\y2,\x2)},
\n3={ifthenelse(abs(\n1-\n2)<180,\n2,\n2-360)}
in (\n1:\r) arc(\n1:\n3:\r);
\draw[-{Stealth[bend]},pic actions,
name intersections={of=#1 and arc,by=arcstart},
name intersections={of=#2 and arc,by=arcend}]
let \p1=(arcstart),\p2=(arcend),\n1={atan2(\y1,\x1)},\n2={atan2(\y2,\x2)},
\n3={ifthenelse(abs(\n1-\n2)<180,\n2,\n2-360)}
in (\n1:\r) arc(\n1:\n3:\r);
}}]
\node (L){Leadership};
\node[above left=of L,name path=M] (M) {Set Mission};
\node[above right=of L,name path=A] (A) {Actualize\\ Goal};
\node[below right=of L,name path=S] (S) {Sustain\\ Commitment};
\node[below left=of L,name path=R] (R) {Respond to\\ Changes};
\def\LstAnchors{"south east","south west","north west","north east"}
\def\r{4}
\foreach \X [remember=\X as \Y (initially R),count=\Z] in {M,A,S,R}
{\path[line width=0.5mm,gray,shorten >=1mm,shorten <=1mm] pic{circular arc=from {\Y} to \X};
\pgfmathsetmacro{\anchA}{{\LstAnchors}[Mod(\Z+3,4)]}
\pgfmathsetmacro{\anchB}{{\LstAnchors}[Mod(\Z+1,4)]}
\draw[line width=0.5mm,gray,{Stealth}-{Stealth}] (L.\anchB) -- (\X.\anchA); }
\end{tikzpicture}
\end{document} | tablet | https://tex.stackexchange.com/a/518996 |
|
\documentclass[12pt,notitlepage,a4paper]{article}
\usepackage{amsmath,amssymb,amscd,amsfonts}
\usepackage{tikz}
\usetikzlibrary{decorations}
\usetikzlibrary{arrows,decorations.markings}
\begin{document}
\begin{tikzpicture}[baseline=2ex,x=1.5cm,y=1cm]
%
\foreach \y in {-1,1}
{
\node at (-2,\y) {$\scriptscriptstyle \otimes$};
\node at (0,\y) {$\scriptscriptstyle \otimes$};
\node at (2,\y) {$\scriptscriptstyle \otimes$};
\node at (4,\y) {$\scriptscriptstyle \otimes$};
\draw[dashed,thick] (4.1,\y) -- (5.5,\y);
\draw[dashed,thick] (2.1,\y) -- (3.93,\y);
\draw[dashed,thick] (-0.1,\y) -- (-1.93,\y);
\draw[dashed,thick] (-2.1,\y) -- (-2.5,\y);
}
\node at (0,-1-.3){$\scriptstyle K'i$};
\node at (0,1-.3){$\scriptstyle 3 K'i$};
\node at (2,-1-.3){$\scriptstyle 2K+K'i$};
\node at (2,1-.3){$\scriptstyle 2K+3K'i$};
\node at (4,-1-.3){$\scriptstyle 4K+K'i$};
\node at (4,1-.3){$\scriptstyle 4K+3K'i$};
\node at (-2,-1-.3){$\scriptstyle -2K+K'i$};
\node at (-2,1-.3){$\scriptstyle -2K+3K'i$};
\draw[] (5,-2) -- (5,-1.12) ;
\draw[] (5,-1.12) -- (1.9,-1.12) -- (1.9,-1+.12) -- (5,-1+.12);
\draw[->] (5,-1+.12) -- (5,0);
\draw[] (5,0) -- (5,1-.12);
\draw[] (5,2-1.12) -- (1.9,2-1.12) -- (1.9,2-1+.12) -- (5,2-1+.12);
\draw[] (5,1.12) -- (5,2);
%
\draw[] (-4 +5,-0.75-2) -- (-4 +5,-0.75-1.12) ;
\draw[] (-4 + 5,-0.75-1.12) -- (-4 + 1.9,-0.75-1.12) -- (-4 + 1.9,-0.75-1+.12) -- (-4 + 5,-0.75-1+.12);
\draw[->] (-4 + 5,-0.75-1+.12) -- (-4 + 5,-0.75+0);
\draw[] (-4 + 5,-0.75-1+.12) -- (-4 + 5,-0.75+1-.12);
\draw[] (-4 + 5,-0.75+2-1.12) -- (-4 + 1.9,-0.75+2-1.12) -- (-4 + 1.9,-0.75+2-1+.12) -- (-4 + 5,-0.75+2-1+.12);
\draw[] (-4+5,-0.75+1.12) -- (-4+5,-0.75+2);
\node at (5+0.15,-2){$\textstyle t$};
\node at (5+0.65,2){$t+4K'i$};
\node at (-4 +5,-0.75+-2) [circle,fill,inner sep=1.25pt]{};
\node at (-4 +5,-0.75+2) [circle,fill,inner sep=1.25pt]{};
\node at (5,-2) [circle,fill,inner sep=1.25pt]{};
\node at (5,2) [circle,fill,inner sep=1.25pt]{};
\node at (1.6,-0.3+0){${\textstyle C''_{t}}+z_{21}$};
\node at (4+1.25,0){$\textstyle C''_{t}$};
%
\end{tikzpicture}
\end{document} | tablet | https://arxiv.org/abs/2203.12052 |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 108