summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/shadethm/shadein.sth
blob: e80120638a48fb91bf64f3be324b39e8f0f21014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\AtEndOfPackage{
  \setlength{\shadeboxsep}{2pt}  
  \setlength{\shadedtextwidth}{\textwidth}
  \addtolength{\shadedtextwidth}{-.5in}
  \addtolength{\shadedtextwidth}{-2\shadeboxsep}
  \setlength{\shadeleftshift}{.25in} 
  \setlength{\shaderightshift}{0in}
  \definecolor{shadethmcolor}{gray}{.92}  
  \definecolor{shaderulecolor}{gray}{.92}
  \setlength{\shadeboxrule}{0pt}  
}