0

I am attempting to export to PDF a Jupyter notebook containing Greek letters, however, the exported PDF doesn't render the characters.

I have tried using, direct input (actually typing the characters in text), unicode u"\u03B8", and the syntax "\N{greek small letter theta}". All show the correct output in the Jupyter notebook after running the cell but neither appear in the exported PDF. I've tried multiple different characters and none of them show.

Don't know if it's relevant, but I'm using the jupyter/scipy-notebook running in Docker Toolbox.

David
  • 1,688
  • 1
  • 11
  • 21
  • Can you show some of the code you have tried? This would be helpful to trying to diagnose this issue. – Rashid 'Lee' Ibrahim Jun 05 '19 at 00:36
  • It's literally just print(), using the methods I mentioned above. Not sure if anything else is relevant, but if it is let me know and I'll add it when I have a chance – David Jun 05 '19 at 02:04
  • Please take a look at my answer and (ugly) solution. https://stackoverflow.com/a/73073900/1304076 The problem is that the generated `.tex` calls for Latin Modern Math, which doesn't have Greek in its mono variety. – Jeffrey Goldberg Jul 22 '22 at 00:31

0 Answers0