Format a LaTeX file to match the style conventions of v3.tex (Pulak's research paper style). Use when user asks to format, reformat, or style-match a .tex file.
Format the given LaTeX file to match the style conventions established in control-folder/v3-doc/v3.tex. Read the target file and v3.tex, then apply the formatting rules below.
\documentclass[11pt]{article}% packages comment:
% packages
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{float}
\usepackage{tikz}
\usetikzlibrary{arrows.meta, positioning, shapes.geometric, calc, fit, backgrounds}
% theorem environment comment% pulak's commands comment: \newcommand{\red}[1]{\textcolor{red}{#1}}\date{}\tableofcontents and \newpage after \maketitle\bibliographystyle{plain} and \bibliography{references} at end\subsubsection*{} (unnumbered) for conceptual subsections within a section\paragraph*{} for sub-sub-subsections (e.g., "Formal signal chain")\begin{align} or \[ \] with \tag{} and \label{} for named equations\begin{table}[H] with \centering, booktabs (\toprule, \midrule, \bottomrule)\begin{figure}[H] with \centering\section{} for major divisions (Objective, Scope, Control Loops, etc.)\subsection{} for numbered sub-topics\subsubsection{} or \subsubsection*{} for deeper structure\paragraph*{} for inline headings within a subsubsection30\,kHz, 100\,MHz, 0.3\,dBvs.\, e.g.\, i.e.\--- (no spaces around it)\emph{} for emphasis, not bold (reserve bold for table headers)$\to$ in inline control-flow descriptions (e.g., "SINR $\to$ CQI $\to$ MCS")\eqref{eq:label}Figure~\ref{fig:label}, Table~\ref{tab:label}Section~\ref{}%% === separator bars for major section boundaries\texttt{function\_name()}\cite{} for citations\done, \todo, \inprog, \blocked) — these are for planning docs only