Code: Select all
\documentclass[12pt,oneside]{article}
\usepackage[letterpaper,margin=1in]{geometry}
\usepackage{mdframed}
\usepackage{xcolor}
\begin{document}
Bla bla bla bla
\begin{mdframed}[linecolor=gray,roundcorner=12pt,backgroundcolor=brown!15,linewidth=1pt,leftmargin=0cm,rightmargin=0cm,topline=true,bottomline=true,skipabove=12pt]
\subsubsection*{Some title}
Some text just some text. Some text just some text. Some text just some text. Some text just some text. Some text just some text. Some text just some text. Some text just some text. Some text just some text. Some text just some text.
\end{mdframed}
Bla bla bla
\end{document}
The second problem are the corners. I'm currently unable to add some round corners.
Any ideas about these ?