Latex File Example

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copy It To your Latex Editor And Follow\Edit Directly                                                                      %
%                                                                                                                                                          %
%                                                                                                                                                          %
%                                                                                                                                                          %
%                                                                                                                                                          %
%                                                                                                                                                          %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\documentclass[12pt]{article}%Class Used is Article{Even book,thisis,report,etc an be used}
\usepackage{graphicx}%{package Used for Pictures}
\usepackage{wrapfig}%{package Used for Text Wrapping}
\usepackage{multicol}%{package Used for Row Span}
\usepackage{caption}%{package Used for Captioning pictures and tables}
\usepackage{subcaption}%{package Used for Captioning Multiple Pictures}
\usepackage{amsmath}%{package Used for Mathematical Expressions}
\usepackage{transparent}%{package Used for For Transparenting}
\usepackage{multirow}%{package Used for Col Span}
\usepackage{eso-pic}%{package Used for Background Image}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% For Insertion of Backgroud Picture
\newcommand\BackgroundIm{
\put(0,0){
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
{\transparent{0.05} \includegraphics[height=\paperheight,width=\paperwidth,
keepaspectratio]{Background image} %[Put Name of the file in Curlie Braces]
\vfill
}}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}%begining Of Document
\begin{titlepage}%titlePage
\newcommand{\HRule}{\rule{\linewidth}{1.5mm}}
\center
\textsc{\LARGE Name Of The College }\\[1cm] %Enter name of the institute
\textsc{\Large Module Name}\\[0.3cm]
\HRule \\[0.3cm]
{ \huge \bfseries LaTeX}\\[0.4cm]
\HRule \\[0.3cm]
\begin{figure}[h]
\begin{center}
\includegraphics[width=70mm,scale=0.7]{logo Picture}%Enter Logo pic [Put Name of the file in Curlie Braces]
\end{center}
\end{figure}
{\large \today}\\[2cm]
\begin{minipage}{0.4\textwidth}
\begin{center} \large
\textsc{EnTer Name {EnTer Roll Num}\\{EnTer Department}}%Enter Details
\end{center}
\end{minipage}
~
\vfill
\end{titlepage}%titlePageEnds
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage%index
\AddToShipoutPicture{\BackgroundIm}%background Image
\pagenumbering{roman}%page numbering Style
\tableofcontents%contents Table
\newpage
\listoffigures%Figure table
\listoftables%Table Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%content Stars here
\newpage
%page1
\section{\emph{\LaTeX\- A document preparation system}}%Heading Of 1st Topic
\begin{figure}[h]
\begin{center}
\includegraphics{IMAGE} %[Put Name of the file in Curlie Braces]
\caption{LaTeX}%Caption Of File
\end{center}•
\end{figure}•%%%%%%%%%%%%%%%% Matter
LaTeX is a document preparation system for high-quality typesetting. It is most often used for medium-to-large technical or scientific documents but it can be used for almost any form of publishing.\\
LaTeX is not a word processor! Instead, LaTeX encourages authors not to worry too much about the appearance of their documents but to concentrate on getting the right content.\\
LaTeX is based on the idea that it is better to leave document design to document designers, and to let authors get on with writing documents. So, in LaTeX you would input this document as: %%%%%%%%%%%%%%
\subsection{\textbf{Example of \LaTeX\ word-editor:}}
%exmpl1
\begin{verbatim}%verbatim
\documentclass{article}
\title{Cartesian closed categories and the price of eggs}
\author{Jane Doe}
\date{September 1994}
\begin{document}
\maketitle
Hello world!
\end{document}
\end{verbatim}%verbatim End

\emph{\textbf{ Or, in English:}}
\begin{itemize}%Bulleting
\item This document is an article
\item Its title is Cartesian closed categories and the price of eggs.
\item Its author is Jane Doe.
\item It was written in September 1994.
\item The document consists of a title followed by the text Hello world!
\end{itemize}

\emph {\textbf{ \LaTeX\ contains features for:}}
\begin{itemize}%Bulleting
\item Typesetting journal articles, technical reports, books, and slide presentations.
\item Control over large documents containing sectioning, cross-references, tables and figures.
\item Typesetting of complex mathematical formulas.
\item Advanced typesetting of mathematics with AMS-LaTeX.
\item Automatic generation of bibliographies and indexes.
\item Multi-lingual typesetting.
\item Inclusion of artwork, and process or spot colour.
\item Using PostScript or Metafont fonts.
\\
\end{itemize}

