\ProvidesPackage{imports} \RequirePackage{amssymb} % -- "bold" math letters (e.g. set of all integers `Z`) \RequirePackage{amsmath} % -- advanced math symbols \RequirePackage{listings} % -- code snippet styling block \RequirePackage{graphicx} % -- inserts standard image graphics \graphicspath{{./graphics/}} \RequirePackage[english]{babel} % -- Ensures correct compilation rules for English