diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-23 15:19:30 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-23 15:21:15 +0000 |
commit | 6e6a5d8d7d3c9fa38e105be275cfac6f6b8bf4fd (patch) | |
tree | 0633d578a2208f3109fb2095517803f77873c18b /local.sty |
Initial commitv0.0
Diffstat (limited to 'local.sty')
-rw-r--r-- | local.sty | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/local.sty b/local.sty new file mode 100644 index 0000000..18ae407 --- /dev/null +++ b/local.sty @@ -0,0 +1,16 @@ +\def\tb{\lower0.05cm\hbox{$\blacksquare$}\ } +\def\tbt{\lower0.05cm\hbox{\isquare{0.35cm}}\ } +\def\ta{{\lower0.08cm\hbox{\fontsize{22pt}{1em}$\bullet$}}\ } +\def\tat{{\fontsize{10pt}{1em}$\bigcirc$}\ } + +\def\isquare#1{\hbox{\vrule width0.5ptheight#1\kern-0.25pt\vbox{\hrule height0.5ptwidth#1\kern-0.5pt\kern#1\hrule height0.5ptwidth#1\kern-0.25pt}\vrule width0.5ptheight#1}} + +\definecolor{darkgreen}{rgb}{0.0,0.7,0.0} +\definecolor{darkyellow}{rgb}{0.7,0.7,0.0} +\definecolor{orange}{rgb}{0.9,0.45,0.0} + +\def\coloro{blue} +\def\colort{darkgreen} +\def\colorth{darkyellow} +\def\colorf{orange} +\def\colorfi{red} |