Tuesday, January 29, 2008

Latex Inserting Image


\begin{figure}[!bh]
\begin{center}
\includegraphics[scale=0.3]{myimage/result1.eps}
\vskip -\lastskip \vskip -9pt
\caption{Initial image.}
\label{fig:result1}
\end{center}
\end{figure}
\begin{figure}[bhtp]
\begin{center}\includegraphics[scale=0.3]{myimage/binary.eps}
\vskip -\lastskip \vskip -9pt
\caption{Binarized image on basis of marker.}
\label{fig:binary}
\end{center}
\end{figure}
\begin{figure}[bhtp]
\begin{center}\includegraphics[scale=0.50]{img/result2.eps}
\vskip -\lastskip \vskip -9pt
\caption{Camera turned to look down the left bottom corner.}
\label{fig:result2}
\end{center}
\end{figure}
\section{ABC}
The system is ..................................
Figures \ref{fig:result1} -- \ref{fig:result2} show how relative ......
An initial ..... shown in Fig. \ref{fig:result1}.
The binarized ....... Fig.\ref{fig:binary}.
in Fig. \ref{fig:result2}
In the above case
\begin{figure}[bh] option may not work because this section starts with this \begin command . So if you want your figure to set at the bottom of the page , start the section command before it .


/section{ABC}
In this section ......
........In Figure \ref{fig:result1} ..........
begin{figure}[!bh]
\begin{center}
\includegraphics[scale=0.3]{myimage/result1.eps}
\vskip -\lastskip \vskip -9pt
\caption{Initial image.}
\label{fig:result1}
\end{center}
\end{figure}
Powered by ScribeFire.

Wednesday, January 23, 2008

Latex Error

What I want to do is to add a screenshot BMP file to my latex document .
But it always fails . It shows the following error.

[6] (./sec4.tex

! LaTeX Error: Cannot determine size of graphic in img/brew_result1.bmp (no siz
e specifed).

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.5 ...degraphics[scale=0.4]{img/brew_result1.bmp}

?
! Emergency stop.
...

l.5 ...degraphics[scale=0.4]{img/brew_result1.bmp}

Output written on thesis.dvi (9 pages, 18248 bytes).
Transcript written on thesis.log.


how to solve it?

Solution 1.I download en BMP to eps converter and convert your BMP file to eps . But it will make your colored image to black and white . Here is a eps converter .
http://www.vector.co.jp/soft/dl/win95/art/se176316.html

Solution 2.Still looking .


Powered by ScribeFire.

Thursday, January 17, 2008

Thursday, December 27, 2007

২০০৭.১২.২৭

আজকে ঘুম থেকে উঠেছি সকাল ৮ টার সময় । নাস্তা করে গোসল করে লাবে আসলাম ১০ টার সময়
(আমি সাধারনত নাস্তা করে তারপর গোসল করি) । আমাদের লেবে সবেধন্ নিলমনি একাজন মাত্র মেয়ে আছে । মনেহয় গত রাত লাবে কাটিয়েছে।এমন এনারজেটিক মাইয়া আমি আগে দেকিনাই । সারারাত না ঘুমাইয়া পড়াশোনা করে । জাকে বলে জান প্রান দিয়া চেস্টা । নিজের সর্ব শক্তি দিয়ে চেষ্টা । কিন্তু মাইয়াটার মাঝে মোটেও ক্লান্তি নাই । বাপরে বাপ


Powered by ScribeFire.

Thursday, December 13, 2007

BREW debugger log and example

Interpreting BREW Logs
BREW Debug Messages
#*gBI BREW Initialization
#*gEX BREW Exit
#*gST= Application Start: EVT_APP_START (with class ID
of the application being started)
#*gSU= Application Stop: EVT_APP_SUSPEND
#*gRE= Application Resume: EVT_APP_RESUME
#*gCL= Application Close: EVT_APP_STOP
#*gXX Close all BREW applications
#*g**= BREW Exception
#*g*C=: Error occurred while creating an
instance of the specified class ID
#*p:ECode:, Key: Key Press & Release events

Example
#*gST=16809984 Start of BREW application with class ID of 16809984
#*p:ECode:101, Key:e035 EVT_KEY_PRESS event for AVK_SELECT 
#*p:ECode:100, Key:e035 EVT_KEY event for AVK_SELECT
#*p:ECode:102, Key:e035EVT_KEY_RELEASE event for AVK_SELECT
#*gSU=16809984 Suspend of BREW application with class ID of 16809984
#*gCL=16809984 Stop of BREW application with class ID of 16809984 as a result of not handling suspend
#*g*C=101402c:3 ECLASSNOTSUPPORT error returned when creating instance with class ID of 0x101402c
#*gST=16846582 Start of BREW application with class ID of 16846582

Friday, December 7, 2007

Search