Hi,
thanks for the help. That helped. I am facing a weird issue with another figure. I have a figure:
http://arrow.utias.utoronto.ca/~jhapk/l ... iatour.jpg
and I want to modify it to something like
http://arrow.utias.utoronto.ca/~jhapk/l ... atour3.jpg
In my latex file I am using the following command
Code: Select all
\begin{figure}
\vspace*{-1.5ex}
\hspace*{-1.5ex}
\begin{overpic}[width=4.5in]{Fire_breathing_2_Luc_Viatour.jpg}
\linethickness{2.25pt}
\put(16,44){\color{red}\line(1,1){8}}
\put(19,41){\color{red}\line(1,1){8}}
\put(28,50){\color{red}\line(-1,1){4}} %line number 3
\put(19,41){\color{red}\line(-1,1){4}} %line number 4
\put(4,60){\color{white}Stoichiometric mix}
\put(53,60){\color{white}Fuel}
\put(56,59){\color{white}\vector(2,-3){15.5}}
\put(10,8){\color{white}Oxidizer (Air)}
\put(12,58){\color{white}\vector(1,-1){10}}
\put(34,36){\color{white}\vector(-1,1){10}}
\end{overpic}
\end{figure}
When I do this, I get the following result
http://arrow.utias.utoronto.ca/~jhapk/latex/result1.png
And if I change the line length in the above mentioned line number 3 and 4 to 3, I get the following warning
Code: Select all
LaTeX Warning: \oval, \circle, or \line size unavailable on input line 88.
LaTeX Warning: \oval, \circle, or \line size unavailable on input line 88.
and my result changes to
http://arrow.utias.utoronto.ca/~jhapk/latex/result2.png
Somehow my \linethickess command is not working and also there is some issue with smaller line lenghts. Any idea what is going wrong?
The documentclass is beamer