LaTeX Document Using A5 Page size


/ Published in: LaTeX
Save to your folder(s)



Copy this code and paste it in your HTML
  1. \documentclass[12pt]{article}
  2. \usepackage[a5paper]{geometry}
  3. \begin{document}
  4. \begin{equation}
  5. (\alpha + \beta)2 = \alpha 2 + \beta 2 + 2\alpha\beta
  6. \end{equation}
  7. \[
  8. \int\limits_0^{2\pi } {\phi dt}
  9. \]
  10. \begin{tabular}{|l|l|l|l|}
  11. Heading1 & Heading2 & Heading3 & Heading4 \\
  12. 1 & 2 & 3 & 4 \\
  13. 5 & 6 & 7 & 8 \\
  14. 9 & 10 & 11 & 12 \\
  15. \end{tabular}
  16. $$\frac{1}{{x}^{3}\,{\left( b\,x+a\right) }^{\frac{1}{3}}}$$
  17.  
  18.  
  19. \end{document}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.