diff options
Diffstat (limited to 'settings.ttt')
| -rw-r--r-- | settings.ttt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/settings.ttt b/settings.ttt new file mode 100644 index 0000000..726346e --- /dev/null +++ b/settings.ttt | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | |||
| 2 | \documentclass[crop,tikz,convert={outext=.svg,command=\unexpanded{/Applications/Inkscape.app/Contents/Resources/bin/inkscape --without-gui --file "/Users/antonella/Desktop/dictionary/quadrilateral/\infile" --export-plain-svg "/Users/antonella/Desktop/dictionary/quadrilateral/\outfile"}},multi=false]{standalone} | ||
| 3 | \usepackage{pgf, tikz, mathrsfs, xcolor, amssymb} | ||
| 4 | \usetikzlibrary{arrows} | ||
| 5 | |||
| 6 | \definecolor{parisgreen}{rgb}{0.31, 0.78, 0.47} | ||
| 7 | |||
| 8 | \colorlet{my-color-draw-main}{parisgreen} | ||
| 9 | \colorlet{my-color-draw-helpline}{black} | ||
| 10 | |||
| 11 | \colorlet{my-color-fill-main}{parisgreen} | ||
| 12 | \colorlet{my-color-fill-main-mark}{white} | ||
| 13 | |||
| 14 | \colorlet{my-color-node-1}{black} | ||
| 15 | \colorlet{my-color-node-2}{black} | ||
| 16 | |||
| 17 | |||
| 18 | \tikzset{my-draw-main/.style={draw, color=my-color-draw-main, line width=1.5mm}} | ||
| 19 | \tikzset{my-draw-helpline/.style={draw, color=my-color-draw-helpline, line width=0.3mm}} | ||
| 20 | |||
| 21 | |||
| 22 | \tikzset{my-fill-main/.style={fill, fill=my-color-fill-main, fill opacity=0.25}} | ||
| 23 | \tikzset{my-fill-main-mark/.style={fill, fill=my-color-fill-main-mark, fill opacity=0.05}} | ||
| 24 | |||
| 25 | \tikzset{my-mark-point-main/.style={fill, fill=my-color-draw-main, fill opacity=1}} | ||
| 26 | \tikzset{my-mark-angle-main/.style={fill, fill=my-color-draw-main, fill opacity=1}} | ||
| 27 | \tikzset{my-mark-line-main/.style={draw, color=my-color-draw-main, line width=1.2mm}} | ||
| 28 | |||
| 29 | |||
| 30 | |||
| 31 | \tikzset{my-mark-angle-1/.style={color=my-color-mark-angle-line, very thick, fill=my-color-mark-angle-fill, fill opacity=0.5}} | ||
| 32 | \tikzset{my-mark-line-1/.style={color=black, very thick, fill=orange, fill opacity=0.1}} | ||
