Advertisement
Guest User

Untitled

a guest
May 22nd, 2021
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.17 KB | None | 0 0
  1. \usepackage[minionint, lf, loosequotes, swash, opticals, fullfamily]{MinionPro}
  2. \usepackage{fontenc}
  3. \usepackage[dvipsnames]{xcolor}
  4. \usepackage{pgfplots}
  5. \usepackage{siunitx}
  6. \usepackage{commath}
  7. \usepackage{tikz,tikz-3dplot}
  8. \usepackage{wasysym}
  9. \pgfplotsset{compat=1.16}
  10. \usetikzlibrary{
  11.     arrows,
  12.     arrows.meta,
  13.     calc,
  14.     positioning,
  15.     decorations.pathreplacing,
  16.     decorations.markings,
  17.     decorations.text,
  18.     calligraphy,
  19.     pgfplots.dateplot
  20. }
  21. \tikzset{
  22. %   on each segment/.style={
  23. %       decorate,
  24. %       decoration={
  25. %           show path construction,
  26. %           moveto code={},
  27. %           lineto code={
  28. %               \path [#1]
  29. %               (\tikzinputsegmentfirst) -- (\tikzinputsegmentlast);
  30. %           },
  31. %           curveto code={
  32. %               \path [#1] (\tikzinputsegmentfirst)
  33. %               ..
  34. %               (\tikzinputsegmentlast);
  35. %           },
  36. %           closepath code={
  37. %               \path [#1]
  38. %               (\tikzinputsegmentfirst) -- (\tikzinputsegmentlast);
  39. %           },
  40. %       },
  41. %   },
  42.     mid arrow/.style={postaction={decorate,decoration={
  43.                 markings,
  44.                 mark=at position .15 with {\arrow[#1]{Stealth}}
  45.     }}},
  46.     >=Stealth
  47. }
  48.  
  49. \newcommand*\circled[1]{\tikz[baseline=(char.base)]{%
  50.         \node[shape=circle, draw, minimum size=1.25em, inner sep=0pt, thick] (char) {#1};}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement