blob: 8b64957f06fec093b72a71e7228e13d87a1e5e20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
% this file is loaded by the {file,dir}ctan files to define the local
% preferred archive and directory compression format
%
% the archive itself
\def\LocalCTAN{ftp://ftp.tex.ac.uk/tex-archive/} % could be anything
% out of CTAN.sites
%
% the format for use when retrieving directory hierarchies
\def\CTANDirFmt{.zip} % could be .(tar[.(Z|gz)]|tgz|zip) according to what
% the local archive is capable of and the users need
\endinput
|