From 2bfa3a043dcf394492a33bbcb16121dcb227b5ed Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 2 May 2020 04:38:55 +0100 Subject: First implementation of style in IEEEtran style The paper is no longer using LuaLaTeX, but raw LaTeX (that saves a DVI), it is so much faster! Initially I had used LuaLaTeX to use special fonts to resemble the CODATA Data Science Journal, but all that overhead is no longer necessary. Therefore I also removed the MANY extra LaTeX packages we were importing. The paper builds and is able to construct one of its images (the git-branching figure) with only 7 packages beyond the minimal TeX/LaTeX installation. Also in terms of processing it is so much faster. The text is just temporary now, and mainly just a place holder. With the next commit, I'll fill it with proper text. --- tex/img/icon-complete.svg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tex/img/icon-complete.svg (limited to 'tex/img/icon-complete.svg') diff --git a/tex/img/icon-complete.svg b/tex/img/icon-complete.svg new file mode 100644 index 0000000..3b3703e --- /dev/null +++ b/tex/img/icon-complete.svg @@ -0,0 +1,2 @@ + + -- cgit v1.2.1