0

If you notice, I get a the equal symbol before every reference the document have in the pdf. Unable to find if this is of some optional setting which I should do! enter image description here

And the below is my preamble and some part of the document.

% In the preamble:
% arara: lualatex: { synctex: on }
% arara: biber
% arara: makeglossaries
% arara: makeindex
% arara: lualatex: { synctex: on }
% arara: lualatex: { synctex: on }

% !TeX root = MasterThesis.tex
% !TeX encoding = utf8
% !TeX spellcheck = en_US
\documentclass[12pt, a4paper, oneside, openany]{scrbook}
%\pagestyle{headings}

\usepackage{fontspec}
\fontspec{Times New Roman}
\usepackage{url}
\usepackage[colorlinks=true,linkcolor=black]{hyperref}
\linespread{1.5}
\usepackage[toc, acronym]{glossaries}
\makeglossaries
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage[a4paper]{geometry}
\title{Seamless Firmware Update Over the Air}
\author{Vijay Bhargava B}
\date{February 2023}
\pdfstringdefDisableCommands{%
    \def\\{}%
    \def\texttt#1{<#1>}%
}
\setcounter{tocdepth}{3}
\renewcommand{\contentsname}{Table of Contents}
\usepackage{titletoc}
\newcommand{\setupname}[1][\chaptername]{
    \titlecontents{chapter}[0pt]{\vspace{1ex}}{\bfseries#1~\thecontentslabel:\quad}{\bfseries}{\bfseries\hfill\contentspage}[]
}

\begin{document}
\maketitle
%\pagenumbering{roman} %start roman page number
%\setcounter{page}{1}
\include{00_1_Declaration_honest}
\setlength{\parindent}{0pt}
\include{00_1_Abstract}
\setupname
\tableofcontents
%\pagenumbering{arabic}
%\setcounter{page}{1}

The above part is the preamble and some part of the document.

V B
  • 75
  • 5

0 Answers0