diff options
author | Boud Roukema <boud@cosmo.torun.pl> | 2020-04-23 00:46:20 +0200 |
---|---|---|
committer | Boud Roukema <boud@cosmo.torun.pl> | 2020-04-23 00:46:20 +0200 |
commit | 708ec3bfc447583433e12258133be506e6b0e02a (patch) | |
tree | 745c973a447355d628e50b46fe7b029021b2d356 /tex | |
parent | 7bdbef3bf8998942bac86102438c1f32d2415bde (diff) |
4.3.5 Project analysis - downloads
Reduction by about 7 words.
I added "internet security" as an extra reason for having all the
downloads in a single file. Modularity and minimal complexity in
themselves generally contribute to internet security, but in this
case, it's obvious that having all the communication with the
outside world managed through a single file makes internet security
management much simpler.
I replaced the "fake URL" by the real one, because at least in the
present format, the URL fits in nicely. So both `paper.tex` and
`tex/src/figure-src-inputconf.tex` are modified in this commit.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/src/figure-src-inputconf.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/src/figure-src-inputconf.tex b/tex/src/figure-src-inputconf.tex index 1a3b31c..f09ee5a 100644 --- a/tex/src/figure-src-inputconf.tex +++ b/tex/src/figure-src-inputconf.tex @@ -3,6 +3,6 @@ \texttt{\mkvar{MK20DATA} = menke20.xlsx}\\ \texttt{\mkvar{MK20MD5}{ } = 8e4eee64791f351fec58680126d558a0}\\ \texttt{\mkvar{MK20SIZE} = 1.9MB}\\ - \texttt{\mkvar{MK20URL}{ } = https://the.full.url/is/too/large/to/show/here/media-1.xlsx}\\ + \texttt{\mkvar{MK20URL}{ } = \url{\menketwentyurl}}\\ \vspace{-3mm} \end{tcolorbox} |