Quantcast
Channel: Active questions tagged bullets - TeX - LaTeX Stack Exchange
Viewing all articles
Browse latest Browse all 96

Attaching a small rhombus with a circular bullet at its bottom

$
0
0

I wanna attach (means by adding a second arrow) a small rhombus with a circular bullet at its bottom to the following drawing:

\documentclass{article}    \usepackage{amsmath}    \usepackage{tikz-cd}    \usetikzlibrary{shapes.geometric}    \begin{document} \[      \begin{tikzcd}[sep = 2em,        /tikz/rhombus/.style={shape=diamond,draw,minimum size=2em},        execute at end picture={          \draw [densely dashed] (foo.north west) -- (foo.north east);          \draw [densely dashed] (foo.south west) -- (foo.south east);        }        ]     |[rhombus,draw,minimum size=3em, alias=foo]|{}\arrow[r,shorten >=0.5em,shorten <=0.5em] &      |[rhombus,append after command={\pgfextra{\let\myln\tikzlastnode}     (\myln.north) node[anchor=south,rhombus] {}     (\myln.south) node[anchor=north,rhombus] {}}]|{}\\    \end{tikzcd}    \]\end{document}

Any help will be greatly appreciated!


Viewing all articles
Browse latest Browse all 96

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>