mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39669 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0fb13b648c
commit
9ffc42d216
@ -693,8 +693,8 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
|
||||
os << '\\' << from_ascii(params().getCmdName())
|
||||
<< '{' << from_utf8(incfile) << '}';
|
||||
} else {
|
||||
incfile = changeExtension(incfile, ".tex");
|
||||
incfile = latex_path(incfile);
|
||||
incfile = changeExtension(incfile, ".tex");
|
||||
incfile = latex_path(incfile);
|
||||
// FIXME UNICODE
|
||||
os << '\\' << from_ascii(params().getCmdName())
|
||||
<< '{' << from_utf8(incfile) << '}';
|
||||
|
Loading…
Reference in New Issue
Block a user