Zbiór konfiguracyjny (ładowany jeżeli deklarowana jest opcja) ma następującą postać:
\AtEndOfPackage{ \setlength{\shadeboxsep}{2pt} \setlength{\shadeboxrule}{.4pt} \setlength{\shadedtextwidth}{\textwidth} \addtolength{\shadedtextwidth}{-2\shadeboxsep} \addtolength{\shadedtextwidth}{-2\shadeboxrule} \setlength{\shadeleftshift}{0pt} \setlength{\shaderightshift}{0pt} \definecolor{shadethmcolor}{named}{Apricot} \definecolor{shaderulecolor}{named}{Mahogany} }i zawiera polecenia zmiany parametrów, które można zmienić w dowolnym momencie (ale przed definicją danego środowiska).
parametr | opis |
---|---|
\shadeleftshift | dodatkowy margines z lewej strony |
\shadeboxsep | odległość ramki od wewnętrznego tekstu |
\shadetextwidth | szerokość tekstu w pudełku |
\shadeboxrule | grubość ramki |
\shaderightshift | dodatkowy margines z prawej strony |
Nowe środowisko definiujemy za pomocą poleceń:
newshadetheorem{name}{text}[counter]
newshadetheorem{name}[oldname]{text}
newtheorem{name}[oldname]{text}
gdzie:
\newshadetheorem{theorem}{Theorem} \begin{theorem} $$ E = mc^2 $$ \end{theorem}
Uwaga!
Efekt końcowy można uzyskać jedynie przez PostScript.
Pakiet dostępny jest na:
ftp.gust.org.pl/TeX/macros/latex/contrib/shadethm.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.