Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[many]{tcolorbox}
  3. usepackage{lipsum}
  4. % --
  5. begin{document}
  6. begin{tcolorbox}[
  7. title={Title},
  8. center title,
  9. toptitle=1mm,
  10. bottomtitle=1mm,
  11. sharp corners,%
  12. colback=white,
  13. colframe=black!75,
  14. ]
  15. lipsum[1]
  16. tcbsubtitle[halign=center]{Text}
  17. end{tcolorbox}
  18. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement