article.tplx 494 B

1234567891011121314151617
  1. ((=- Default to the notebook output style -=))
  2. ((*- if not cell_style is defined -*))
  3. ((* set cell_style = 'style_jupyter.tplx' *))
  4. ((*- endif -*))
  5. ((=- Inherit from the specified cell style. -=))
  6. ((* extends cell_style *))
  7. %===============================================================================
  8. % Latex Article
  9. %===============================================================================
  10. ((*- block docclass -*))
  11. \documentclass[11pt]{article}
  12. ((*- endblock docclass -*))