Guest User

Untitled

a guest
Dec 12th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ``<some math>''
  2.  
  3. enquote{<some math>}
  4.  
  5. documentclass[preview]{standalone}
  6. usepackage{csquotes}
  7. begin{document}
  8. In text mode:\
  9. Quote by hand: ``Blub''\
  10. Quote by enquote: enquote{Blub}
  11.  
  12. In math mode:\
  13. Quote by hand: $``a^2+b^2=c^2''$\
  14. Quote by enquote: $enquote{a^2+b^2=c^2}$
  15. end{document}
  16.  
  17. documentclass[preview]{standalone}
  18. usepackage{csquotes}
  19. begin{document}
  20. In text mode:\
  21. Quote by hand: ``Blub''\
  22. Quote by enquote: enquote{Blub}
  23.  
  24. In math mode:\
  25. %Quote by hand: $``a^2+b^2=c^2''$\
  26. Quote by hand: ``$a^2+b^2=c^2$''\
  27.  
  28. %Quote by enquote: $enquote{a^2+b^2=c^2}$
  29. Quote by enquote: enquote{$a^2+b^2=c^2$}
  30. end{document}
Add Comment
Please, Sign In to add comment