book.tex 535 B

12345678910111213141516171819202122232425262728293031
  1. % copyright (c) 2013-2014 Synrc Research Center
  2. \documentclass[8pt,twoside]{article}
  3. \input{synrc.tex}
  4. \begin{document}
  5. \titleWF
  6. \include{copy}
  7. \tableofcontents
  8. \thispagestyle{empty}
  9. \begin{dedication}
  10. To Mary and all sentient beings.
  11. \end{dedication}
  12. \blankpage
  13. \include{index}
  14. \include{setup}
  15. \include{processes}
  16. \include{endpoints}
  17. \include{handlers}
  18. \include{protocols}
  19. \include{api}
  20. \include{elements}
  21. \include{actions}
  22. \include{macros}
  23. \include{utf8}
  24. \include{packages}
  25. \include{persistence}
  26. \include{last}
  27. \end{document}