diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-25 18:28:04 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-25 18:36:30 +0000 |
commit | a60db913794a7e0563a5c3443311a955a98559f5 (patch) | |
tree | 4f02df6c0a78f7a0c0fc44a50584b18858a0e46f /tex | |
parent | 46f639963cf98d3a380a2577eb0c8f138ea451d5 (diff) |
More generic naming convention
Until now, we were keeping the input file within the reproduction
pipeline's directories using the same name as the database/server. Now, we
are using a short/summarized filename convention for the input dataset.
Diffstat (limited to 'tex')
-rw-r--r-- | tex/delete-me-demo.tex (renamed from tex/delete-me-wfpc2.tex) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/delete-me-wfpc2.tex b/tex/delete-me-demo.tex index 95b3105..65aa1c7 100644 --- a/tex/delete-me-wfpc2.tex +++ b/tex/delete-me-demo.tex @@ -3,7 +3,7 @@ %% The displayed WFPC2 image. \node[anchor=south west] (img) at (0,0) {\includegraphics[width=0.5\linewidth] - {\bdir/tex/delete-me-wfpc2/wfpc2.pdf}}; + {\bdir/tex/delete-me-demo/wfpc2.pdf}}; %% Its label \node[anchor=south west] at (0.45\linewidth,0.45\linewidth) @@ -25,7 +25,7 @@ ] \addplot [const plot mark mid, fill=red] table [x index=0, y index=1] - {\bdir/tex/delete-me-wfpc2/wfpc2-hist.txt} + {\bdir/tex/delete-me-demo/wfpc2-hist.txt} \closedcycle; \end{axis} |