My plan is get the data from the html files and display the content with
these facilities.
- Keyboard-centric UI
- Fast, responsive UI
- Index search
- Search a manual with regular expressions.
Please can you tell me about the gsoc proposal.Is it okay to make it as a
google Doc.And a
On 17 March 2016 at 01:31, Norbert Preining wrote:
>
> Ok, I tried your suggestion, but that again breaks:
I've checked and using \gdef instead of \def works, because the
definition took place within a TeX group:
\input texinfo @c -*-texinfo-*-
@iftex
@tex
\gdef\aaa#1{Hello #1}
@end tex
@end
Hi Gavin,
> Why not use a different name for the \lw macro defined in the @tex
> block, so it isn't used in its own definition? That's the cause of
Ok, I tried your suggestion, but that again breaks:
code >>>
\input texinfo @c -*-texinfo-*-
@iftex
@tex
\def\aaa#1{Hel