slides: architecture, load balancing, redundancy

This commit is contained in:
Trolli Schmittlauch 2019-09-01 16:54:28 +02:00
parent 4bdd69ead9
commit f2280de2ba
6 changed files with 248 additions and 6 deletions

View file

@ -29,6 +29,9 @@ mkShell {
logreq
koma-script
xits
stix
stix2-otf
stix2-type1
opensans
;
@ -38,9 +41,9 @@ mkShell {
};
})
biber
opensans-ttf
xits-math
stix-otf
#opensans-ttf
#xits-math
#stix-otf
fontconfig
# for instance DNS query script
@ -63,5 +66,5 @@ mkShell {
];
# for font discovery
FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ lmodern opensans-ttf xits-math stix-otf ]; };
FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ lmodern texlive.opensans.pkgs texlive.stix.pkgs ]; };
}