]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:54 +0000 (15:48 +0200)
commit7139d927544ded72eefab750163c1575fc11bfc3
treeeabae053c8c54c30c4cefea29b93811b9dbf2ad1
parentb97f70cb150b9ff82bc9cc72c78efc3af6271846
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