style_bw_python.tplx 477 B

1234567891011121314151617
  1. ((= Black&white Python input/output style =))
  2. ((*- extends 'base.tplx' -*))
  3. %===============================================================================
  4. % Input
  5. %===============================================================================
  6. ((* block input scoped *))
  7. \begin{verbatim}
  8. ((*- if resources.global_content_filter.include_input_prompt *))
  9. ((( cell.source | add_prompts )))
  10. ((* else *))
  11. ((( cell.source )))
  12. ((* endif *))
  13. \end{verbatim}
  14. ((* endblock input *))