2025-10-23 15:47:13 +09:00
|
|
|
\documentclass[10pt,a4paper]{extarticle}
|
2025-10-23 14:30:40 +09:00
|
|
|
|
|
|
|
|
% Package imports
|
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
|
\usepackage{amsmath}
|
|
|
|
|
\usepackage{chemfig}
|
2025-10-23 15:12:56 +09:00
|
|
|
\usepackage[version=4]{mhchem}
|
2025-10-23 14:30:40 +09:00
|
|
|
\usepackage{graphicx}
|
|
|
|
|
\usepackage{geometry}
|
|
|
|
|
\usepackage{hyperref}
|
2025-10-23 15:12:56 +09:00
|
|
|
\usepackage{booktabs}
|
|
|
|
|
\usepackage{longtable}
|
|
|
|
|
\usepackage{array}
|
2025-10-23 15:15:12 +09:00
|
|
|
\usepackage{float}
|
2025-10-23 14:30:40 +09:00
|
|
|
|
|
|
|
|
% Page layout
|
|
|
|
|
\geometry{
|
|
|
|
|
margin=1in
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
% Document information
|
|
|
|
|
\title{Chemistry Vocabulary}
|
|
|
|
|
\author{}
|
2025-10-23 14:55:14 +09:00
|
|
|
\date{}
|
2025-10-23 14:30:40 +09:00
|
|
|
|
2025-10-23 15:57:39 +09:00
|
|
|
\setlength{\parindent}{0pt}
|
|
|
|
|
|
2025-10-23 14:30:40 +09:00
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
2025-10-23 14:55:14 +09:00
|
|
|
\section*{Introduction}
|
2025-10-23 14:30:40 +09:00
|
|
|
|
2025-11-04 21:02:31 +09:00
|
|
|
\input{contents/elements.tex}
|
|
|
|
|
\input{contents/ions.tex}
|
|
|
|
|
\input{contents/ore.tex}
|
|
|
|
|
\input{contents/reactions.tex}
|
|
|
|
|
\input{contents/nomenclature.tex}
|
|
|
|
|
\input{contents/organic.tex}
|
|
|
|
|
|
|
|
|
|
\input{contents/macromolecule.tex}
|
2025-10-23 14:49:40 +09:00
|
|
|
|
2025-10-23 14:30:40 +09:00
|
|
|
\end{document}
|
|
|
|
|
|