You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
549 B
22 lines
549 B
|
|
|
|
%%% FONTSPEC.CFG %%%
|
|
%
|
|
% This configuration file sets up TeX Ligatures by default for all fonts loaded
|
|
% with `\setmainfont` and `\setsansfont`.
|
|
%
|
|
% In addition, `\setmonofont` has default features to enforce "monospace"
|
|
% settings with regard to space stretchability and shrinkability.
|
|
%
|
|
% Make a copy of this file in your own home TEXMF directory to set up your own
|
|
% defaults.
|
|
|
|
\defaultfontfeatures
|
|
[\rmfamily,\sffamily]
|
|
{Ligatures=TeX}
|
|
|
|
\defaultfontfeatures
|
|
[\ttfamily]
|
|
{WordSpace={1,0,0},
|
|
HyphenChar=None,
|
|
PunctuationSpace=WordSpace}
|
|
|