Replies: 2 comments 4 replies
-
I'm not sure how this links to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
.fontspec
files of the NewCM fonts are buggy. See, e.g., this. I wanted to use NewCM as the default font family for the LinguisTiX bundle. As of now (with today's bug-fix that I found while testing for this post 😛), my package loads all the fonts provided by NewCM. For testing, try this:This results in 10 fonts in both book and regular weight. Without the 3rd line (i.e.,
\linguistix{newcm regular}
) the default weight, i.e., 'book' is used. With thefontspec
files it results in 8 fonts, can be tested with\usepackage{fontsetup}
instead of LinguisTiX. Maybe it would be a good idea to use either the packagelinguistix-fonts
or use the font setup it has used for NewCM. Using the package will also provide a handy suit for font customisation. You may refer to the documentation.PS: Since this is just a discussion, feel free to point out any possible improvements in LinguisTiX if you find any problems.
Beta Was this translation helpful? Give feedback.
All reactions