We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c78256 commit ffaaa43Copy full SHA for ffaaa43
tex/sample.tex
@@ -6,28 +6,13 @@
6
7
\usepackage{times}
8
\usepackage{babel}
9
-\usepackage{graphicx}
10
11
\begin{document}
12
13
\title{Latex Tutorial 6 (Floats, Figures and Captions) Examples}
14
\author{Andrew Roberts}
15
\maketitle
16
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
26
- \reflectbox{\includegraphics{toucan.eps}}
27
28
- \caption{A picture of the same toucan looking the other way!}
29
30
31
\begin{table}[htp]
32
\begin{center}
33
\begin{tabular}{| l c r |}
0 commit comments