Hla Hla Htay's Notes


LaTex : How to break a long equation more than a line
December 11, 2009, 12:08 pm
Filed under: Uncategorized


\begin{center}
{\small
\hfill{}
\begin{figure*}[ht]
\begin{eqnarray*}
result&=& \frac{a}{b} + \frac{aaaaaaaaaaaaaaaaaaaaaaa}{b} * \frac{bbbbbbbbbbbbbbbbbb}{a} + \frac{ccccccccccccccccccc}{b} \\
&=& [ \frac{a}{b} + \frac{aaaaaaaaaaaaaaaaaaaaaaa}{b} * \frac{bbbbbbbbbbbbbbbbbb}{a} + \frac{ccccccccccccccccccc}{b} * \\ &&
\frac{a}{b} + \frac{aaaaaaaaaaaaaaaaaaaaaaa}{b} * \frac{bbbbbbbbbbbbbbbbbb}{a} + \frac{ccccccccccccccccccc}{b} * \\ &&
\frac{a}{b} + \frac{aaaaaaaaaaaaaaaaaaaaaaa}{b} * \frac{bbbbbbbbbbbbbbbbbb}{a} + \frac{ccccccccccccccccccc}{b} *\\ &&
\frac{a}{b} + \frac{aaaaaaaaaaaaaaaaaaaaaaa}{b} * \frac{bbbbbbbbbbbbbbbbbb}{a} + \frac{ccccccccccccccccccc}{b}] \\
result&=& good

\end{eqnarray*}
\end{figure*}}
\hfill{}
\end{center}

1. \begin{figure*}[ht]****\end{figure*}} can move around if the page is two-column mode
2. \begin{eqnarray*} *****\end{eqnarray*} is good for a series of equations
3. \\&& is used to break lines if an equation is too long



EmailPost: How to Boost Your Energy Level
October 14, 2009, 9:59 am
Filed under: Uncategorized

I just want to share what I have read. I think it is a good post about boosting your energy level. Over the years, my mood is up and down often. That is why I search in Google with this title. And I found the page http://michaelhyatt.com/2007/02/how-to-boost-your-energy-level.html



WordPress : Post_by_email
May 13, 2009, 11:05 am
Filed under: Uncategorized

Testing how to send POSTs by email. Thanks that wordpress has this facility.  :)



How to install Asian Langauge in Window
January 30, 2009, 7:54 am
Filed under: Uncategorized

Due to limited internet access, it is not possible or very difficult to write my own. The following URL http://newton.uor.edu/Departments&Programs/AsianStudiesDept/Language/asianlanguageinstallation_XP.html

will help you writing, reading Japanese, Chinese in your system.



Testing Maths
January 29, 2009, 8:10 am
Filed under: Uncategorized
   solve(true).
   solve((A,B)):- solve(A),solve(B).
   solve(A):- clause(A,B),solve(B).

Code (mathtext)
[pmath size=16](a+b)^2=a^2+2ab+b^2[/pmath]

where:
[pmath size=12]~a[/pmath] is defined as a
[pmath size=12]~b[/pmath] is defined as b