more direct use of latex tools: avoid diversion into "isabelle latex -o pdf" and its confusion of ISABELLE_PDFLATEX vs. ISABELLE_LUALATEX;
clarified ISABELLE_MAKEINDEX options;
(* Title: HOL/Import/HOL_Light_Import.thy
Author: Cezary Kaliszyk, University of Innsbruck
Author: Alexander Krauss, QAware GmbH
*)
section \<open>Main HOL Light importer\<close>
theory HOL_Light_Import
imports HOL_Light_Maps
begin
import_file "$HOL_LIGHT_BUNDLE"
end