aboutsummaryrefslogtreecommitdiff
path: root/tex/src
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-23 03:44:13 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-23 03:54:26 +0100
commit3c5ae2cb26ac9f244714ae251855944b2da5e8f1 (patch)
tree6a8950ea02062cb486828ff6c9bab36484e8c805 /tex/src
parente27634fae4d71a31ff83ffd236545b355bd747c8 (diff)
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.
Diffstat (limited to 'tex/src')
-rw-r--r--tex/src/figure-src-inputconf.tex8
1 files changed, 4 insertions, 4 deletions
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}