Skip to content

Commit ffaaa43

Browse files
committed
update: Updated sample.tex
* Updated sample.tex Signed-off-by: mr.Shu <[email protected]>
1 parent 0c78256 commit ffaaa43

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tex/sample.tex

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,13 @@
66

77
\usepackage{times}
88
\usepackage{babel}
9-
\usepackage{graphicx}
109

1110
\begin{document}
1211

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

17-
\begin{figure}[!htp]
18-
\caption{A picture of a toucan.}
19-
\begin{center}
20-
\includegraphics{toucan.eps}
21-
\end{center}
22-
\end{figure}
23-
24-
\begin{figure}[hbp]
25-
\begin{center}
26-
\reflectbox{\includegraphics{toucan.eps}}
27-
\end{center}
28-
\caption{A picture of the same toucan looking the other way!}
29-
\end{figure}
30-
3116
\begin{table}[htp]
3217
\begin{center}
3318
\begin{tabular}{| l c r |}

0 commit comments

Comments
 (0)