I have a para that is wrapped in a container. The container has a container heading , border radius on the corners and color. How do I achieve it with LaTex? I have attached a sample sketch for reference. The shaded portion will be filled with color
Asked
Active
Viewed 375 times
1 Answers
3
This is literally the default setting of tcolorbox.
\documentclass{article}
\usepackage{tcolorbox}
\begin{document}
\begin{tcolorbox}[title={Heading}]
Some Text \ldots
\end{tcolorbox}
\end{document}
Henri Menke
- 109,596


tcolorboxpackage. Search the site for multiple examples, or look at the manual. – Torbjørn T. Dec 28 '16 at 09:15arckeyword, for setting the roundness of the corners. – Torbjørn T. Dec 28 '16 at 10:19