0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LaTeXテンプレート

Posted at

✅ 標準テンプレート(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}

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?