File: ex2.tex

package info (click to toggle)
latex-mk 2.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,872 kB
  • ctags: 243
  • sloc: sh: 4,236; makefile: 178
file content (32 lines) | stat: -rw-r--r-- 518 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
27
28
29
30
31
32
% $Id: ex2.tex,v 1.4 2006/06/07 13:49:16 dan Exp $
%

\documentclass[11pt]{article}

\title{Example Document Number Two}
\author{Jason}
\date{\today}

\usepackage{graphicx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\rhead{Notes on Sleep}
\usepackage{hyperref}

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

\begin{figure}[ht]
\centering
\includegraphics{tgif/myfig}
\caption{Example Figure}
\label{fig:myfig}
\end{figure}

As shown in~\cite{en300.175-2v1.4.2}.

\include{biblio}
\end{document}