- Install MacTex from here
-
When I started working with
Tex Livein Windows, I have realized how difficult is to get additional information about the process of adding a new package to theTex Livein Windows. I useTeXStudiofor the user interface. -
TeX Live Manager 2015manages the installed packages forTeX Live. When you use thetlmgrtab andLoadpackages, there are pre-defined packages. If one needs to install any new styles such aslineno.sty,titlesec.sty,paralist.sty, the best way to add these packages are to download the packages from the officialCRANpage and put them in theC:\texlive\texmf-local\tex\latex\localfolder. Then, you just need to runmktexlsr.exein theC:\texlive\2014\bin\win32folder. Runningmktexlsr.exemake sure that the package is installed and ready to use inTeX Studio
Some journals may use bbl extension derived from bib. For example, for Elsevier, here is how to compile the file and create the bbl file:
latex elsarticlebibtex elsarticlelatex elsarticlepdflatex elsarticle.tex