I'd like to do something like
\begin{tabular}{>{$}c<{$} c}
but I'm not able to use the array package (which defines >{...} and <{...}) due to technical restrictions.
Is there any simple way I can achieve this?
|
(Making an answer from my comment) I guess that the only way is to add |
|||
|
|
\makeatletterand\makeatother? You would have to comment out the\CheckCommand*instruction, though, as such an instruction is only allowed in the preamble... – Mico Jan 29 '12 at 21:40$to the entries of the table. If you're not allowed to change the preamble, probably they won't be fond of some strange code in the document. – egreg Jan 29 '12 at 22:11\newenvironment{mytablecc}{\halign\bgroup\hfil$#$\hfil&\hfil#\hfil\cr}{\crcr\egroup}, which hard-codes the preamble (or use the\haligndirectly in the text). – Bruno Le Floch Feb 4 '12 at 23:38