[latexrefman] [latexrefman-commits] [SCM] latexrefman updated: r799 - trunk

Karl Berry karl at freefriends.org
Tue Apr 21 00:12:25 CEST 2020


    Align vertically the %1, %2, %3 comments in example.

    +\immediate\write\@@auxout@{@var{string}@}         %1
    +\write\@@auxout@{@var{string}@}                   %2
     \protected@@write\@@auxout@{@}@{@var{string}@}    %3

My commit was aligned. You made it unaligned. Well, that is, you made it
aligned in the source, but that's unaligned in the output. If you look
at any of the output formats, you will see.

The third line has an extra @{@} pair, therefore two more "@" characters
that don't get output than the others, therefore it has to appear two
characters to the right of the first two lines in the source. -k


More information about the latexrefman mailing list.