# parameter file mandatory for script 'instTexlive.sh' 
# must be in the same folder 

# folder where all texlive releases are to be installed ... 
ROOT="/usr/local/texlive"
# ROOT="c:texlive" # alternative form for windows 
# list of servers with historic texlive builds: https://www.tug.org/historic/
SERVER_HIST="https://ftp.math.utah.edu/pub/tex/historic/systems/texlive"
# SERVER_HIST="https://mirror.nju.edu.cn/tex-historic/systems/texlive$"
#SERVER_HIST="https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive"

# server for current texlive not available on historic servers 
SERVER_CURR="https://mirror.ctan.org/systems/texlive/tlnet"
# my personal server providing patches 
SERVER_MYPATCH="https://www.simuline.eu/TexLive"

# truely the minimal scheme which makes sense; in some years also "tiny" exists 
# schemes 
# https://svn.tug.org:8369/texlive/trunk/Master/tlpkg/tlpsrc/?dir_pagestart=3650
# https://svn.tug.org:8369/texlive/trunk/Master/tlpkg/tlpsrc/?dir_pagestart=3700
SCHEME="small"

# paper format not a4
PAPER=A4
# alternative: 
# PAPER="letter"
