Template
mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-08-13 12:41:42 +09:00
15 lines
235 B
TeX
15 lines
235 B
TeX
\documentclass[xelatex,ja=standard,11pt]{bxjsarticle}
|
|
|
|
\title{テストレポート}
|
|
\author{高専太郎}
|
|
\date{1970-01-01}
|
|
|
|
\usepackage{./template}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\input{part1}
|
|
\input{part2}
|
|
\end{document}
|