This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt]{article} % Standard font size | |
% ----- CORE PACKAGES ----- | |
\usepackage[T1]{fontenc} % Output font encoding | |
\usepackage[utf8]{inputenc} % Input encoding | |
\usepackage{lmodern} % Default font (Latin Modern) - Or use Times/other fonts if preferred | |
\usepackage{amsmath,amssymb} % Math symbols | |
\usepackage{graphicx} % Include graphics | |
\usepackage{textcomp} % Provide euro and other symbols | |
\usepackage[margin=1in]{geometry} % Standard margins |