File: ex4.tex

package info (click to toggle)
latex-mk 2.1-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,988 kB
  • ctags: 243
  • sloc: sh: 4,252; makefile: 165
file content (26 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% $Id: ex4.tex,v 1.1 2004/05/29 12:42:12 dan Exp $
%

\documentclass[11pt]{article}

\title{Example Document Number 4}
\author{Someone}
\date{\today}

\usepackage{fancyhdr}
\pagestyle{fancy}
\rhead{Unreferenced Notes}
\usepackage{hyperref}

\begin{document}
\maketitle
\section{Introduction}
Blah blah blah....

% we include a bibliography, but no citations
\nocite{*}
\bibliographystyle{ieeetr}
\bibliography{ex4}

\end{document}