From 3c5ae2cb26ac9f244714ae251855944b2da5e8f1 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 23 Apr 2020 03:44:13 +0100 Subject: Further edits to summarize the parts corrected by Boud [Compared to first submission to DSJ last week with 11436 words in raw PDF, we have decreased the paper by ~1000 words to 10493 :-)] As with the previous commits, the moment Boud changed the structure of sentences, I was able to find the redundancies and remove them! This is a fascinating feature of collaboration I had never felt before: it is so hard to find redundancies in my own raw text, but even a minor correction by someone else suddeny breaks my mental memories/barrier on the sentence, allowing me to be more critical to it! Anyway, besides such corrections, I fixed a few other things: 1) In the DSJ's recently published papers, ther is no `~' between "Figure" and its number. 2) I noticed that in `tex/src/figure-src-inputconf.tex' I was actually using manually input strings for the filename, checksum and size! This was contrary to the whole philosophy of Maneage(!), I must have rushed and forgot! So LaTeX variables are now defined and used. --- tex/src/figure-src-inputconf.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tex') diff --git a/tex/src/figure-src-inputconf.tex b/tex/src/figure-src-inputconf.tex index f09ee5a..4d75e24 100644 --- a/tex/src/figure-src-inputconf.tex +++ b/tex/src/figure-src-inputconf.tex @@ -1,8 +1,8 @@ \begin{tcolorbox}[title=\inlinecode{\textcolor{white}{INPUT.conf}}] \footnotesize - \texttt{\mkvar{MK20DATA} = menke20.xlsx}\\ - \texttt{\mkvar{MK20MD5}{ } = 8e4eee64791f351fec58680126d558a0}\\ - \texttt{\mkvar{MK20SIZE} = 1.9MB}\\ - \texttt{\mkvar{MK20URL}{ } = \url{\menketwentyurl}}\\ + \texttt{\mkvar{MK20DATA} = \menketwentyxlsxname}\\ + \texttt{\mkvar{MK20MD5}{ } = \menketwentychecksum}\\ + \texttt{\mkvar{MK20SIZE} = \menketwentybytesize}\\ + \texttt{\mkvar{MK20URL}{ } = {\scriptsize \menketwentyurl}}\\ \vspace{-3mm} \end{tcolorbox} -- cgit v1.2.1