- Downloaded the mh bundle from CTAN
- Extracted it.
- Created the .sty files from the command line with: tex filename.dtx
- Created directories for each package in: /usr/share/texmf-texlive/tex/latex
- Moved each .sty file to their respective directories.
Code: Select all
! LaTeX Error: File `mathtools.sty' not found.
Code: Select all
\documentclass[11pt]{article}
\usepackage{mathtools}
\begin{document}
some text \\
$x^2$
\end{document}