From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/shadethm/colored.sth | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 macros/latex/contrib/shadethm/colored.sth (limited to 'macros/latex/contrib/shadethm/colored.sth') 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} +} + -- cgit v1.2.3