Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage[most]{tcolorbox}
  4.  
  5. newtcolorbox[auto counter
  6. %,number within=section
  7. ]{pabox}[2][]{%
  8. colback=red!5!white,
  9. colbacktitle=red,
  10. coltitle=red!70!black,
  11. colframe=red!75!black,
  12. fonttitle=bfseries,
  13. detach title,
  14. before upper={tcbtitlequad},
  15. title=Problem.~thetcbcounter: #2,#1}
  16.  
  17. begin{document}
  18.  
  19. begin{pabox}[]{}
  20. This is a textbf{tcolorbox}.
  21. end{pabox}
  22.  
  23. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement