.png)
간단히 말해서, 내 단락 중 어느 것도 들여쓰기가 되어 있지 않으며 어떤 패키지가 문제를 일으키는지 찾을 수 없습니다. 유일한 생각은 내 문제가 무엇인지 새로운 눈으로 확인하는 것입니다.
%%%%%%%%%%%%%%%%%%%%%%%%%%% Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt, titlepage]{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{titlepic}
\usepackage{authblk}
\usepackage{url}
\usepackage{appendix}
\usepackage{amssymb}
\usepackage{chngcntr}
\usepackage{listings} %code
\usepackage{siunitx} %degrees
\usepackage{indentfirst} %indents paragraph after a section
\usepackage{parskip} %skipline after paragraph
\counterwithin{figure}{section} %for figure nums by section
\counterwithin{table}{section} %for table nums by section
\usepackage{minted} %For formatting code within doc
\usepackage{amsmath} %Maths tings
\usepackage{wrapfig} % Wrapped figures
\graphicspath{ {./images/} } %image directory
\usepackage{textgreek}
\usepackage{natbib}
%%%%%%%%%%%%%%%%%%%%%%%%% Page Margins %%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{geometry} %
\geometry{a4paper, left=27.5mm, right=27.5mm, top=25mm, bottom=25mm}
%%%%%%%%%%%% Header and footer formatting %%%%%%%%%%%%%%%%%%%%
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
\cfoot{\thepage}
\lfoot{AENGM0029}
\rfoot{19044885}
\usepackage[bf, sf]{titlesec}
언제나 그렇듯, 도움을 주시면 대단히 감사하겠습니다.