Created
March 2, 2022 21:28
-
-
Save ShawonAshraf/eed9f10eaa8a3c20483f9c5474e87a87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt]{report} | |
\usepackage[utf8]{inputenc} | |
% set margin | |
\usepackage[a4paper, margin=2.0cm]{geometry} | |
\addtolength{\leftmargin}{2.5cm} | |
% page numbering | |
\pagenumbering{gobble} | |
% linespacing | |
\usepackage{setspace} | |
\setstretch{1.25} | |
\usepackage{hyperref} | |
\begin{document} | |
\section*{Name} | |
\section*{Paper Information} | |
\section*{Report} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment