mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* src/LaTeX.C (deplog):
- refine linebreak check. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17251 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
79fc201680
commit
c251034241
@ -891,9 +891,10 @@ void LaTeX::deplog(DepTable & head)
|
||||
// Here we exclude some cases where we are sure
|
||||
// that there is no continued filename
|
||||
if (prefixIs(token, "File:") || prefixIs(token, "(Font)")
|
||||
|| prefixIs(token, "Package:")
|
||||
|| prefixIs(token, "Package:")
|
||||
|| prefixIs(token, "Language:")
|
||||
|| prefixIs(token, "LaTeX Font Info:")
|
||||
|| prefixIs(token, "LaTeX Info:")
|
||||
|| prefixIs(token, "LaTeX Font Info:")
|
||||
|| prefixIs(token, "\\openout[")
|
||||
|| prefixIs(token, "))"))
|
||||
lastline = string();
|
||||
|
Loading…
Reference in New Issue
Block a user