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.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.