title.tex 962 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. \begin{titlepage}
  2. % ensure centering the title page by ignoring odd and even margin
  3. \setlength{\oddsidemargin}{-1in}
  4. \setlength{\evensidemargin}{-1in}
  5. \setlength{\textwidth}{\paperwidth}
  6. \vspace*{\fill}
  7. % typesetting the title line
  8. \noindent
  9. \parbox{\textwidth}{\centering \bfseries \Huge
  10. \formattedTitle
  11. }
  12. \vfill
  13. \noindent
  14. \parbox{\textwidth}{\centering \bfseries
  15. \url{http://www.yiiframework.com/doc/guide}
  16. }
  17. \vfill
  18. % typesetting authors
  19. \noindent
  20. \parbox{\textwidth}{\centering \Large
  21. \formattedAuthors
  22. \\ \vspace{1cm}
  23. \formattedTranslators
  24. }
  25. \vspace*{\fill}
  26. \noindent
  27. \parbox{\textwidth}{\centering
  28. This tutorial is released under the \href{http://www.yiiframework.com/doc/terms/}{Terms of Yii Documentation}.\\
  29. \vspace{0.5cm}
  30. Copyright 2014 Yii Software LLC. All Rights Reserved.
  31. }
  32. \end{titlepage}