emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-radio tables in latex |p{3cm}


From: Uwe Brauer
Subject: [O] org-radio tables in latex |p{3cm}
Date: Sun, 07 Jan 2018 18:15:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Hi

Consider please

\documentclass[12pt]{article}
\usepackage{commment}
\begin{document}

% BEGIN RECEIVE ORGTBL test
\begin{tabular}{l|l|}
this & that\\ \hline
\end{tabular}
% END RECEIVE ORGTBL test
\begin{comment}
#+ORGTBL: SEND test orgtbl-to-latex  :lend "\\\\ \\hline" :environment tabular
| / | <>   | <>   |
|   | this | that |
\end{comment}


\end{document}

So the construct |<>| gets expanded to |l|
which is ok, but I also want to obtain a result such as |p{3cm}|

How can I achieve  that?

https://orgmode.org/manual/Radio-tables.html#Radio-tables

Did not give any hints, thanks

Uwe Brauer 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]