LaTeX is based on \emph{Donald E. Knuth}'s TeX typesetting language or certain extensions\\. LaTeX was first developed in 1985 by \emph{Leslie Lamport}, and is now being maintained and developed by the LaTeX3 Project. LaTeX is available for free by anonymous ftp.\\[3cm]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%practical 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{To demostrate the installaion of LaTeX and to discuss various GUI tools}
\subsection{Practical 1: Source Code}
\begin{verbatim}
%Copy Source Code Here
\end{verbatim}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\subsection{GUI Tools for LaTeX}
Handling digital documents have seen a lot of Document editing tools and most of them follow the WYSIWYG approach to Word formatting.Another way is through the use of a Word formatting tool that makes use of the WYSIWYM approach. Here, the word formatting is done as a markup entry beforehand and then content is added to it later.
\begin{multicols}{3}
[\subsubsection{Various GUI Tools for LaTeX}]
\begin{itemize}%Bulleting
\item TeXmaker
\item TeXstudio
\item TeXworks
\end{itemize}
\begin{itemize}%Bulleting
\item ShareLaTeX
\item Overleaf
\item Authorea
\end{itemize}
\begin{itemize}%Bulleting
\item Vim with LaTeX
\item TeXlipse Eclipse IDE
\item LyX
\end{itemize}
\end{multicols}
\begin{figure}[h]
\begin{multicols}{2}
\centering
\setlength{\columnsep}{1cm}
\begin{subfigure}[b]{0.3\textwidth}%subfigure
\includegraphics[width=\textwidth]{image} %[Put Name of the file in Curlie Braces]
\caption{TeXmaker}%SubCaption Of File
\end{subfigure}
\quad
\begin{subfigure}[b]{0.3\textwidth}
\includegraphics[width=\textwidth]{image} %[Put Name of the file in Curlie Braces]
\caption{TeXstudio}%SUBCaption Of File
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.3\textwidth}
\includegraphics[width=\textwidth]{image} %[Put Name of the file in Curlie Braces]
\caption{TexWorks}%SubCaption Of File
\end{subfigure}
\quad
\begin{subfigure}[b]{0.3\textwidth}
\includegraphics[width=\textwidth]{image} %[Put Name of the file in Curlie Braces]
\caption{ShareLaTeX}%SubCaption Of File
\end{subfigure}
\end{multicols}
\caption{Various GUI Tools for LaTeX}%Caption Of File
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%% %newpage Starts
\newpage
\subsection{Installing MikTex's TeXworks }
There are many editors for LaTeX and I don't think there is an editor that fits everyone. It's a matter of personal taste. For this reason, I will show you how to get a basic LaTeX system running, so you can follow along with my tutorials. If you just want to follow along without having to decide for an editor yet, try the online editor from overleaf.com. I've chosen MiKTeX for Windows, because it contains everything you need to compile, but not more, so you will not be confused by an overwhelming user interface.\\
\subsubsection{\emph {Installing LaTeX on Windows:}}

For Windows, a good point to start is definitely installing the MiKTeX bundle. It will manage all the packages for you and also comes with a lightweight and easy to use editor\\.
\emph {Follow the steps:}\\
Step 1 – Browse to miktex.org\\

Step 2 – Go to the download section\\

Step 3 – Download MiKTeX\\
\begin{figure}[h]
\centering
\includegraphics[scale=0.3]{image} %[Put Name of the file in Curlie Braces]
\end{figure}•
\\
Step 4 – Run MiKTeX Installer\\

\begin{figure}[h]
\centering
\includegraphics[scale=0.2]{image} %[Put Name of the file in Curlie Braces]
\end{figure}

Step 5 – Choose to install missing packages automatically\\

\begin{figure}[h]
\centering
\includegraphics[scale=0.2]{image} %[Put Name of the file in Curlie Braces]
\end{figure}•
Step 6 – Open TeXworks
The Installation is complete at this point. TeXworks is the name of your new LaTeX editor for now.\\
\begin{figure}[h]
\centering
\includegraphics[scale=0.4]{image} %[Put Name of the file in Curlie Braces]
\end{figure}
\\
Step 7 – Write code and hit compile\\
\begin{figure}[h]
\centering
\includegraphics[scale=0.4]{image} %[Put Name of the file in Curlie Braces]
\end{figure}
\\
Step 8 – Enjoy your very first document-
Now you're able to compile all the code shown on this website and on the blog. All packages will be downloaded automatically.
%practical 1 ends
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%55%%
%practical 2
\newpage
\section{To compile basic LaTeX file with custom margin, title page and page attributes }
\subsection{Practical 2: Source code}
\begin{verbatim}
%Copy Source Code Here
\end{verbatim}
\newpage
\subsection{Output}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
\textsc{\LARGE Name OF Institute}\\[1cm] %Enter name of the institute
\textsc{\Large Module Name}\\[0.3cm]
{ \huge \bfseries LaTeX}\\[0.4cm] %heading
\end{center}•


\begin{figure}[h]
\begin{center}
\includegraphics[width=70mm,scale=0.7]{LOGO IMAGE}%[Put Name of the file in Curlie Braces]
\end{center}
\end{figure}
\begin{center}
{\large \today}\\[2cm]
\end{center}•

\begin{center}
\textit{Submitted By:}\\
\textsc{EnTer Name\\ {EnTer Roll Num}\\{EnTer Department}}
\end{center}

%practical 2ends
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%practical 3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{To generate using LaTeX file containing various environments and basic formating like italic,bold,horizontal,line spacing etc.}
\subsection{Practical 3: Source Code}
\begin{verbatim}
%Copy Source Code Here
\end{verbatim}•
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Text Editing}
\begin{center}
All texts are centered.\\
\textbf{This is Bold Text.}\\
\textit{THis is Italic Text}\\
\textsf{This is San-Serif Format Text}\\
\Huge{This is Huge Text}\\
\huge{This is huge Text}\\
\large{This is large Text}\\
\LARGE{This is LARGE Text}\\
\small{This is small text}\\
\tiny{This is tiny Text}\\
\end{center}•
\begin{flushright}
This text is Right Alinged
\end{flushright}
\begin{flushleft}
This text is Left Alinged
\end{flushleft}
\begin{center}
\vspace{2cm}
\emph{This is the POWER of vspace}\\
\begin{hspace}{2cm}
\emph{This is the POWER of hspace}
\end{hspace}
\end{center}•
%practical 3 ends
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
%Practical 4
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{To impliment various mathematical equations using basic mathematical symbols and math environment in LaTeX}
\subsection{Practical 4: Source Code}
\begin{verbatim}
%Copy Source Code Here
\end{verbatim}•
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\newpage
\subsection{\emph{Equations}}
\begin{equation}
n^2
\end{equation}

