Guest User

Untitled

a guest
Feb 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amsmath}
  3. usepackage{algorithm}
  4. usepackage[]{algpseudocode}
  5.  
  6. documentclass{book}
  7. usepackage{lipsum}
  8. begin{document}
  9. tableofcontents
  10. chapter*{List of Symbols}
  11. begin{tabular}{ll}
  12. $+$ & Addition Operator\
  13. $-$ & Subtraction Operator\
  14. $times$ & Multiplication Operator\
  15. $sqrt{x}$ & Square Root of $x$\
  16. $odot$ & Foo Bar\
  17. $Leftrightarrow$ & Bar Foo
  18. end{tabular}
  19. chapter{Check chapter}
  20. lipsum[1]
  21. chapter{Check chapter}
  22. section{Check section}
  23. end{document}
Add Comment
Please, Sign In to add comment