Files
chemistry-english-note/main.tex
2025-10-23 14:49:40 +09:00

60 lines
931 B
TeX

\documentclass[12pt,a4paper]{article}
% Package imports
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{chemfig}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{hyperref}
% Page layout
\geometry{
margin=1in
}
% Document information
\title{Chemistry Vocabulary}
\author{}
\date{\today}
\begin{document}
\maketitle
\section{Introduction}
% Add your content here
\section{Elements and elementary substances}
\section{Acids and bases}
\section{Ions}
\section{Ores and alloys}
\section{Reactions}
\section{Hydrocarbons and their Halogen derivatives}
\section{Alicyclic compounds and aromatic compounds}
\section{Alcohol, phenols, ketones and aldehyde}
\section{Carboxylic acids and esters}
\section{Amines, amides and nitriles}
\section{Thiols and thioethers}
\section{Macromolecule}
\section{Plastics}
\section{Organic compounds in everyday life}
\end{document}