📄 PaperTemplate (LaTeX)

IEEEtran ベースの 最小論文テンプレート
Minimal academic paper template based on IEEEtran.


🎯 目的 | Purpose


📂 含まれるファイル | Contents

ファイル 説明
main.tex 本文のメインソース
Main LaTeX source file
refs.bib 参考文献(BibTeX 形式)
Bibliography file (BibTeX)
Makefile ビルド用(pdflatex → bibtex → pdflatex ×2
Makefile for automated build
README.md 本ファイル(使い方と概要)
This file (overview and usage)

⚙️ 依存関係 | Dependencies


▶️ ビルド方法 | Build

1) Makefile を利用

make

2) 手動で実行

pdflatex main.tex
bibtex main
pdflatex main.tex
pdflatex main.tex

📝 カスタマイズ | Customization

\documentclass[conference]{IEEEtran}
% \documentclass[journal]{IEEEtran}

📊 出力例 | Example Output


👤 著者・ライセンス / Author & License

項目 / Item 内容 / Details
著者 / Author 三溝 真一(Shinichi Samizo)
GitHub GitHub
ライセンス / License Hybrid License
再配布・改変自由(教育目的) / Free for educational use, redistribution, and modification
商用利用は別途許可が必要 / Commercial use requires separate permission