Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. documentclass[a4paper]{article}
  2. hoffset=-25.4mm textwidth=170mm oddsidemargin=20mm
  3. voffset=-25.4mm textheight=245mm topmargin=13.5mm
  4. headheight=6mm headsep=6.9mm footskip=6.9mm
  5. usepackage[style=numeric-comp,sorting=none,backend=biber,isbn=false,date=year,url=false]{biblatex}
  6. renewbibmacro{in:}{}
  7. AtEveryBibitem{
  8. iffieldundef{pages}{}{clearfield{doi}}
  9. }
  10. addbibresource{jobname.bib}
  11.  
  12. usepackage{filecontents}
  13.  
  14. begin{filecontents}{jobname.bib}
  15. @article{Debnath2013,
  16. author = {Debnath, Mainak and Dutta, Arpan and Biswas, Surajit and Das, Kalyan Kumar and Lee, Hon Man and V{'{i}}cha, Jan and Marek, Radek and Marek, Jaromir and Ali, Mahammad},
  17. doi = {10.1016/j.poly.2013.07.013},
  18. file = {:D$backslash$:/pmj27/Mendeley/Library/Debnath et al. - 2013 - Catalytic oxidation of aromatic hydrocarbons by mono-oxido-alkoxidovanadium(V) complexes of ONNO donor ethylened.pdf:pdf},
  19. issn = {02775387},
  20. journal = {Polyhedron},
  21. keywords = {benzoic acid,ethylenediamine- bis,phenolate,terpenes,toluene},
  22. mendeley-tags = {benzoic acid,terpenes,toluene},
  23. month = {oct},
  24. pages = {189--198},
  25. publisher = {Elsevier Ltd},
  26. title = {{Catalytic oxidation of aromatic hydrocarbons by mono-oxido-alkoxidovanadium(V) complexes of ONNO donor ethylenediamine-bis(phenolate) ligands}},
  27. url = {http://linkinghub.elsevier.com/retrieve/pii/S027753871300538X},
  28. volume = {63},
  29. year = {2013}
  30. }
  31. end{filecontents}
  32. begin{document}
  33.  
  34. cite{Debnath2013}
  35.  
  36. printbibliography
  37. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement