@@ -4,15 +4,15 @@ echo "\documentclass{article}
44\usepackage{pgffor}
55\usepackage[hidelinks]{hyperref}
66
7- \title{SBND CRT Channel Mapping Displays \\\\ \vspace{1em} \small \textit{Produced using} \texttt{sbndcode v09\_90\_00 } \textit{\&} \texttt{sbnd\_v02\_02 .gdml}}
8- \author{Henry Lay \\\\ \small h.lay@lancaster .ac.uk}" > crt_channel_mapping_evds.tex
7+ \title{SBND CRT Channel Mapping Displays \\\\ \vspace{1em} \small \textit{Produced using} \texttt{sbndcode v09\_91\_02\_02 } \textit{\&} \texttt{sbnd\_v02\_03 .gdml}}
8+ \author{Henry Lay \\\\ \small h.lay@sheffield .ac.uk}" > crt_channel_mapping_evds.tex
99
1010walls=(bottom south north west east toplow tophigh)
1111wallnames=(Bottom South North West East " Top Low" " Top High" )
1212
1313for wall in " ${walls[@]} "
1414do
15- list=$( ls /exp/sbnd/data/users/hlay/crt_channel_mapping/august2024 /${wall} _wall/* _front.pdf)
15+ list=$( ls /exp/sbnd/data/users/hlay/crt_channel_mapping/oct2024 /${wall} _wall/* _front.pdf)
1616 echo -n " \newcommand*{\\ " $wall " ids}{" >> crt_channel_mapping_evds.tex
1717
1818 for item in ${list}
@@ -33,11 +33,10 @@ echo "\begin{document}
3333\centering
3434\vspace{2em}
3535
36- \includegraphics[width=.6\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/august2024/luphysics_logo.png}
37-
36+ \includegraphics[width=.6\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/oct2024/UOSLogo_Primary_Violet_RGB.png}
3837\vspace{2em}
3938
40- \includegraphics[width=.5\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/august2024 /sbnd_pride_transparent.png}
39+ \includegraphics[width=.5\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/oct2024 /sbnd_pride_transparent.png}
4140\flushleft
4241\newpage
4342\tableofcontents
5655 \newpage
5756 \subsection{volCRTModule\x\_\x}
5857 \begin{center}
59- \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/august2024 /${walls[i]} _wall/volCRTModule\x_\x_front.pdf}\\\\
60- \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/august2024 /${walls[i]} _wall/volCRTModule\x_\x_top.pdf}\\\\
61- \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/august2024 /${walls[i]} _wall/volCRTModule\x_\x_side.pdf}
58+ \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/oct2024 /${walls[i]} _wall/volCRTModule\x_\x_front.pdf}\\\\
59+ \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/oct2024 /${walls[i]} _wall/volCRTModule\x_\x_top.pdf}\\\\
60+ \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/oct2024 /${walls[i]} _wall/volCRTModule\x_\x_side.pdf}
6261 \end{center}
6362}
6463\endgroup" >> crt_channel_mapping_evds.tex
6564done
6665
6766echo " \end{document}" >> crt_channel_mapping_evds.tex
6867
69- pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/august2024 /tex_work crt_channel_mapping_evds.tex
70- pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/august2024 /tex_work crt_channel_mapping_evds.tex
68+ pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/oct2024 /tex_work crt_channel_mapping_evds.tex
69+ pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/oct2024 /tex_work crt_channel_mapping_evds.tex
0 commit comments