[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Macros for table creation
From: |
Sivaram Neelakantan |
Subject: |
Re: Macros for table creation |
Date: |
Thu, 24 Feb 2022 18:49:29 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt) |
On Wed, Feb 23 2022,Ikumi Keita wrote:
> Hi Sivaram,
>
[snipped 8 lines]
> When AUCTeX asks format for tabular env., respond with some non-empty
> answer such as c|l|r. Then you'll get suitable number of "&" signs like
> this:
> \begin{table}
> \centering
> \begin{tabular}[t]{c|l|r}
> &&
> \end{tabular}
> \caption{abc}
> \label{tab:1}
> \end{table}
>
> It doesn't provide "\\". However, you can insert it by C-c C-j or M-RET
> (LaTeX-insert-item) at the last of the respective line, which provides
> you suitable number of "&" signs again on the next line.
Can this and other macros put in some defaults when the macro
questions are being asked? for float positions, table alignments,
rule lines, # of colummns etc? I mostly have to look up documentation
making the macro superfluous.
sivaram
--
Space between "&" signs (Re: Macros for table creation), Ikumi Keita, 2022/02/16