2015-05-16 08:42:39 +00:00
|
|
|
#!/usr/bin/env python
|
|
|
|
# encoding: utf-8
|
|
|
|
|
|
|
|
|
2019-12-23 14:05:50 +00:00
|
|
|
from .bopytex import produce_and_compile
|
|
|
|
|
2015-05-16 08:42:39 +00:00
|
|
|
|
|
|
|
# -----------------------------
|
|
|
|
# Reglages pour 'vim'
|
|
|
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
2017-04-16 15:46:14 +00:00
|
|
|
# cursor: 16 del
|