emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [Help] How to insert a latex command in table environment when export
@ 2013-06-18 13:08 Feng Shu
  0 siblings, 0 replies; only message in thread
From: Feng Shu @ 2013-06-18 13:08 UTC (permalink / raw)
  To: orgmode


-----------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
-- 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-18 13:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-18 13:08 [Help] How to insert a latex command in table environment when export Feng Shu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).