↧
Answer by Salim Bou for Adding arrows to a complex contour with Tikz
First figure \documentclass[border=10pt,tikz,multi]{standalone}\usetikzlibrary{decorations.markings}\begin{document}\begin{tikzpicture} [line width=.8pt, decoration={% markings, mark=at position 0.25...
View ArticleAnswer by gernot for Adding arrows to a complex contour with Tikz
\documentclass[border=10pt]{standalone}\usepackage{tikz}\usetikzlibrary{decorations.markings}\renewcommand\Re{\mathrm{Re}}\renewcommand\Im{\mathrm{Im}}\tikzset {decoration= {markings, mark=at position...
View ArticleAdding arrows to a complex contour with Tikz
I'm trying to draw a complex contour, using Tikz, for my dissertation due in a few days. Here are two crude drawings of what I'm aiming for: To do so, I have adapted the code from this...
View Article