RSS

Monthly Archives: January 2012

How to adjust sub caption of sub figure in latex

\usepackage[hang]{subfigure}

http://www.tex.ac.uk/CTAN/obsolete/macros/latex/contrib/subfigure/subfigure.pdf

 
Leave a comment

Posted by on January 10, 2012 in Uncategorized

 

How to locate figures and tables in latex documents

b (bottom)

h (here)

p (page)

t (top)

 
\begin{table}[htbp]
  \begin{tabular}{column specification}
  ...  Table stuff in here  ...
\end{tabular}

\end{table}

 

 
Leave a comment

Posted by on January 10, 2012 in Latex

 

VNC server setting

~/.vnc/xstartup 파일에서

다지우고 gnome-session&을 추가한다.

 
Leave a comment

Posted by on January 9, 2012 in Uncategorized