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/src/figure-branching.tex | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'tex/src/figure-branching.tex') diff --git a/tex/src/figure-branching.tex b/tex/src/figure-branching.tex index a917987..52a6303 100644 --- a/tex/src/figure-branching.tex +++ b/tex/src/figure-branching.tex @@ -27,6 +27,11 @@ + + + + + \begin{tikzpicture} %% Just for a reference (so the image size always remains fixed). It also @@ -71,13 +76,13 @@ \branchcommit{red!60!green}{4.5cm}{5cm}{f69e1f4} \branchcommit{red!60!green}{4.5cm}{6cm}{716b56b} \node[inner sep=0pt] at (3.92cm,5.55cm) - {\includegraphics[width=6.5mm]{tex/img/icon-collaboration.pdf}}; + {\includegraphics[width=6.5mm]{tex/img/icon-collaboration.eps}}; %% Paper being processed icon. The white rectangle over it is to blend it %% into the background. \node[anchor=south,inner sep=0pt] at (3.92cm,6.7cm) - {\includegraphics[width=1cm]{tex/img/icon-processing.pdf}}; - \draw[white, fill=white, opacity=0.7] (3.42cm,6.7) rectangle (5cm,7.7cm); + {\includegraphics[width=1cm]{tex/img/icon-processing.eps}}; + \draw[white, fill=white, opacity=0.7] (3.42cm,6.7) rectangle (5cm,7.8cm); %% Description of this scenario: \draw [rounded corners, fill=black!10!white] (3.1cm,0) rectangle (7.5cm,1.25cm); @@ -131,7 +136,7 @@ %% Project commits. \branchcommit{red!60!green}{11cm}{2.5cm}{4483a81} \branchcommit{red!60!green}{11cm}{4.5cm}{\projectversion} - \node[anchor=south, inner sep=0pt, color=white] at (11.05cm,4.8cm) {\includegraphics[width=1cm]{tex/img/icon-complete.pdf}}; + \node[anchor=south, inner sep=0pt, color=white] at (11.05cm,4.8cm) {\includegraphics[width=1cm]{tex/img/icon-complete.eps}}; %% Derivate project commits. \branchcommit{purple!60!yellow}{12.5cm}{5cm}{b177c7e} -- cgit v1.2.1