\begin{equation}
a+b=c
\end{equation}

\begin{equation}
e_x
\end{equation}

\begin{equation}
\frac{2}{y+3}
\end{equation}
\begin{equation}
\sum_{x=1}^5y^z
\end{equation}
\begin{equation}
\begin{aligned}
v=\frac{4\pi r^3 }{3}
\end{aligned}
\end{equation}
\subsection{\emph{Identity Matrix `m`}}
\[
m=
\begin{bmatrix}
1&0&0&0&0\\
0&1&0&0&0\\
0&0&1&0&0\\
0&0&0&1&0\\
0&0&0&0&1
\end{bmatrix}
\]
%practical 4ends
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%practical5
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{To insert inline image,perfrom image wrap in LaTeX file and provie caption also.}
\subsection{Pratical 5:Source Code}
\begin{verbatim}
%Copy Source Code Here
\end{verbatim}•
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\subsection{\emph{Image with Caption}}
\begin{figure}[h]
\centering
\includegraphics[scale=0.7]{image} %[Put Name of the file in Curlie Braces]
\caption{Pollution}
\end{figure}•
\subsection{Image with Subcaption}
\begin{figure}[h]
\centering
\begin{subfigure}[b]{0.3\textwidth}
\includegraphics[scale=0.4]{image} %[Put Name of the file in Curlie Braces]
\caption{a}
\end{subfigure}
~
\begin{subfigure}[b]{0.3\textwidth}
\includegraphics[scale=0.4]{image} %[Put Name of the file in Curlie Braces]
\caption{b}
\end{subfigure}•
~
\begin{subfigure}[b]{0.3\textwidth}
\includegraphics[scale=0.4]{image} %[Put Name of the file in Curlie Braces]
\caption{c}
\end{subfigure}•
\caption{Soil Pollution}
\end{figure}•
\newpage
\subsection{Wraping Of Image}
\begin{wrapfigure}{r}{0.5\textwidth}%wrap Figure
\vspace{-20pt}
\begin{center}
\includegraphics[scale=0.4]{image} %[Put Name of the file in Curlie Braces]
\end{center}
\vspace{-20pt}
\caption{Water pollution}
\end{wrapfigure}
Water pollution is the contamination of water bodies.This form of environmental degradation occurs when pollutants are directly or indirectly discharged into water bodies without adequate treatment to remove harmful compounds.Water pollution affects the entire biosphere – plants and organisms living in these bodies of water.
In almost all cases the effect is damaging not only to individual species and population, but also to the natural biological communities.
%practical 5 ends
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%practical 6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{To insert table, perform rowspan and colspan, table caption and coloring rows using LaTeX}
\subsection{Practical 6: Source Code}
\begin{verbatim}
%Copy Source Code Here
\end{verbatim}•
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\newpage
\subsection{Inserting a table}
\begin{table}[!ht]%table
\begin{center}
\begin{tabular}{ | l | c | r| }
\hline
1 & 2 & 3 \\ \hline
4 & 5 & 6 \\ \hline
7 & 8 & 9 \\ \hline
\end{tabular}
\end{center}
\caption{A Simple Table}
\end{table}•
\subsection{Text wrapping in tables}
\begin{table}[h]
\begin{center}
\begin{tabular}{ | l | l | l | p{5cm} |}
\hline
Day & Min Temp & Max Temp & Summary \\ \hline
Monday & 11C & 22C & A clear day with lots of sunshine.
However, the strong breeze will bring down the temperatures. \\ \hline
Tuesday & 9C & 19C & Cloudy with rain, across many northern regions. Clear spells
across most of Scotland and Northern Ireland,
but rain reaching the far northwest. \\ \hline
Wednesday & 10C & 21C & Rain will still linger for the morning.
Conditions will improve by early afternoon and continue
throughout the evening. \\
\hline
\end{tabular}
\end{center}
\caption{A Text-Wrapping Table}
\end{table}•
\newpage
\subsection{Table with Multi-Column}
\begin{table}[h]
\begin{center}
\begin{tabular}{ |l|l| }
\hline
\multicolumn{2}{|c|}{Team sheet} \\
\hline
GK & Paul Robinson \\
LB & Lucas Radebe \\
DC & Michael Duberry \\
DC & Dominic Matteo \\
RB & Dider Domi \\
MC & David Batty \\
MC & Eirik Bakke \\
MC & Jody Morris \\
FW & Jamie McMaster \\
ST & Alan Smith \\
ST & Mark Viduka \\
\hline
\end{tabular}
\end{center}
\caption{Table with Multi-Column}
\end{table}•
\subsection{Table with Multi-Row}
\begin{table}[h]
\begin{center}
\begin{tabular}{ |l|l|l| }
\hline
\multicolumn{3}{ |c| }{Team sheet} \\
\hline
Goalkeeper & GK & Paul Robinson \\ \hline
\multirow{4}{*}{Defenders} & LB & Lucas Radebe \\
& DC & Michael Duburry \\
& DC & Dominic Matteo \\
& RB & Didier Domi \\ \hline
\multirow{3}{*}{Midfielders} & MC & David Batty \\
& MC & Eirik Bakke \\
& MC & Jody Morris \\ \hline
\end{tabular}
\end{center}
\caption{Table with Multi-Row}
\end{table}•
%practical 6 ends
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%practical 7
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\begin{center}
\textsc{\LARGE Name OF Institute}\\[1cm]
\textsc{\Large Practical}\\[0.4cm]
{ \huge \bfseries Topic}\\[0.4cm]
\end{center}•
\begin{figure}[h]
\begin{center}
\includegraphics[width=70mm,scale=0.7]{Logo image} %[Put Name of the file in Curlie Braces]
\end{center}\end{figure}
\begin{center}
{\large \today}\\[2cm]
\end{center}•
\begin{center} \large
\textit{Submitted By:}\\
\textsc{EnTer Name\\ {EnTer Roll Num}\\{EnTer Department}}
\end{center}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{Topic}
\subsection{Practical 8: Source Code}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{verbatim}
%Copy Source Code Here
\end{verbatim}•
\subsection{Topic}
\begin{wrapfigure}{r}{0.5\textwidth}
\vspace{-20pt}
\begin{center}
\includegraphics[scale=0.4]{image} %[Put Name of the file in Curlie Braces]
\end{center}
\vspace{-20pt}
\caption{Caption}
\end{wrapfigure}
%enter Matter
\begin{figure}[h]
\vspace{-20pt}
\begin{center}
\includegraphics[scale=0.4]{image} %[Put Name of the file in Curlie Braces]
\end{center}
\vspace{-20pt}
\caption{caption}
\end{figure}
%enter Matter
\begin{figure}[h]
\centering
\begin{subfigure}[b]{0.3\textwidth}
\includegraphics[scale=0.07]{image} %[Put Name of the file in Curlie Braces]
\caption{Nano-Robot}
\end{subfigure}
~
\begin{subfigure}[b]{0.3\textwidth}
\includegraphics[scale=0.4]{image} %[Put Name of the file in Curlie Braces]
\caption{Nano-Computer}
\end{subfigure}•
~
\begin{subfigure}[b]{0.3\textwidth}
\includegraphics[scale=0.35]{image} %[Put Name of the file in Curlie Braces]
\caption{Nano-Medicine}
\end{subfigure}•
\caption{Applications of Nano-Physics}
\end{figure}•

