latex中的表格如何取消小写字母大写

在使用IEEE LaTeX模板时,表格标题默认采用小写字母大写格式。要将表头中的'r/min'显示为常规小写字母,可以使用{upshape r/min}代码来实现。
摘要由CSDN通过智能技术生成

在IEEE的latex模版中,表格的标题都是默认小写字母大写的,即word中的“small caps”功能。

如:

\documentclass[journal]{IEEEtran}

\begin{document}

\begin{table}[!t]
% increase table row spacing, adjust to taste
\renewcommand{\arraystretch}{1.3}
\caption{Diagnosis of Rotor Faults in a DRFOC Drive Using the VCT (Flux Loop Bandwidth (FLB) = 10 Hz; 75\% Load; 1450 r/min) }
\label{DiagnosisResults}
\centering
\begin{tabular}{c||c|c|c|c|c|c}
\hline
A & B & C & D & E & F & G\\
\hline
0 & 0 & 0 & 0 & 0& 0 & 0\\
\hline
1 & 0 & 0 & 0 & 0& 0 & 0\\
\hline
2 & 0 & 0 & 0 & 0& 0 & 0\\
\hline 
\end{tabular}
\end{table}

\end{document}


上述latex代码可得到如下表格,

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值