mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Cmake export tests: Disable inputencoding setting
It was used for the combination pdf4_texF, but since LyX should nowadays set the correct encoding, this is not needed anymore.
This commit is contained in:
parent
2bd2ac1860
commit
6366b4a21b
@ -123,7 +123,7 @@ if ($fontT eq "systemF") {
|
|||||||
$font{typewriter} = "FreeMono";
|
$font{typewriter} = "FreeMono";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
elsif (0) { # set to '1' to enable setting of inputencoding
|
||||||
# use tex font here
|
# use tex font here
|
||||||
my %encoding = ();
|
my %encoding = ();
|
||||||
if (defined($languageFile)) {
|
if (defined($languageFile)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user