Chris Sewell

Results 1261 comments of Chris Sewell

@RBenRocks sorry for the delay, but I can't replicate your issue. > INFO:pdf-export:latexmk: !pdfTeX error: pdflatex (file ./Example_files/myown-logo.jpg): reading JPEG image failed (no JPEG header found) This I think is...

@jpkoc thanks for the feedback, I will have a look soon

raised issue jfbercher/jupyter_latex_envs#25

Yep sounds reasonable, I don't think there is currently any metadata to handle this. I can't promise that I will be able to get round to doing this in the...

Hey @rossbar thats funny I forgot you had raised an issue here. Thanks for the feedback, obviously I am busy working on the myst parser at the moment, so won't...

@phelps-sg this should be handled in the jinja template, and should not require a pre-processor (as you have done in #120 ). For example, at https://github.com/chrisjsewell/ipypublish/blob/71f2f919fe7d396d22f407ad550d0156ec72efcb/ipypublish/templates/segments/ipy-contents_output-new.yaml.tex.j2#L17 and https://github.com/chrisjsewell/ipypublish/blob/71f2f919fe7d396d22f407ad550d0156ec72efcb/ipypublish/templates/segments/ipy-contents_output-new.yaml.tex.j2#L41 Processing any...

No problem, I’ll add the test cases and see why the jinja templates are failing to do their job 😬

also checks for obsolete LaTeX packages and outdated commands \RequirePackage[l2tabu, orthodox]{nag}

Oh I know exactly when it will have happened; when I added https://github.com/ExecutableBookProject/markdown-it-py to jupytext 😉. Hmm, thats weird; the logger is already set up to only log `INFO`: https://github.com/chrisjsewell/ipypublish/blob/53fa92c4c7f18e36d8a9790b10de27219882f4e4/ipypublish/convert/main.py#L297...

Hey @hongyi-zhao IIRC you could achieve this with configuration https://ipypublish.readthedocs.io/en/latest/custom_export_config.html#the-configuration-file-format FYI I'm not doing too much with ipypublish any more, as I'm now working on [myst-nb](https://myst-nb.readthedocs.io) and [jupyter-book](https://github.com/executablebooks/jupyter-book). So you...