Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{amssymb}
  4. newcommand{+}{boxplus}
  5. renewcommand{-}{boxminus}
  6.  
  7. begin{document}
  8. Plus $+$ and minus $-$ work here.
  9. begin{figure}
  10. caption{Why does $-$ not work in a caption while $+$ works?}
  11. end{figure}
  12. begin{table}
  13. caption{Why does $-$ not work in a caption while $+$ works?}
  14. end{table}
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement