由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - How to specify the font for a whole column in a table
相关主题
紧急请教.csv/.xls to LaTeX.如何改变page header's font?
mac os下有类似excel2latex的小程序么?how to change the size of a big table
latex 项目报价DVI转PDF问题:公式的大括号中括号小括号全部在打印的时候消失
help on fontslatex的slides
eps转pdf, some (common) fonts can't be embeddedHow to embed fonts
这里有人有mathtime字体么?Latex中如何使pagenumber的SIZE变大些
dvi 显示的问题emacs的问题
font in Linux and WindowsT3 font problem
相关话题的讨论汇总
话题: font话题: specify话题: table话题: whole话题: column
进入TeX版参与讨论
1 (共1页)
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.

1 (共1页)
进入TeX版参与讨论
相关主题
T3 font problemeps转pdf, some (common) fonts can't be embedded
The T3 font problem is clear这里有人有mathtime字体么?
MikTeX 2.5 releaseddvi 显示的问题
[help] how to embed the fonts in pdffont in Linux and Windows
紧急请教.csv/.xls to LaTeX.如何改变page header's font?
mac os下有类似excel2latex的小程序么?how to change the size of a big table
latex 项目报价DVI转PDF问题:公式的大括号中括号小括号全部在打印的时候消失
help on fontslatex的slides
相关话题的讨论汇总
话题: font话题: specify话题: table话题: whole话题: column