|
|
n a m e |
(homepage)
|
|
subject |
latex table ¿©¹é |
|
|
\begin{table}
% ÀÌ ¸í·ÉÀº Ç¥ÀÇ »óÇÏ ¿©¹éÀ» ¼ýÀÚ·Î Á¶Á¤ÇÑ´Ù.
\renewcommand{\arraystretch}{1.1}
% ÀÌ ¸í·ÉÀº Ç¥ÀÇ ÁÂ¿ì ¿©¹éÀ» ¼ýÀÚ·Î Á¶Á¤ÇÑ´Ù.
\renewcommand{\tabcolsep}{0.7mm}
\begin{tabular}{c|c}
...
\end{tabular}
\end{table} |
|
|
|
|
Since 2003.02.21 by bnwoto
|
|