Guest User

Untitled

a guest
Oct 28th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{mathtools,tcolorbox,tikz}
  3. tcbuselibrary{skins}
  4. begin{document}
  5. begin{tcolorbox}[enhanced,colback=yellow!10!white,boxrule=0pt,frame hidden,
  6. borderline north={1mm}{-1mm}{orange},borderline south={1mm}{-1mm}{orange}]
  7. centering
  8. $begin{array}{c|c}
  9. b^{2} = a cdot b' & {displaystylefrac{1}{h^{2}} = frac{1}{b^{2}} + frac{1}{c^{2}}}\
  10. c^{2} = a cdot c'
  11. end{array}
  12. $
  13. end{tcolorbox}
  14. end{document}
Add Comment
Please, Sign In to add comment