equal
deleted
inserted
replaced
122 fi |
122 fi |
123 done |
123 done |
124 export ISABELLE_SCALA_TOOLS |
124 export ISABELLE_SCALA_TOOLS |
125 } |
125 } |
126 export -f isabelle_scala_tools |
126 export -f isabelle_scala_tools |
|
127 |
|
128 #Isabelle fonts |
|
129 function isabelle_fonts () |
|
130 { |
|
131 local X="" |
|
132 for X in "$@" |
|
133 do |
|
134 if [ -z "$ISABELLE_FONTS" ]; then |
|
135 ISABELLE_FONTS="$X" |
|
136 else |
|
137 ISABELLE_FONTS="$ISABELLE_FONTS:$X" |
|
138 fi |
|
139 done |
|
140 export ISABELLE_FONTS |
|
141 } |
|
142 export -f isabelle_fonts |
127 |
143 |
128 #file formats |
144 #file formats |
129 function isabelle_file_format () |
145 function isabelle_file_format () |
130 { |
146 { |
131 local X="" |
147 local X="" |