\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[square]{natbib}
\usepackage{hyperref}
\usepackage{url}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%% %%%%%%%%%%%%%% FOTOS %%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{graphicx}
\usepackage{epstopdf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%% GLOSSARIES %%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{glossaries}
\makenoidxglossaries
\newglossaryentry{p001}{name={potato},plural={potatoes},
description={starchy tuber}}
\newglossaryentry{c001}{name={carrot},
description={orange fruit}}
\newglossaryentry{a001}{name={apple},
description={red fruit}}
\newglossaryentry{b001}{name={banana},
description={yellow fruit}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%% %%%%%%%%%%%%%% ACRONYM %%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{acro}
% probably a good idea for the nomenclature entries:
\acsetup{first-style=short}
\DeclareAcronym{ny}{
short = NY ,
long = New York ,
class = abbrev
}
\DeclareAcronym{la}{
short = LA ,
long = Los Angeles ,
class = abbrev
}
\DeclareAcronym{wtf}{
short = WTF ,
long = Welcome To Facebook ,
class = abbrev
}
\DeclareAcronym{ibm}{
short = IBM ,
long = International Big Mouth ,
class = abbrev
}
\DeclareAcronym{bmw}{
short = BMW ,
long = Big Mouth Women ,
class = abbrev
}
\DeclareAcronym{oic}{
short = OIC ,
long = OH I see,
class = abbrev
}
\DeclareAcronym{aim}{
short = AIM ,
long = Ambition In Mind,
class = abbrev
}
\DeclareAcronym{bye}{
short = BYE ,
long = Beside You Everytime,
class = abbrev
}
\DeclareAcronym{eat}{
short = EAT,
long = Eat And Taste,
class = abbrev
}
\DeclareAcronym{study}{
short = STUDY,
long = Sleeping+Texting+Unhealthyeating+Dreaming+Yawning,
class = abbrev
}
\DeclareAcronym{math}{
short = M.A.T.H,
long = Mental Abuse To Humans,
class = abbrev
}
\DeclareAcronym{class}{
short = C.L.A.S.S,
long = Come Late And Start Sleeping,
class = abbrev
}
\DeclareAcronym{wtf1}{
short = W.T.F,
long = World Trade Federation,
class = abbrev
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%% %%%%%%%%%%%%%% UNITS %%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\DeclareAcronym{angelsperarea}{
short = \ensuremath{\eta} ,
long = the ideality factor or the emission coefficient,
sort = \eta ,
class = nomencl
}
\DeclareAcronym{numofangels}{
short = \ensuremath{N} ,
long = The number of angels per needle point ,
sort = N ,
class = nomencl
}
\DeclareAcronym{areaofneedle}{
short = \ensuremath{A} ,
long = The area of the needle point ,
sort = A ,
class = nomencl
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% %%%%%%%%% BEGIN DOCUMENT %%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{Diablo III}
\title{de texwalker }
\begin{document}
\maketitle
\tableofcontents % NEW ADDED
\chapter{ Introduction }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% %%%%%%%%% GLOSSARY %%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{I.Glossary}
Chop the \gls{c001}, \glspl{p001} and \glspl{c001}
\gls{a001} \glspl{b001}
\section{II.Acronym}
\ac{ny} \ac{la} \ac{wtf} \ac{ibm} \ac{bmw} \ac{oic} \ac{eat} \ac{aim} \ac{bye}\ac{study} \ac{math}
\ac{angelsperarea}, \ac{numofangels} and \ac{areaofneedle} are part of the
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%% %%%%% ABBREVIATIONS & NOMENCLASURE %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printacronyms[include-classes=abbrev,name=Abbreviations] % abbreviations
\printacronyms[include-classes=nomencl,name=Nomenclature] % nomenclasure
\printnoidxglossaries
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%% %%%%%%%% CITES & REFERENCES %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%*BB1 -- literatures
%*BB2 -- books
%*BB3 -- manuals
%*BB4 -- effects
%*BB5 -- templates
\setcitestyle{numbers}
\bibliographystyle{plainnat}
\bibliography{BB1,BB2,BB3,BB4,BB5,BB}
\end{document}