Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. documentclass[letter,landscape]{report}
  2.  
  3. newcommand{ReportTitle} {Summary Report }
  4. newcommand{ReportAuthor}{Mister San }
  5.  
  6. pdfinfo{
  7. /Title (ReportTitle)
  8. /Author (ReportAuthor)
  9. /Subject (Generated by ReportAuthor on today)
  10. }
  11.  
  12. begin{document}
  13. ReportTitle \
  14. By: ReportAuthor \
  15. end{document}
  16.  
  17. documentclass[letter,landscape]{report}
  18.  
  19. newcommand{ReportTitle} {@Model.ReportTitle }
  20. newcommand{ReportAuthor}{@Model.ReportAuthor }
  21.  
  22. pdfinfo{
  23. /Title (ReportTitle)
  24. /Author (ReportAuthor)
  25. /Subject (Generated by ReportAuthor on today)
  26. }
  27.  
  28. begin{document}
  29. ReportTitle \
  30. By: ReportAuthor \
  31. end{document}
  32.  
  33. newcommand{ReportTitle} {Standard_Report }
  34.  
  35. newcommand{ReportTitle} {# $ % & ~ _ ^ { } backslash}
  36.  
  37. ./main.tex:7: TeX capacity exceeded, sorry [input stack size=5000].
  38. @inmathwarn ...latex@warning {Command protect #1
  39. invalid in math mode}fi l.7 /Title (ReportTitle)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement