diff options
author | rahulp13 | 2021-01-07 23:28:41 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 23:28:41 +0530 |
commit | af5b8bd7ab12c40b982f091a6aadd3b623c702ce (patch) | |
tree | 553813b45147b233ac81325cfc64ff28819e94be /main.tex | |
parent | 367ca6840088377c54efdd00c2a23cc59bdc0607 (diff) | |
download | eSim-af5b8bd7ab12c40b982f091a6aadd3b623c702ce.tar.gz eSim-af5b8bd7ab12c40b982f091a6aadd3b623c702ce.tar.bz2 eSim-af5b8bd7ab12c40b982f091a6aadd3b623c702ce.zip |
updated manual for release v2.1
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -4,9 +4,9 @@ %% %% Description: %% -%% Version: 2.0.0 +%% Version: 2.1.0 %% Created: March 2020 -%% Revision: none +%% Revision: August 2020 %% %% Author: %% Organization: eSim,FOSSEE @@ -32,6 +32,15 @@ \usepackage{graphicx}%---added now---% \graphicspath{ {figures/} }%----added now---% %\usepackage{biblatex} +\usepackage{color} %May be necessary if you want to color links +\usepackage{hyperref} +\hypersetup{ + colorlinks=true, %set true if you want colored links + linktoc=all, %set to all if you want both sections and subsections linked + linkcolor=blue, %choose some color if you want links to stand out + urlcolor=blue +} +\usepackage{multicol} \newcommand{\ourname}[1]{\\ [1.5mm] \noindent{\bf #1}} % Shroff book size \textheight 7.75in @@ -102,6 +111,8 @@ %\newpage \cleardoublepage +\input{acknowledgement.tex} %adds acknowledgement + \pagenumbering{arabic} %reset numbering to normal for the main content \input{introduction_page.tex} % adds the chapter 1 introduction \input{chap_2.tex} % adds chapter 2 |