[latex3-commits] [l3svn] 04/04: ctex test: Loading lm fonts by file name explicitly
noreply at latex-project.org
noreply at latex-project.org
Fri Oct 2 17:36:30 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 4e95177ecd2a512cf6028070ef8db0c35a264230
Author: Qing Lee <sobenlee at gmail.com>
Date: Fri Oct 2 22:38:56 2015 +0800
ctex test: Loading lm fonts by file name explicitly
This makes XeTeX londing them by kpathsea rather then fontconfig since
we haven't make a link to texlive-fontconfig.conf.
---
contrib/testfiles/ctex001.lvt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/testfiles/ctex001.lvt b/contrib/testfiles/ctex001.lvt
index ec63d97..f337278 100644
--- a/contrib/testfiles/ctex001.lvt
+++ b/contrib/testfiles/ctex001.lvt
@@ -60,9 +60,9 @@
\ExplSyntaxOn
\sys_if_engine_pdftex:F
{
- \setCJKmainfont { Latin ~ Modern ~ Roman }
- \setCJKsansfont { Latin ~ Modern ~ Sans }
- \setCJKmonofont { Latin ~ Modern ~ Mono }
+ \setCJKmainfont { lmroman10-regular.otf }
+ \setCJKsansfont { lmsans10-regular.otf }
+ \setCJKmonofont { lmmono10-regular.otf }
}
\ExplSyntaxOff
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list