LINUX.ORG.RU

История изменений

Исправление Shushundr, (текущая версия) :

texiweb.c:1589: "@set SP {@char`@ }\n",
texiweb.c:1609: "@set SP @ @c\n",

первый вариант, это если @iftex, а второй вариант, если @ifnottex

@c - это игнорировать всё до конца строки:
«Ending a macro body with ‘@c’ may cause text following the macro invocation to be ignored as a comment in texi2any. This is not the case when processing with TeX. This was often done to “comment out” an unwanted newline at the end of a macro body»
https://www.gnu.org/software//texinfo/manual/texinfo/html_node/Macro-Details.html

Но здесь не определение макроса, а использование (invocation) встроенной команды @set

В общем, непонятно, с чего бы склеиваться @value{SP} и 0.

Исправление Shushundr, :

texiweb.c:1589: "@set SP {@char`@ }\n",
texiweb.c:1609: "@set SP @ @c\n",

первый вариант, это если @iftex, а второй вариант, если @ifnottex

@c - это игнорировать всё до конца строки:
«Ending a macro body with ‘@c’ may cause text following the macro invocation to be ignored as a comment in texi2any. This is not the case when processing with TeX. This was often done to “comment out” an unwanted newline at the end of a macro body»
https://www.gnu.org/software//texinfo/manual/texinfo/html_node/Macro-Details.html

Но здесь не определение макроса, а использование (invocation) встроенной команды @set

В общем, непонятно, с чего бы склеиваться @value{SP} и 0.

Исходная версия Shushundr, :

texiweb.c:1589: "@set SP {@char`@ }\n",
texiweb.c:1609: "@set SP @ @c\n",

первый вариант, это если @iftex, а второй вариант, если @ifnottex

@c - это игнорировать всё до конца строки:
«Ending a macro body with ‘@c’ may cause text following the macro invocation to be ignored as a comment in texi2any. This is not the case when processing with TeX. This was often done to “comment out” an unwanted newline at the end of a macro body»
https://www.gnu.org/software//texinfo/manual/texinfo/html_node/Macro-Details.html

Но здесь не определение макроса, а использование (invocation) встроенной команды @set

В общем, непонятно, с чего бы склеиваться @value{SP} и 0.