1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
# hf-tikz package
# Matthew Bertucci 10/24/2021 for v0.3a
#include:tikz
# loads shadings tikzlibrary
#include:xparse
#include:etoolbox
#keyvals:\usepackage/hf-tikz#c
nofill
customcolors
shade
beamer
norndcorners
markings
#endkeyvals
\tikzmarkin{marker-id}
\tikzmarkin{marker-id}(x1,y1)(x2,y2)
\tikzmarkin[options%keyvals]{marker-id}
\tikzmarkend{marker-id}
#keyvals:\tikzmarkin#c,\tikzset#c
left offset=
right offset=
above offset=
below offset=
below right offset=
above left offset=
top color=
top color=#%color
bottom color=#%color
left color=#%color
right color=#%color
outer color=#%color
inner color=#%color
disable rounded corners#true,false
#endkeyvals
#ifOption:beamer
\tikzmarkin<%<overlay specs%>>{%<marker-id%>}
\thejumping#*
#endif
#ifOption:customcolors
\hfsetfillcolor{color}
\hfsetbordercolor{color}
#keyvals:\tikzmarkin#c,\tikzset#c
set fill color=#%color
set border color=#%color
#endkeyvals
#endif
#ifOption:markings
#keyvals:\tikzmarkin#c,\tikzset#c
mark at=%<position%>
use marker id=%<id number%>
show markers
marker size=##L
marker color=#%color
#endkeyvals
\ifshowmarkers#*
\showmarkerstrue#*
\showmarkersfalse#*
#endif
#keyvals:\tikzset#c
offset definition/.style={%<style specs%>}
#endkeyvals
fancybrown#B
fancyviolet#B
\fcol#*
\bcol#*
\savepointas{name}{point}#*
\oldsavepointas{name}{point}#S
\pgfsyspdfmark{arg1}{arg2}{arg3}#*
\oldpgfsyspdfmark{arg1}{arg2}{arg3}#S
|