update: fileless spawn of LaTeX Environment

This commit is contained in:
2026-05-27 01:38:25 +09:00
parent 9a16caafc9
commit 67f994d7ee
13 changed files with 281 additions and 160 deletions
+8 -8
View File
@@ -1,7 +1,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{experimentTitle}
\usepackage{tex/coms}
\usepackage{coms}
\usepackage{multirow}
\usepackage{array}
\usepackage{etoolbox}
@@ -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}