Example of Synopsis in LaTeX

Include the following source Code in Document Environment in your LaTeX File.
It is an example of writing Synopsis of a particular project,You can change content according to your needs!!



Source Code:

\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{multicol}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{transparent}
\usepackage{multirow}
\usepackage{eso-pic}
\usepackage[utf8]{inputenc}
\usepackage{color}
\setcounter{secnumdepth}{5}
\usepackage{fancyhdr}

\pagestyle{fancy}
\fancyhf{}
\rhead{Project S-r}
\lhead{OOP's with C++}
\rfoot{Page \thepage}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand\BackgroundIm{
\put(0,0){
\parbox[b][\paperheight]{\paperwidth}{
\vfill
\centering
{\transparent{0.05} \includegraphics[height=\paperheight,width=\paperwidth,
keepaspectratio]{gne}%%Background image
\vfill
}}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{1mm}}
\newcommand{\VRule}{\rule{1mm}{\textheight}}
\begin{minipage}[c]{0.1\textwidth}
\emph{\textbf{\huge{\textcolor{blue}
{\vspace{2\baselineskip}\\
G \\[1.15\baselineskip]
N \\[1.15\baselineskip]
D \\[1.15\baselineskip]
E \\[1.15\baselineskip]
C}}}}
\end{minipage}
\begin{minipage}{0.01\textwidth}
\textcolor{blue}{\VRule}
\end{minipage}
\begin{minipage}[height=\paperheight]{0.8\textwidth}
\centering {
\textcolor{blue}
{
\textsc{\Large Guru Nanak Dev Engg College }\\[0.5cm]
\textsc{\large Project File}\\[0.3cm]
\HRule \\[0.2cm]
{ \huge \bfseries OOP's With C++}\\[0.1cm]
\HRule \\[1cm]}
\includegraphics[width=60mm,scale=0.7]{gne}\\[1cm]
\textcolor{blue}
{{\\\today}\\[.5cm]
{\textsc{Sahil Preet Singh \\{1507966}}}\\
{\textsc{Sanjampreet Singh \\{1507967}}}\\
{\textsc{Sarabjot Singh \\{1507968}}}\\
{\textsc{Rishab Jain \\{1507960}\\[.2cm]{D2-IT-B1}}}}\\
}
\end{minipage}
~
\end{titlepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\AddToShipoutPicture{\BackgroundIm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\begin{center}
\huge{\emph{\underline{Synopsis}}}
\end{center}
\section{\emph{Introduction}}
\emph{Calender} is an important tool of our day-to-day life.A calendar is a system of organizing days for social, religious, commercial or administrative purposes. This is done by giving names to periods of time, typically days, weeks, months, and years. A date is the designation of a single, specific day within such a system. A calendar is also a physical record (often paper) of such a system. A calendar can also mean a list of planned events, such as a court calendar or a partly or fully chronological list of documents, such as a calendar of wills.It is used to important dates such as Birthdays,festivals,events etc.\\

\emph{To-Do List} is an important part of Calendar used to organise daily purposes using listed work in a given time period i.e. a day.It helps us making us punctual toward our daily routine.It helps us to record our daily time-table.Time management may be aided by a range of skills, tools, and techniques used to manage time when accomplishing specific tasks, projects, and goals complying with a due date. Initially, time management referred to just business or work activities, but eventually the term broadened to include personal activities as well. A time management system is a designed combination of processes, tools, techniques, and methods. Time management is usually a necessity in any project development as it determines the project completion time and scope.\\

Our project is mixture of best of both tools and gives us an idea of how to code complex algorithm and give data-structure handling knowledge to us.We thanks \emph{Professor} Mohanjit Kaur Kang to give us an opportunity to work on this project.
We are very much Thankful to you ma'am.

\newpage
\section{\emph{Calender with To-Do-List}}
Our project is \emph{Calender with To-Do-List}.It is coded in C++ language.
\subsection{Uses:}
Here are the following uses of our project:
\begin{itemize}
\item It shows the present day.
\item It shows present year calander.
\item It shows present month calender.
\item It also shows random year and month.
\item It shows present day's events.
\item It also has important days record.
\item It can be used to add important events on any day.
\item It can also alter and remove events.
\end{itemize}
\subsection{Requirements}
\emph{Prerequsites}
Here are the basic reququirements of the software:
\begin{enumerate}
\item Hardware Requirements:
\begin{itemize}
\item An working Machine.
\item With keyboard and mouse.
\item CPU and RAM required shall be enough to run a program coded in C++ language.
\item Memory is required to same Data base.
\end{itemize}
\item Software Requirement:
\begin {itemize}
\item An Operating System.
\item OS that supports .exe files.
\item OS with support for C++ language liberary files.
\end{itemize}
\end{enumerate}
\subsection{Future Scope:}
The scope of our software is vast.This can be used in future to do following demands:
\begin{itemize}
\item It can be used to remind events with notification.
\item It can be used to integerate weather.
\item It can be used to add events with help of TTS system.
\item It can be integerated with AI.
\item It can be socialized.
\item Big and small organisations can control events for employees.
\end{itemize}
\newpage
\section{Early Design and Walkthrough}
\begin{figure}[h]
\centering
\includegraphics[scale=.8]{cpp1}%%insert image and change scale according to needs
\caption{Starting Window}
\end{figure}
Here 3 Options are available:
\begin{enumerate}
\item Calender
\item To-Do List
\item Exit
\end{enumerate}
\subsection{Calender}
It has the following features:
\begin{itemize}
\item Year Calander
\item Month Calender
\item Random Year and Month Calender
\end{itemize}
\subsection{To-Do List}
It has the following features:
\begin{itemize}
\item Add Event
\item Remove Events
\item Alter Event
\end{itemize}
\newpage
\begin{center}
\emph{\huge{Thanks}}\\[5cm]
\end{center}
\Large{
\underline{Written in \LaTeX\ By:}\\ Sanjampreet Singh(Group Leader)\\
\underline{Material by :}\\ Sarabjot Singh\\Sahil Preet Singh\\
\underline{Submitted to:}\\
\emph{Professor} Mohanjit Kaur Kang }
\end{document}

Output:


Comments

Popular posts from this blog

To create an html page with frames and frameset

1. Write a program to insert a new element at end as well as at a given position in an array in Java

1. To familiarize with network devices like switch, hub, routers and bridges in LaTex