I need to submit a paper to IEEE Control System Letters Journal. In the instructions, I am told to use \documentclass[letterpaper, 10 pt, journal, twoside]{ieeetran} as the document class.
My problem is that all the main texts are in Bold font which should not be.
Is there any command that can force the font of each section to be not Bold?
Thanks
\documentclass[letterpaper, 10 pt, journal, twoside]{IEEEtran}
\IEEEoverridecommandlockouts
\overrideIEEEmargins % Needed
\usepackage{bm}
\usepackage{float}
\usepackage[pdftex]{graphicx}
%\usepackage{fixltx2e}
\usepackage{tabularx}
%\usepackage[latin1]{inputenc}
\usepackage{verbatim}
\usepackage{color}
\usepackage{xparse}
\usepackage{hyperref}
\usepackage{xmpmulti}
\usepackage{transparent}
\usepackage{fancyhdr}
\usepackage{cite}
\usepackage{rotating}
\usepackage{booktabs}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{tikz}
\usepackage{hyperref}
\usepackage{wrapfig}
\usepackage{setspace}
\usepackage{graphicx}
%\usepackage{epsfig}
\usepackage[all]{xy}
\usepackage{verbatim}
\usepackage{float}
%\usepackage{txfonts}
\usepackage{mathrsfs}
\usepackage{bm}
\usepackage{multirow}
\usepackage{color,soul}
\let\proof\relax \let\endproof\relax
\usepackage{amssymb,amsmath,graphicx}
\let\proof\relax \let\endproof\relax
\usepackage{amsthm}
\usepackage[compact]{titlesec}
\usepackage{diagbox}
\usepackage{array}
\usepackage{titlesec}
\usepackage{units}
\usepackage[export]{adjustbox}
%\usepackage{geometry}
\usepackage[letterpaper, left=0.7in, right=0.7in, bottom=0.6in, top=0.8in]{geometry}
\let\oldIEEEkeywords\IEEEkeywords
\def\IEEEkeywords{\oldIEEEkeywords\normalfont\bfseries\ignorespaces}
\newcommand\squeezespaces[1]{% %% <- #1 is a number between 0 and 1
\thickmuskip=\scalemuskip{\thickmuskip}{#1}%
\medmuskip=\scalemuskip{\medmuskip}{#1}%
\thinmuskip=\scalemuskip{\thinmuskip}{#1}%
\nulldelimiterspace=#1\nulldelimiterspace
\scriptspace=#1\scriptspace
}
\newcommand\scalemuskip[2]{%
\muexpr #1*\numexpr\dimexpr#2pt\relax\relax/65536\relax
} %% <- based on https://tex.stackexchange.com/a/198966/156366
\pagenumbering{arabic}
\usepackage{mathtools}
\mathtoolsset{showonlyrefs}
\title{\LARGE \bf
Weighted
}
\author{Nas
}
%---------- Format ----------
\titleformat{\section}{\centering\normalfont\scshape}{\thesection}{0em}{.~}
%\titleformat{\subsection}{\normalfont\scshape}{\thesubsection}{0em}{.~}
\titleformat{\paragraph}[runin]{\bfseries}{}{-2em}{}[:]
\begin{document}
\maketitle
\thispagestyle{empty}
\pagestyle{empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}\label{abstract}Extracting .
\end{abstract}
\IEEEkeywords{uuuu}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\vspace{-3pt}
\section{Conclusion}
In this paper, we proposed a framework
\titleformat{\section}{\centering\normalfont\scshape}{\appendixname~\thesection }{0em}{~}
\end{document}[![enter image description here][1]][1]

! Undefined control sequence. l.4 \overrideIEEEmargins– David Carlisle Dec 21 '21 at 23:27