-----------input--------------- #+CAPTION: test | a | b | | c | d |
------------output-------------
\begin{table}[htb]
\caption{test}
% How can I insert a command in this place? for example:
% \bitablecaption{你好}{Hello}
\centering
\begin{tabular}{ll}
a & b\\
c & d\\
\end{tabular}
\end{table}
Thanks
--