\newpage
\subsection{Applications of Nano-Physics}
\begin{table}[h]
\begin{center}
\begin{tabular}{ |l|l|p{5cm}|}
\hline
\multicolumn{3}{ |c| }{Applications of Nano-Physics} \\
\hline
Sr. No.&Application&Brief \\ \hline
1&Carbon Nanotubes&Carbon nanotubes are molecular-scale tubes of graphitic carbon with outstanding properties.\\ \hline
2&Nanodevice& Consists of binding sites (like sensors,transceivers etc)made of super carbon \\ \hline
3&Nano-Robots& Nanorobotics is the technology of creating machines or robots at or close to the microscopic scale \\ \hline
4&Cancer Treatment& Cancer cells can be killed without the painfull side effects of chemotherapy. \\ \hline
5&Imaging&DNA detection system generates an electronic signal whenever a DNA match occurs or whenever virus causing cancer is present. \\ \hline
6&Nano-Food&Preservation of food without refrigeration. Protection of food from bacteria and diseases . \\ \hline
\end{tabular}
\end{center}
\caption{Applications of Nano-Physics}
\end{table}•
%practical 8 ends
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%
%bibliography
\newpage
\begin{thebibliography}{9}
\bibitem{a}
Tarlochan Singh,
\emph{Scanning tunneling microscopy},
IBM Journal of Research and Development,
2nd edition,
1986.
~
\bibitem{b}
Saini, Rajiv; Saini, Santosh; Sharma, Sugandha,
\emph{Journal of Cutaneous and Aesthetic Surgery 3},
Nanotechnology: The Future Medicine,
2010.
~
\bibitem{c}
Kroto, H. W.; Heath, J. R.; O'Brien, S. C.; Curl, R. F.; Smalley, R. E.,
\emph{Nature 318 },
BBC Books,
1986.
~
\bibitem{d}
Drexler, K. Eric,
\emph{Engines of Creation: The Coming Era of Nanotechnology.},
Doubleday,
1986.
~
\bibitem{e}
Buzea, C.; Pacheco, I. I.; Robbie, K.
\emph{Nanomaterials and nanoparticles: Sources and toxicity},
Biointerphases 2,
2007.
~
•\bibitem{f}
Rahul Bhalle,
\emph{RETROSPECTIVE}
Science,
2005.
\end{thebibliography}
\end{document}%document ends

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