
find_package(LATEX)

if(PDFLATEX_COMPILER)
  include(UseLATEX)
  add_subdirectory(reference)
endif(PDFLATEX_COMPILER)
