summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorRahul Paknikar2021-01-08 12:42:14 +0530
committerGitHub2021-01-08 12:42:14 +0530
commitd4c31bea2c68a8318ade1575050c0187445989b4 (patch)
tree553813b45147b233ac81325cfc64ff28819e94be /main.tex
parent367ca6840088377c54efdd00c2a23cc59bdc0607 (diff)
parentaf5b8bd7ab12c40b982f091a6aadd3b623c702ce (diff)
downloadeSim-b9765f8d7c53857aba231123dfe74570fcb93e2b.tar.gz
eSim-b9765f8d7c53857aba231123dfe74570fcb93e2b.tar.bz2
eSim-b9765f8d7c53857aba231123dfe74570fcb93e2b.zip
Merge pull request #160 from rahulp13/manualm2.1
updated manual for release v2.1
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex15
1 files changed, 13 insertions, 2 deletions
diff --git a/main.tex b/main.tex
index 9d2db322..56cde2dd 100644
--- a/main.tex
+++ b/main.tex
@@ -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