lib/scripts/isa-xterm
changeset 2430 7dc83c3d751a
parent 2344 c3e1eaea4418
child 2474 9990f088d7ac
equal deleted inserted replaced
2429:747177b67670 2430:7dc83c3d751a
    15 
    15 
    16 
    16 
    17 ## main
    17 ## main
    18 
    18 
    19 if [ -z "$ISABELLE_SYMBOLS" -o "$ISABELLE_SYMBOLS" = false ]; then
    19 if [ -z "$ISABELLE_SYMBOLS" -o "$ISABELLE_SYMBOLS" = false ]; then
    20   exec xterm -T Isabelle -n Isabelle $ISABELLE_INTERFACE_OPTIONS -e isabelle "$@"
    20   exec xterm -T Isabelle -n Isabelle $ISABELLE_INTERFACE_OPTIONS \
       
    21     -e $ISABELLE_HOME/bin/isabelle "$@"
    21 else
    22 else
    22   isatool installfonts
    23   $ISABELLE_HOME/bin/isatool installfonts
    23   exec xterm -T Isabelle -n Isabelle $ISABELLE_INTERFACE_OPTIONS -fn isacr14 \
    24   exec xterm -T Isabelle -n Isabelle $ISABELLE_INTERFACE_OPTIONS -fn isacr14 \
    24     -xrm "*fontMenu.Label: Isabelle fonts" \
    25     -xrm "*fontMenu.Label: Isabelle fonts" \
    25     -xrm "*fontMenu*font1*Label: Large" \
    26     -xrm "*fontMenu*font1*Label: Large" \
    26     -xrm "*VT100*font1: isacb24" \
    27     -xrm "*VT100*font1: isacb24" \
    27     -xrm "*fontMenu*font2*Label:" \
    28     -xrm "*fontMenu*font2*Label:" \
    32     -xrm "*VT100*font4:" \
    33     -xrm "*VT100*font4:" \
    33     -xrm "*fontMenu*font5*Label:" \
    34     -xrm "*fontMenu*font5*Label:" \
    34     -xrm "*VT100*font5:" \
    35     -xrm "*VT100*font5:" \
    35     -xrm "*fontMenu*font6*Label:" \
    36     -xrm "*fontMenu*font6*Label:" \
    36     -xrm "*VT100*font6:" \
    37     -xrm "*VT100*font6:" \
    37     -e isabelle -e 'print_mode:=["symbols"];' "$@"
    38     -e $ISABELLE_HOME/bin/isabelle -e 'print_mode:=["symbols"];' "$@"
    38 fi
    39 fi