jupyterlab-latex icon indicating copy to clipboard operation
jupyterlab-latex copied to clipboard

Pagenumbers aren't defined

Open roefy opened this issue 4 years ago • 0 comments

If you make a multipage document, the pagenumbers will be questionmarks. This can be resolved by a change in jupyterlab_latex/build.py Line 197 and 198 should be changed into:

whitelist=[tex_base_name+'.pdf', tex_base_name+'.synctex.gz', tex_base_name+'.aux', tex_base_name+'.toc'],
greylist=[]

roefy avatar Jun 30 '21 13:06 roefy