Guest User

Untitled

a guest
May 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. documentclass[10pt,a4paper]{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. usepackage{empheq}
  5. usepackage{bigstrut}
  6.  
  7. begin{document}
  8.  
  9. [ f(x)tobegin{dcases}parbox{40mm}{$f(x)$ is a nice emph{función}, so I want to add this multiline commentbigstrut[b]}
  10. end{dcases} ]%
  11.  
  12. begin{empheq}[left = f(x)toempheqlbrace]{equation*}
  13. parbox{40mm}{$f(x)$ is a nice emph{función}, so I want to add this multiline comment}
  14. end{empheq}
  15.  
  16. end{document}
Add Comment
Please, Sign In to add comment