スタンダードなレポート用テンプレートです.
(他力本願)
Last active
February 20, 2023 21:28
-
-
Save NXVZBGBFBEN/c6b71ebb32b4f8255685781a8bd804b3 to your computer and use it in GitHub Desktop.
スタンダードなレポート
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{ltjsarticle} | |
\begin{document} | |
\title{<科目名>\\ | |
\huge <タイトル>} | |
\author{<学校名>\\ | |
\begin{tabular}{rl} | |
氏名 & <氏名>\\ | |
学科 & <学科>\\ | |
学籍番号 & <学籍番号> | |
\end{tabular}} | |
%コンパイルされた日付が自動で挿入されます. | |
\maketitle | |
\section{<セクション名>} | |
<内容> | |
\subsection{<サブセクション名>} | |
<内容> | |
\subsubsection{<サブサブセクション名>} | |
<内容> | |
%セクション番号は自動で挿入されます.フォーマット等を変更したい場合はsectionコマンドをググってください. | |
%改ページは自動で挿入されます.位置を明示したい場合はnewpageコマンドを使用してください. | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment