TwistedHardware / mltutorial

Machine Learning Tutorial in IPython Notebooks
https://www.youtube.com/user/roshanRush
GNU General Public License v2.0
130 stars 151 forks source link

Use \usapackage in jupyter notebook #6

Open LittleNewton opened 4 years ago

LittleNewton commented 4 years ago

Hi,

I'm a Chinese user. In my notebook, there are some Chinese characters. When I download these jupyter notebooks as LaTeX .tex file, I need to add a line in the .tex file as

\usepackage{ctex}

If not do like this, the XeTeX compiler will go wrong.

Could it be possible to add this syntax at the .tplx file?