Search found 1 match

by Aurelien
Thu Nov 19, 2009 1:32 pm
Forum: Text Formatting
Topic: box in a newenvironment
Replies: 1
Views: 1649

box in a newenvironment

Hi all,

I am on Ubuntu Karmic Koala using Tex-live.

I am writing a document in which I have to put chunks of code. I would like to put these in red in a box with a grey background. The following code does what I want:

\documentclass{article}

\usepackage{verbatim}
\usepackage{color}
\usepackage ...