修士論文の執筆のために、TeXを久しぶりに使い始めました。
論文の冒頭に、添付ファイルの様な指定のフォーマット(以下のリンク先参照)があり、
それをTeXで再現できないか試しています。
https://drive.google.com/file/d/1-pt4ZjEbVlOZMPzaKu_NpkEnQTWeXy3d/view?usp=sharing
Tabularや、Tabularrayを使って再現ができないか試みたのですが、
Abstractのところに長文を記入すると、折り返しされずにページからはみ出てしまう問題が解決できません。
サンプルで作ってみたコードは以下です。
自動で改行する方法などないのでしょうか?
他の方法でも良いので修正方法があれば教えていただきたいです。
よろしくお願いします。
使用している環境は、Mac OS Sonoma 14.5, エディタVSCode、LuaTeXを使用。
===
\begin{tblr}{hlines, vlines,
colspec = {X[0.25,c,h] X[0.6,c,h]X[0.25,c,h] X[0.6,c,h] },
cell{2-Z}{1} = {c=4}{},
hline{3} = {0em},
hline{5} = {0em},
hline{7} = {0em},
width = {\linewidth }
}
\SetRow{rowsep=5mm} Student ID & XXXX & Name & Tomy Otsuka \\
\SetCell{l} Title & & & \\
\SetRow{valign=t, halign=l}\SetCell{l} aaa & & & \\
\SetCell{l} Abstract & & & \\
\SetRow{valign=t, halign=l}{Abstract This paper compares a sample of 124 independent high technology entrepreneurs with 112 corporate entrepreneurs (intrapreneurs) involved in developing and introducing high-tech innovations across Canada. The study investigates the general management and technical problems faced by these entrepreneurs and contrasts their approach to such issues as market research, financing and production. The approaches used by the two groups in analyzing their markets and in planning and financing of innovations are compared and contrasted. In general, the independent entrepreneurs were technically trained, usually possessing engineering training but no general management training or experience, neither themselves nor members of their management team. Corporate entrepreneurs were as likely to come from management backgrounds as technical, or else supported their lack of general}
& & & \\
\SetCell{l} Keyword & & & \\
\SetRow{valign=t, halign=l} \SetCell{l} aaa & & & \\
\end{tblr}