Skip to content

Instantly share code, notes, and snippets.

@NXVZBGBFBEN
Last active February 20, 2023 21:28
Show Gist options
  • Save NXVZBGBFBEN/c6b71ebb32b4f8255685781a8bd804b3 to your computer and use it in GitHub Desktop.
Save NXVZBGBFBEN/c6b71ebb32b4f8255685781a8bd804b3 to your computer and use it in GitHub Desktop.
スタンダードなレポート

なにこれ

スタンダードなレポート用テンプレートです.
$\mathrm{\TeX}\cdot\mathrm{\LaTeX}$の基本的な構文についてはググってください.(他力本願)

\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