LaTex代码如下:
\begin{tabular}{|c|c|c|c|c|c|c|c|c|}
\hline
\textenglish[variant=american]{state} & \LRE{$P\left[kPa\right]$} & \LRE{$T\left[c\lyxmathsym{\textdegree}\right]$} & \LRE{$v\left[m^{3}/kg\right]$} & \LRE{$u\left[kJ/kg\right]$} & \LRE{$h\left[kJ/kg\right]$} & \LRE{$m\left[kg\right]$} & \LRE{$V\left[m^{3}\right]$} & \textenglish[variant=american]{phase}\tabularnewline
\hline
\hline
\LRE{$A1$} & & & & & & & & \tabularnewline
\hline
\LRE{$A2$} & & & & & & & & \tabularnewline
\hline
\LRE{$B1$} & & & & & & & & \tabularnewline
\hline
\LRE{$B2$} & & & & & & & & \tabularnewline
\hline
\end{tabular}
需要的快捷代码是什么?
答案1
我知道这个问题已经很老了,但您可能需要考虑使用 AutoHotkey 来实现这样的目标。
几乎每次您想要在 PC 上自动执行用户操作时,AutoHotkey 都很有用,因为它可以模拟任何键盘操作。