main.tex 746 B

12345678910111213141516171819202122232425262728
  1. \setmainfont{DejaVu Sans}
  2. \setsansfont{DejaVu Sans}
  3. \setmonofont{DejaVu Sans Mono}
  4. \newcommand\ytl[2]{\parbox[b]{8em}{\hfill{\color{cyan}\bfseries\sffamily #1}~$\cdots\cdots$~}\makebox[0pt][c]{$\bullet$}\vrule\quad \parbox[c]{10cm}{\vspace{7pt}\color{red!40!black!80}\raggedright\sffamily #2.\\[7pt]}\\[-3pt]}
  5. \title{Tex2Pdf Testing \footnote{Not everybody could sail the ocean, but still we could share this dream.}}
  6. \author{通吃島主}
  7. \date{\today}
  8. \begin{document}
  9. \maketitle
  10. \include{foreword.tex}
  11. \tableofcontents
  12. \listoffigures
  13. \listoftables
  14. \mainmatter
  15. \part{P1}
  16. \chapter{C1}
  17. \include{section-1.tex}
  18. \include{section-2.tex}
  19. \include{postscript.tex}
  20. \end{document}