Generalwebsite citation

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Nadia
Posts: 13
Joined: Wed Jan 16, 2013 12:35 am

website citation

Post by Nadia »

Dear all,

I am using WinEdt 7.1 and my question is how do I cite a website please?

Best regards,
Nadia

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

website citation

Post by localghost »

Quite simple.

Code: Select all

\documentclass[11pt,openbib]{article}
\usepackage[T1]{fontenc}

\begin{document}
  \cite{lc}

  \begin{thebibliography}{99}
    \bibitem{lc} \LaTeX\ Community, \emph{\TeX\ and \LaTeX\ Forum}. \newblock \texttt{http://latex-community.org/forum} (Effective 19.04.2013).
  \end{thebibliography}
\end{document}

Thorsten
Post Reply