Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{amsmath}
  4. usepackage[latin9]{inputenc}
  5. usepackage{mathptmx}
  6. DeclareMathAlphabet{mathpzc}{OT1}{pzc}{m}{it}
  7.  
  8. begin{document}
  9.  
  10. We define the following equation:
  11. [mathpzc{S} = sum_{k=0}^ndfrac{1}{k^3}.]
  12.  
  13.  
  14. Now let $mathbf{x}$ be the following vector:
  15. [mathbf{x}=[x_1, ldots, x_n]^mathsf{T}]
  16.  
  17. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement