]> git.lyx.org Git - features.git/commit
Track whether title has been issued via OutputParams.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 17 Mar 2020 05:50:28 +0000 (01:50 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 17 Mar 2020 05:50:28 +0000 (01:50 -0400)
commitb536759c0769dab641993347baeb62400455be04
tree56e15dfb77f968886c018a746e9a53ba77e420d4
parent7af6575cf6cd764b8b567b358907ac9a7a8e322b
Track whether title has been issued via OutputParams.

When branches are used in the title, we may need to track whether
we've issued the title across branch insets. So we put the relevant
variables into OutputParams.
src/OutputParams.cpp
src/OutputParams.h
src/output_latex.cpp