CamteX
All templates

Chemistry lab report template in LaTeX

A chemistry report without fighting the editor: space for reaction equations, stoichiometric calculations and titration result tables. Chemical formulas with mhchem, compiles immediately.

Template code

% --- CamteX: Chemistry lab report (mhchem) ---
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{siunitx}
\sisetup{separate-uncertainty=true}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{float}
\usepackage{caption}
\usepackage{booktabs}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usepackage[hidelinks]{hyperref}
\usepackage[margin=2.5cm]{geometry}
\usepackage[version=4]{mhchem}
\title{Acid-base titration}
\author{Full Name \\ Group: ...}
\date{\today}

\begin{document}
\maketitle

\section{Objective}
Determine the concentration of a solution by titration.

\section{Theory}
Neutralization reaction:
\begin{equation}
  \ce{HCl + NaOH -> NaCl + H2O}
\end{equation}
Relation: $c_1 V_1 = c_2 V_2$.

\section{Reagents and equipment}
Burette (accuracy \SI{0.05}{mL}), volumetric flask, indicator.

\section{Procedure and results}
Titrant volumes - table (\emph{Lab tools} panel).

\section{Data analysis and uncertainty}
Concentration with its uncertainty.

\section{Discussion and conclusions}
Discussion of the results.

\end{document}

How to use this template?

  1. Copy the code with the button above.
  2. Paste it into the CamteX editor or a new Overleaf project.
  3. Fill in your details and content - the structure and preamble are ready.
  4. Compile to PDF in one click.

Drawing formulas is faster than typing them.

Draw a formula, table or chart - CamteX AI turns it into ready LaTeX and inserts it into your document.

Try it free