I am doing the references for my thesis and I am trying to use misc to create references from webpages.
My latex is currently using the following packages
Code: Select all
\usepackage[utf8]{inputenc}
\usepackage[portuguese]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{float}
\usepackage{graphicx}
\usepackage[hidelinks]{hyperref}
\usepackage{url}
\usepackage[all]{hypcap}
\usepackage{caption}
\usepackage[left=3.5cm,right=3.5cm,top=3.5cm,bottom=3.5cm]{geometry}
\usepackage{natbib}
\usepackage{array}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{tabularx}
\usepackage{indentfirst}
\usepackage[export]{adjustbox}
\usepackage[font=small,labelfont=bf]{caption}
\usepackage{enumitem}
\usepackage{titlesec}
\usepackage{multirow}
\captionsetup[table]{position=above}
\usepackage{siunitx}
\newcolumntype{C}{>{\centering\arraybackslash}m}
\sisetup{per-mode=symbol}
\usepackage{hhline}
\captionsetup[table]{position=above}
\setcounter{secnumdepth}{4}
\DeclareSIUnit{\year}{ano}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
Code: Select all
@book{american20092009,
title={2009 ASHRAE Handbook: Fundamentals},
author={American Society of Heating, Refrigerating and Air-Conditioning Engineers},
isbn={9781933742557},
series={2009 Ashrae Handbook - Fundamentals},
url={https://books.google.pt/books?id=D65XPgAACAAJ},
year={2009},
publisher={American Society of Heating, Refrigeration and Air-Conditioning Engineers}
}
@book{bergman2011fundamentals,
title={Fundamentals of Heat and Mass Transfer, 7th Edition},
author={Bergman, T.L. and Lavine, A.S. and Incropera, F.P.},
isbn={9781118137253},
url={https://books.google.pt/books?id=5cgbAAAAQBAJ},
year={2011},
publisher={John Wiley \& Sons}
}
@Misc{Plusenergy,
OPTauthor = {Plusenergiehaus},
OPTtitle = {Plusenergiehaus-The Goal is PlusEnergy},
OPThowpublished = {{http://www.plusenergiehaus.de/index.php?p=home&pid=8&L=1&host=1#a492}},
OPTnote = {Accessed: 2010-09-30},
}
Code: Select all
\bibliographystyle{plain}
\bibliography{bibliografia}
How can I sucessfully create a reference for a website and make it appear?