Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pyromaths
pyromaths
Commits
92c43e34
Commit
92c43e34
authored
Sep 15, 2015
by
Louis
Browse files
Merge branch 'develop' into exo_termes_suites
parents
8c6ccae5
8ca11b4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pyromaths/outils/System.py
View file @
92c43e34
...
...
@@ -228,7 +228,7 @@ def creation(parametres):
if
parametres
[
'creer_pdf'
]:
from
subprocess
import
call
_preprocess_pipe
(
os
.
path
.
join
(
dir0
,
'{}.tex'
.
format
(
f0noext
)),
parametres
[
'pipe'
]
)
_preprocess_pipe
(
os
.
path
.
join
(
dir0
,
'{}.tex'
.
format
(
f0noext
)),
parametres
.
get
(
'pipe'
,
None
)
)
os
.
chdir
(
dir0
)
latexmkrc
(
f0noext
)
log
=
open
(
'%s-pyromaths.log'
%
f0noext
,
'w'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment