Go to file
2020-06-22 13:35:18 +02:00
css Initial Commit 2020-03-16 10:52:50 +01:00
inkscape Move Figures 2020-06-22 13:34:25 +02:00
js Initial Commit 2020-03-16 10:52:50 +01:00
matlab Update paper text 2020-06-22 13:35:18 +02:00
paper Update paper text 2020-06-22 13:35:18 +02:00
tikz Remove alternative system schematic 2020-06-22 13:34:40 +02:00
.gitignore Update gitignore 2020-06-22 13:34:29 +02:00
index.html Initial Commit 2020-03-16 10:52:50 +01:00
index.org Initial Commit 2020-03-16 10:52:50 +01:00
readme.md Add information about how to convert svg to pdf 2020-06-22 13:34:29 +02:00

DOI

Compile Figure

  cd inkscape;
  for f in *.svg; do inkscape -D --export-type=pdf "$f"; done