Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
ellidiss-release
Commits
0031dbfa
Commit
0031dbfa
authored
Sep 15, 2017
by
Jerome Legrand
Browse files
uncomment the pdf convertion
parent
dbea1a00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Examples/ivDocExample.py
View file @
0031dbfa
...
...
@@ -139,9 +139,9 @@ def main ():
#~ printDocument ()
serialize
(
'ivDoc.md'
)
#
serialize ('ivDoc.md')
#~ convert('test.latex', 'latex')
#~
convert('test.pdf', 'latex')
convert
(
'test.pdf'
,
'latex'
)
def
addPIRIInfo
(
features
):
for
feature
in
features
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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