@@ -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\_93 \_01\_02 } \textit{\&} \texttt{sbnd\_v02\_03 .gdml}}
7+ \title{SBND CRT Channel Mapping Displays \\\\ \vspace{1em} \small \textit{Produced using} \texttt{sbndcode v10\_04 \_01} \textit{\&} \texttt{sbnd\_v02\_05 .gdml}}
88\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/jan2025 /${wall} _wall/* _front.pdf)
15+ list=$( ls /exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025 /${wall} _wall/* _front.pdf)
1616 echo -n " \newcommand*{\\ " $wall " ids}{" >> crt_channel_mapping_evds.tex
1717
1818 for item in ${list}
@@ -33,10 +33,10 @@ echo "\begin{document}
3333\centering
3434\vspace{2em}
3535
36- \includegraphics[width=.6\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025 /UOSLogo_Primary_Violet_RGB.png}
36+ \includegraphics[width=.6\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025 /UOSLogo_Primary_Violet_RGB.png}
3737\vspace{2em}
3838
39- \includegraphics[width=.5\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025 /sbnd_pride_transparent.png}
39+ \includegraphics[width=.5\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025 /sbnd_pride_transparent.png}
4040\flushleft
4141\newpage
4242\tableofcontents
5555 \newpage
5656 \subsection{volCRTModule\x\_\x}
5757 \begin{center}
58- \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025 /${walls[i]} _wall/volCRTModule\x_\x_front.pdf}\\\\
59- \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025 /${walls[i]} _wall/volCRTModule\x_\x_top.pdf}\\\\
60- \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025 /${walls[i]} _wall/volCRTModule\x_\x_side.pdf}
58+ \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025 /${walls[i]} _wall/volCRTModule\x_\x_front.pdf}\\\\
59+ \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025 /${walls[i]} _wall/volCRTModule\x_\x_top.pdf}\\\\
60+ \includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025 /${walls[i]} _wall/volCRTModule\x_\x_side.pdf}
6161 \end{center}
6262}
6363\endgroup" >> crt_channel_mapping_evds.tex
6464done
6565
6666echo " \end{document}" >> crt_channel_mapping_evds.tex
6767
68- pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025 /tex_work crt_channel_mapping_evds.tex
69- pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025 /tex_work crt_channel_mapping_evds.tex
68+ pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025 /tex_work crt_channel_mapping_evds.tex
69+ pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025 /tex_work crt_channel_mapping_evds.tex
0 commit comments