summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/shadethm/colored.sth
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/shadethm/colored.sth
Initial commit
Diffstat (limited to 'macros/latex/contrib/shadethm/colored.sth')
-rw-r--r--macros/latex/contrib/shadethm/colored.sth11
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/latex/contrib/shadethm/colored.sth b/macros/latex/contrib/shadethm/colored.sth
new file mode 100644
index 0000000000..d276f9374b
--- /dev/null
+++ b/macros/latex/contrib/shadethm/colored.sth
@@ -0,0 +1,11 @@
+\AtEndOfPackage{
+ \setlength{\shadeboxsep}{2pt}
+ \setlength{\shadeboxrule}{.4pt}
+ \setlength{\shadedtextwidth}{\textwidth}
+ \setlength{\shadeleftshift}{-\shadeboxsep}
+ \addtolength{\shadeleftshift}{-\shadeboxrule}
+ \setlength{\shaderightshift}{\shadeleftshift}
+ \definecolor{shadethmcolor}{cmyk}{0,.13,.11,0}
+ \definecolor{shaderulecolor}{cmyk}{0,0.88,0.85,0.35}
+}
+