The real problem here is that I can't figure out how to modify an existing environment. The concrete thing I want to achieve follows below.
I'm pretty happy with what the framed package gives me with its shaded* environment. But I'd like to change two things:
The first paragraph in the environment should not start with indentation.
I want to rename the environment from
shaded*to something else.\documentclass{article} \usepackage{lipsum, xcolor, framed} \definecolor{shadecolor}{gray}{.8} \begin{document} \begin{shaded*} \lipsum[1-2] \end{shaded*} \end{document}




{}to add the four blank spaces, then add a line with only one character flush left before the code; select the code again, press{}and remove the additional line. – egreg Apr 04 '15 at 13:37