slides: architecture, load balancing, redundancy
This commit is contained in:
parent
4bdd69ead9
commit
f2280de2ba
6 changed files with 248 additions and 6 deletions
11
shell.nix
11
shell.nix
|
|
@ -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 ]; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue