mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-15 00:36:13 +09:00
update: fileless spawn of LaTeX Environment
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user