Advertisement
Guest User

correct Latex code for Dan

a guest
Jun 27th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. \documentclass[12pt]{article}
  2. \usepackage{palatino,url}
  3. \begin{document}
  4. \section*{My first document}
  5. This is a short example of a \LaTeX\ document I wrote on
  6. \today. It shows a few simple features of automated
  7. typesetting, including
  8. \begin{itemize}
  9. \item setting the default font size to 12pt;
  10. \item specifying `article' type formatting;
  11. \item using the Palatino typeface;
  12. \item adding special formatting for URIs;
  13. \item formatting a heading in `section' style;
  14. \item using the \LaTeX\ logo;
  15. \item generating today's date;
  16. \item formatting a list of items;
  17. \item centering and italicizing;
  18. \item autonumbering the pages.
  19. \end{itemize}
  20. \subsection*{More information}
  21. This example was taken from `Formatting Information',
  22. which you can download from
  23. \url{http://www.ctan.org/tex-archive/info/beginlatex/}
  24. and use as a teach-yourself guide.
  25. \begin{center}
  26. \textit{Have a nice day!}
  27. \end{center}
  28. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement