jamierajewski/illume-v2

Running the STRAW paper code in Jupyter doesn't work - missing LaTeX component(s)?

Opened this issue · 1 comments

The following shows up when trying to use matplotlib with icetray loaded:

FileNotFoundError: [Errno 2] No such file or directory: 'latex': 'latex'

There is also a missing fonts warning, but that shouldn't be causing issues:

/cvmfs/icecube.opensciencegrid.org/py3-v4.1.1/Ubuntu_20.04_x86_64/lib/python3.7/site-packages/matplotlib/font_manager.py:1331: UserWarning: findfont: Font family ['serif'] not found. Falling back to DejaVu Sans
  (prop.get_family(), self.defaultFamily[fontext]))

Correction - plotting only doesn't work when using a certain custom style; default matplotlib works