X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=templates%2Flatex%2Flongtable_doxygen.sty;h=e94b78b6cebc907099709945f6995ab48b561e0a;hb=14adf159fc9eb1212b2e61ea78e94c135abde0fe;hp=a0eb314f9f92cfd92bf000f0893171b45df5d0a9;hpb=cfd886868fa8595b045007a2ad673c18c5f222b3;p=platform%2Fupstream%2Fdoxygen.git diff --git a/templates/latex/longtable_doxygen.sty b/templates/latex/longtable_doxygen.sty index a0eb314..e94b78b 100644 --- a/templates/latex/longtable_doxygen.sty +++ b/templates/latex/longtable_doxygen.sty @@ -438,7 +438,15 @@ \the\LT@p@ftn \global\LT@p@ftn{}% \hfil} -\def\LT@p@ftntext#1{% +%% added \long to prevent: +% LaTeX Warning: Command \LT@p@ftntext has changed. +% +% from the original repository (https://github.com/latex3/latex2e/blob/develop/required/tools/longtable.dtx): +% \changes{v4.15}{2021/03/28} +% {make long for gh/364} +% Inside the `p' column, just save up the footnote text in a token +% register. +\long\def\LT@p@ftntext#1{% \edef\@tempa{\the\LT@p@ftn\noexpand\footnotetext[\the\c@footnote]}% \global\LT@p@ftn\expandafter{\@tempa{#1}}}%