How to Write Thesis || Project in Overleaf Step-by-step || Online Latex

Education 4.0
Education 4.0
325 بار بازدید - 2 ماه پیش - Thesis || Project in Overleaf
Thesis || Project in Overleaf || Online Latex #overleaf #latex #tahirali  #TextMaker #Office #TexStudio #DocumentEditing #WordProcessing #Software #Tools #phdthesis #dissertationcoach

What are the advantages of using Overleaf for writing a thesis or project compared to traditional word processors?
How can Overleaf facilitate collaboration among multiple authors working on the same thesis or project?
What are some key features of Overleaf that make it well-suited for academic writing and research projects?
How does Overleaf handle formatting requirements such as citations, references, tables, and figures in a thesis or project document?
Can you explain the version control and revision tracking features in Overleaf, and how they can benefit thesis or project writing?
What templates and pre-designed layouts are available in Overleaf for different types of theses or projects, and how can they be customized?
Are there any specific tools or integrations in Overleaf that help with literature review, data analysis, or other research tasks related to thesis or project writing?
How does Overleaf support the inclusion of mathematical equations, formulas, and diagrams in a thesis or project document?
Can you describe the process of sharing and publishing a thesis or project written in Overleaf, including options for collaboration and dissemination?
What resources and support are available for users who are new to Overleaf and need assistance with thesis or project writing?




Copy the below code and paste it in main.tex

\documentclass[a4paper,12pt,times,numbered,print,index,one-side]{article}

% All dependent Packages
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{helvet}
\usepackage{textcomp}
\usepackage[T1]{fontenc}
\usepackage{booktabs}
\usepackage{ltablex}
\usepackage{parskip}
\usepackage{longtable}
\usepackage{lipsum}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{multicol}
\usepackage{parskip}
\usepackage{amsmath}
\usepackage{url}
\usepackage{float}
\usepackage{caption}
\usepackage{amsfonts}
\usepackage[acronym]{glossaries}
%\usepackage{indentfirst}
\pagenumbering{gobble}
\usepackage{verbatim}
%\usepackage{babel}
\usepackage{lipsum}
\usepackage{endnotes} % for endnotes


% Keywords command
\providecommand{\keywords}[1]
{\small \textbf{\textit{Keywords---}} #1 }


\begin{document}
\begin{titlepage}
   \begin{center}
   % This is the first front (title) page
       \Huge
       \textbf{Research title} \\
      \vspace{1cm}
      % \LARGE
          \includegraphics[width=0.4\textwidth]{Figs_Uni/University_Crest.pdf} \\
           \vspace{1cm}
          By \\
       \vspace{0.3cm}
       \textbf{Tahir Ali (Your Name)} \\
      \vspace{1cm}
     \Large
       Department of Electronics (Department Name)\\
       Quaid-I-Azam University (University Name) Islamabad\\
       Pakistan.\\
        \vspace{0.6cm}
       \textit{Master/Doctor of Philosophy}\\
       \today (Date) \\
      \pagebreak
       
       
          \LARGE
       \textbf{The Title of Your Master/ Ph.D topic}
           
      \vspace{2cm}
     
          By \\
       \vspace{0.3cm}
       \textbf{Tahir Ali}\\
           
           \vspace{2cm}
     
          To \\
       \vspace{0.3cm}
       \textbf{Dr.Advisor Name}\\
           
     
      \vspace{2cm}
       A thesis presented for the degree of\\
       \textit{Master/Doctor of Philosophy}
         
         \vspace{1cm}  
       \Large
       Department of Electronics\\
       Quaid-I-Azam University Islamabad\\
       Pakistan.\\
       \vspace{3cm}
    \copyright Copyrighted by Tahir Ali, \today
   \end{center}
    \end{titlepage}
   
%===this front matter======
\include{Aya/aya}
\input{Dedication/dedication}
\input{Declaration/declaration}
\input{Acknowledgement/acknowledgement}
\input{Abstract/abstract}
\tableofcontents
\pagenumbering{arabic}
\setcounter{section}{0}
\listoffigures
%\listoftables
\cleardoublepage
\include{Nomenclature/nomenclature}

%========This is main matter===========
%\mainmatter
\include{01-Introduction/Introduction}
\include{02-LR-RW/LR-RW}
\include{03-Analysis/Analysis}
\include{04-Results-nd-Discussion/Results-nd-Discussion}
\include{05-Conclusion-FW/Conclusion-FW}

%%===================================
% included References and bibliography
%\backmatter
\bibliographystyle{ieeetr}
%\bibliographystyle{plain}
%\bibliographystyle{unsrt}
\cleardoublepage
\bibliography{References/references.bib}

\end{document}
2 ماه پیش در تاریخ 1403/02/22 منتشر شده است.
325 بـار بازدید شده
... بیشتر