[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Inline code in tables?
From: |
John Hendy |
Subject: |
[O] Inline code in tables? |
Date: |
Thu, 11 Apr 2013 17:56:10 -0500 |
I have a table like so:
| Title | Title |
|-------+-------------------------|
| var1 | src_R[:session r]{var1} |
| var2 | src_R[:session r]{var2} |
| var3 | src_R[:session r]{var3} |
I just had the same in an itemized list, and it worked fine. Then I
wanted to add more attributes and thought a table would be a better
bet. The table is exporting as LaTeX math formatted:
\begin{tabular}{ll}
\toprule
Title & Title\\
\midrule
var1 & src$_\mathrm{R[}$:session r]\{var1\}\\
var2 & src$_\mathrm{R[}$:session r]\{var2\}\\
var3 & src$_\mathrm{R[}$:session r]\{var3\}\\
\bottomrule
\end{tabular}
Thanks for any suggestions,
John
- [O] Inline code in tables?,
John Hendy <=