We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@redraven984 opened ipython/ipython#9068
Hi All,
I'm trying to export a notebook with nbconvert to latex. How can I convert the code cells so that long code lines are wrapped?
My understanding is that if verbatim is switched to listings this can be done. However, I dont know what to do with commandchars if I switch.
Thanks for your help! and Im sorry about this basic question.
The text was updated successfully, but these errors were encountered:
@Carreau commented
That'a likely a jupyter/nbconvert issue, that can be done with custom templates. There is not easy option.
#141 should help.
Sorry, something went wrong.
@redraven984 commented
Thanks for getting back to me. Do you know what the 'commandchars' line does in verbatim?
commandchars
No, I havent touched verbatim in years, sorry.
verbatim
Duplicate of #202. Looks the issue migration script had an issue.
No branches or pull requests
@redraven984 opened ipython/ipython#9068
Hi All,
I'm trying to export a notebook with nbconvert to latex. How can I convert the code cells so that long code lines are wrapped?
My understanding is that if verbatim is switched to listings this can be done. However, I dont know what to do with commandchars if I switch.
Thanks for your help! and Im sorry about this basic question.
The text was updated successfully, but these errors were encountered: