2026/04/23

This commit is contained in:
2026-04-23 11:28:21 +09:00
parent d4a4d8feba
commit 65784275b8
10 changed files with 1968 additions and 8 deletions
+7 -7
View File
@@ -16,10 +16,10 @@
\newcommand{\researchercs}[1]{
\ifthenelse{\isodd{\theresearchercount}}
{
& {\underline{(\theresearchercount) #1}}
& {\underline{(\theresearchercount)\quad #1}}
}
{
& {\underline{(\theresearchercount) #1}} \@arraycr
& {\underline{(\theresearchercount)\quad #1}} \@arraycr
}
\stepcounter{researchercount}
}
@@ -66,18 +66,18 @@
\vspace{1em}
\hspace{-8.525pt}\begin{tabular}{ lp{5em}p{5em} }
\hspace{-8.525pt}\begin{tabular}{ lp{8em}p{8em} }
\ifthenelse{\isundefined{\researchers}}{
\multirow[t]{3}{7.3125em}{共同実験者:} & {なし} & \\
\multirow[t]{3}{8em}{共同実験者:} & {なし} & \\
}{
\multirow[t]{3}{7.3125em}{共同実験者:} \forlistloop{\researchercs}{\researchers}
\multirow[t]{3}{8em}{共同実験者:} \forlistloop{\researchercs}{\researchers}
}
\end{tabular}
\vspace{5em}
\hspace{-6pt}\begin{tabular}{ lp{5em} }
\multirow[t]{3}{7.3125em}{実験実施日:} \forlistloop{\expdatecs}{\expdates}
\hspace{-6pt}\begin{tabular}{ lp{8em} }
\multirow[t]{3}{8em}{実験実施日:} \forlistloop{\expdatecs}{\expdates}
\end{tabular}
\end{flushleft}
\end{titlepage}