9 Eylül 2011 Cuma

URL in Latex

I can be considered as a Latex newbie, so i try to write a post on every new piece of information about how to use Latex.
Here is sample code for using URLs in Latex:
.tex file


\documentclass{article}
\usepackage[pdftex]{graphicx}
\usepackage{url}
\usepackage{hyperref}


\begin{document}


\title{Some Notes}
\author{Author's Name}


\maketitle


\begin{abstract}
\end{abstract}


\section{Some Notes}


\subsection{Blog}
\href{http://hilaltarakci.blogspot.com}{Hilal Tarakci Blog Page}


\cite{Tarakci2011}


\bibliographystyle{unsrt}
\bibliography{blogreferences}
\end{document} 



blogreferences.bib file


@misc{
    Tarakci2011,
    author = "Hilal Tarakci",
    title = "Hilal Tarakci Technical Page",
    howpublished = "Website",
    year = {2011},
    note = {\url{http://hilaltarakci.blogspot.com/}}
}



and the output is as follows:

Hiç yorum yok:

Yorum Gönder