Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ((= Latex base template (must inherit)
  2. This template builds upon the abstract template, adding common latex output
  3. functions. Figures, data_text,
  4. This template does not define a docclass, the inheriting class must define this.=))
  5.  
  6. ((*- extends 'document_contents.tplx' -*))
  7.  
  8. %===============================================================================
  9. % Abstract overrides
  10. %===============================================================================
  11.  
  12. ((* block header *))
  13. ((* block docclass *))((* endblock docclass *))
  14.  
  15. ((* block packages *))
  16. \usepackage[T1]{fontenc}
  17. \usepackage{jalinebreak}
  18. \setlength{\parindent}{0in}
  19.  
  20. ...(以下略)
Add Comment
Please, Sign In to add comment