This website requires JavaScript.
Explore
Help
Sign In
tdehaeze
/
dehaeze20_activ_dampin_rotat_platf_integ_force_feedb
Watch
1
Star
0
Fork
0
You've already forked dehaeze20_activ_dampin_rotat_platf_integ_force_feedb
Code
Issues
Pull Requests
Releases
Wiki
Activity
441d036bd9
dehaeze20_activ_dampin_rota...
/
readme.md
Thomas Dehaeze
2ebd53f392
Add information about how to convert svg to pdf
2020-06-22 13:34:29 +02:00
204 B
Raw
Blame
History
Compile Figure
cd
inkscape
;
for
f in *.svg
;
do
inkscape -D --export-type
=
pdf
"
$f
"
;
done