Guest User

Untitled

a guest
Jan 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[most]{tcolorbox}
  3. usepackage{lipsum}
  4. begin{document}
  5. lipsum[1]
  6. noindentbegin{tcolorbox}[width=.475textwidth, nobeforeafter, title=box 1]
  7. lipsum[2]
  8. end{tcolorbox}hfill
  9. begin{tcolorbox}[width=.475textwidth, nobeforeafter, title=box 2]
  10. lipsum[2]
  11. end{tcolorbox}
  12. lipsum[1]
  13. end{document}
Add Comment
Please, Sign In to add comment