i******e 发帖数: 171 | 1 I have a table with more than 40 rows. Now I am suggested to use bold fo
nt for the 4th and 5th tablular. Is there any quick way to do that inste
ad of putting \bf before each of them? Thanks |
b*********n 发帖数: 173 | 2 I usually construct tables in Excel, and then convert it to Latex code. The
conversion keeps the bold font.
Steps:
1. Construct the table in Excel
2. Use Excel2LaTeX to convert to Latex code (Excel2LaTeX is free to download
at http://www.jam-software.com/freeware/index.shtml)
【在 i******e 的大作中提到】 : I have a table with more than 40 rows. Now I am suggested to use bold fo : nt for the 4th and 5th tablular. Is there any quick way to do that inste : ad of putting \bf before each of them? Thanks
|
l*****g 发帖数: 547 | 3 good!
【在 b*********n 的大作中提到】 : I usually construct tables in Excel, and then convert it to Latex code. The : conversion keeps the bold font. : Steps: : 1. Construct the table in Excel : 2. Use Excel2LaTeX to convert to Latex code (Excel2LaTeX is free to download : at http://www.jam-software.com/freeware/index.shtml)
|
i******e 发帖数: 171 | 4 \usepackage{array}
...
\begin{tabular}{r r r r >{\bf}c >{\bf}r r c c}
done! One can put any font command in these two brackets to specify the
format for the whole columns.
【在 i******e 的大作中提到】 : I have a table with more than 40 rows. Now I am suggested to use bold fo : nt for the 4th and 5th tablular. Is there any quick way to do that inste : ad of putting \bf before each of them? Thanks
|
z*****n 发帖数: 7639 | 5 this is damn good!
【在 i******e 的大作中提到】 : \usepackage{array} : ... : \begin{tabular}{r r r r >{\bf}c >{\bf}r r c c} : done! One can put any font command in these two brackets to specify the : format for the whole columns.
|
b*********n 发帖数: 173 | 6 确实是不错滴
【在 i******e 的大作中提到】 : \usepackage{array} : ... : \begin{tabular}{r r r r >{\bf}c >{\bf}r r c c} : done! One can put any font command in these two brackets to specify the : format for the whole columns.
|