I have a Windows 7 Pc and I use Texniccenter with Miktex 2.9.
I would like to use the package tcolorbox. I am a beginner in Latex and I have launched the example available on CTAN which is named:
tcolorbox-example.tex
but I don't have a good result as you can see in te attached picture. The code is:Code: Select all
Code, edit and compile here:
\documentclass[a4paper,12pt,twoside]{article}\usepackage[francais]{babel}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\usepackage{amsmath,amssymb,mathrsfs}\usepackage{tcolorbox}\begin{document}\begin{tcolorbox}This is another \textbf{tcolorbox}. \tcblower Here, you see the lower part of the box.\end{tcolorbox}\end{document}