Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use template due to Command \@iflatexlater and \wordboundary already defined errors #29

Open
jingxuanlim opened this issue May 31, 2022 · 0 comments

Comments

@jingxuanlim
Copy link

Hi, I'm trying to output a pdf from my jupyter notebook that looks better than the default template. nb_pdf_template looks more similar to the expected notebook view. Thanks for creating this nifty template!

This is the command I use: jupyter nbconvert --to latex --template classic --no-input [filename].ipynb. However, the command won't finish running with the following errors.

! LaTeX Error: Command \@iflatexlater already defined.
               Or name \end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.340 ...mand*\@iflatexlater{\@ifl@t@r\fmtversion}

?

! LaTeX Error: Command \wordboundary already defined.
               Or name \end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.343 ^^I    \newcommand{\wordboundary}{255}}

?

Any help/hints appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant