[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Arguments query of \parbox
From: |
Arash Esbati |
Subject: |
Re: Arguments query of \parbox |
Date: |
Wed, 09 Feb 2022 11:49:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 |
Hi Keita,
Ikumi Keita <ikumikeita@jcom.home.ne.jp> writes:
>>>>>> Arash Esbati <arash@gnu.org> writes:
>>
>> + ;; If the optional 'pos' was omitted,
>> + ;; then we have to insert a pair of
>> + ;; brackets incl. the default 'c'
>> + ;; otherwise the 'height' is ignored:
>
> This comment applies for \parbox optional arguments also, if I
> understand correctly. Shouldn't we implement similar functionality to
> \parbox support code?
I installed a change (36a6d80e1b) which should fix the arguments query
for minipage and parbox. I also decided not to be too smart and try to
catch possible wrong input -- I went for AUCTeX standard setup. The
DEFAULT-VALUE change is installed, though.
In your other mail, you wrote:
> BTW, I noticed that doc strings of TeX-arg-{lr,tb} is queer.
> "Prompt for a LaTeX side with completion.
> ^^^^^^^^^^???
I'm not sure if I understand it: left, right, top, bottom are sides.
What do you think would make more sense?
Best, Arash