Guest User

Untitled

a guest
Jan 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. documentclass[9pt,a5paper,twoside]{report}
  2. usepackage{xcolor}
  3. usepackage{blindtext}
  4. %<<<<<<<<<<<<<<<<<<tcolorbox>>>>>>>>>>>>>>>>>>>
  5. usepackage[skins]{tcolorbox}
  6. tcbset{enhanced,%breakable
  7. colback=white,colframe=green!30!black,
  8. coltitle=white,
  9. fonttitle=bfserieslarge,
  10. drop fuzzy shadow southeast,
  11. attach boxed title to top left={yshift=-0.5mm},%-0.3mm
  12. boxed title style={size=small,colback=green!50!black,left=2mm,right=2mm,top=0.5mm,bottom=-0.5mm,sharp corners=south,arc=1mm,boxrule=1.4pt,},%boxsep=1mm,
  13. boxsep=0mm, %padding
  14. left=1.5mm,
  15. right=1.5mm,
  16. top=3mm,
  17. bottom=3mm,
  18. righthand width=4cm,
  19. before={noindent},
  20. arc=1mm,
  21. outer arc=1mm,
  22. sharp corners=northwest,
  23. %title=#1%
  24. segmentation style={black,solid,opacity=0.5,line width=1pt},
  25. }
  26. %<<<<<<<<<<<<<<<<<<Chap. Style>>>>>>>>>>>>>>>>>>>
  27. usepackage[left=14mm,right=10mm,top=20mm,bottom=15mm,headheight=0mm,]{geometry} %left=1.5in
  28. usepackage{fancyhdr}
  29. pagestyle{fancy}
  30. fancyhf{}
  31. fancyhead[CO, CE]{{slshape{rightmark}}}
  32. fancyhead[RO, LE]{thepage}
  33. renewcommand{headrulewidth}{1pt}
  34. renewcommand{footrulewidth}{0pt}
  35. renewcommand{chaptermark}[1]{ markboth{#1}{} }
  36. renewcommand{sectionmark}[1]{ markright{#1}{} }
  37. usepackage[utf8]{inputenc}
  38. begin{document}
  39. %<<<<<<<<<<<<<<<<<<Beg. Doc>>>>>>>>>>>>>>>>>>>
  40. begin{tcolorbox}[title=TcolorboX,sidebyside]
  41. blindtext
  42. tcblower
  43. This is the lower part.
  44. blindtext
  45. end{tcolorbox}
  46. end{document}
Add Comment
Please, Sign In to add comment