Guest User

Untitled

a guest
Mar 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz}
  3. usepackage{graphicx}
  4.  
  5. begin{document}
  6. begin{minipage}[t]{0.3textwidth}
  7. $2+2=4$
  8. end{minipage}
  9. begin{minipage}[t]{0.3textwidth}
  10. begin{tikzpicture}
  11. draw (0,0) circle (3cm);
  12. end{tikzpicture}
  13. end{minipage}
  14. end{document}
Add Comment
Please, Sign In to add comment