Skip to content

Commit

Permalink
update: Updated sample.tex
Browse files Browse the repository at this point in the history
* Updated sample.tex

Signed-off-by: mr.Shu <mr@shu.io>
  • Loading branch information
mrshu committed Sep 9, 2017
1 parent 0c78256 commit ffaaa43
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tex/sample.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,13 @@

\usepackage{times}
\usepackage{babel}
\usepackage{graphicx}

\begin{document}

\title{Latex Tutorial 6 (Floats, Figures and Captions) Examples}
\author{Andrew Roberts}
\maketitle

\begin{figure}[!htp]
\caption{A picture of a toucan.}
\begin{center}
\includegraphics{toucan.eps}
\end{center}
\end{figure}

\begin{figure}[hbp]
\begin{center}
\reflectbox{\includegraphics{toucan.eps}}
\end{center}
\caption{A picture of the same toucan looking the other way!}
\end{figure}

\begin{table}[htp]
\begin{center}
\begin{tabular}{| l c r |}
Expand Down

0 comments on commit ffaaa43

Please sign in to comment.