555
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
523 B

  1. \RequirePackage{color,calc}
  2. \NeedsTeXFormat{LaTeX2e}[1995/12/01]
  3. \ProvidesPackage{myColor}
  4. [2000/10/26 v1.0 LaTeX package for colored paragraphs.]
  5. \usepackage{color,calc}
  6. \newcommand{\cmcolor}{}
  7. \newenvironment{cminipage}[1][white]%
  8. {%\setlength{\fboxsep}{-\fboxrule}
  9. \renewcommand{\cmcolor}{#1}\noindent%
  10. \begin{lrbox}{\@tempboxa}%
  11. \begin{minipage}{\linewidth-2\fboxsep}}%
  12. { \end{minipage}%
  13. \end{lrbox}%
  14. \colorbox{\cmcolor}{\usebox{\@tempboxa}}}%
  15. %%
  16. %%
  17. %% End of file `myColor.sty'.