(Mar 23, 2006)
Today, I learned two new LaTex command: {\tiny ... } and \begin{spacing}{1.0} \end{spacing}
\tiny is used to make the font in the bracket specifically small.
spacing environment specifies line spacing within the environment. 1.0 is actually the default line spacing. If you want double space, say {2.0} instead.
Thursday, March 23, 2006
Saturday, March 18, 2006
Latex: align and equation environments
ในตอนที่เราต้องการที่จะทำให้สมการเดียวที่ยาวต่อๆกันหลายบรรทัดจัดเรียงกันสวยๆ พร้อมกับใส่หมายเลขให้มันเป็นสมการเดียว เราอาจจะต้องใช้สอง environment ควบคู่กันไป คือ
1. ใช้ \begin{equation} \end{equation} นำ
2. ตามด้วยการใช้ \begin{aligned} \end{aligned} ไว้ที่ด้านใน
3. ใส่สมการไว้ภายใน aligned environmentg
\begin{equation}
\begin{aligned}
%Your equation is here
\end{aligned}
\end{equation}
น่าจะใช้ gather ได้แต่ไม่รู้่ว่าใช้ไงกันแน่ ถ้าใครรู้แล้วบังเอิญผ่านมาบล็อกนี้พอดีก็บอกด้วยนะ
1. ใช้ \begin{equation} \end{equation} นำ
2. ตามด้วยการใช้ \begin{aligned} \end{aligned} ไว้ที่ด้านใน
3. ใส่สมการไว้ภายใน aligned environmentg
\begin{equation}
\begin{aligned}
%Your equation is here
\end{aligned}
\end{equation}
น่าจะใช้ gather ได้แต่ไม่รู้่ว่าใช้ไงกันแน่ ถ้าใครรู้แล้วบังเอิญผ่านมาบล็อกนี้พอดีก็บอกด้วยนะ
Subscribe to:
Posts (Atom)