✅ 標準テンプレート(uplatex + bxjsarticle)
\documentclass[uplatex,12pt]{bxjsarticle} % 日本語文書用(uplatex推奨)
\usepackage{amsmath, amssymb} % 数式用パッケージ
\usepackage{graphicx} % 画像挿入
\usepackage{geometry} % 余白調整
\geometry{a4paper, margin=25mm}
\title{タイトル}
\author{著者名}
\date{\today}
\begin{document}
\maketitle
\section{はじめに}
% 導入や概要など
\section{第1章}
% 第1章の本文
\section{第2章}
% 第2章の本文
\section{第3章}
% 第3章の本文
\section{第4章}
% 第4章の本文
\section{おわりに}
% 総括・まとめなど
\end{document}