uwhpsc-2016 / homework1

Homework #1
1 stars 1 forks source link

Latex in Jupyter #54

Closed ckchmod closed 8 years ago

ckchmod commented 8 years ago

I'm working on putting a finishing touch on the report. As shown in class, I'm trying to use Jupyter, and export the Jupyter file as Latex PDF. But it seems like you can't edit the LaTeX itself in the markdown cells in Jupyter, is that correct?

For example, I would like to edit the space between the title and date, take out numbering in sections,add line breaks between paragraphs in markdown, etc... , but I'm not sure where you'd make those changes in Jupyter.

latex editing

mvelegar commented 8 years ago

@cswiercz could you comment on if and how this could be done?

cswiercz commented 8 years ago

I don't know how to edit the TeX file directly. One sufficient solution would be to rename your worksheet like so:

foo

Which results in the following document:

bar

ckchmod commented 8 years ago

I see. I'm not sure if I'll have time before submission to change the format, but thank you!