JMSLab / Template

Template for research repository using scons.
9 stars 1 forks source link

PR for #88: Add latex template for slides #89

Closed ew487 closed 7 months ago

ew487 commented 8 months ago

Closes #88

In this issue, we added a LaTeX file with a basic beamer shell for slides to [/source/talk] in which we enable the option \setbeameroption{hide notes} by default. We added to the LaTeX builder a handout option similar to the one we have for LyX under the hood, which switches hide notes to show notes.

ew487 commented 8 months ago

@jmshapir I reverted the implementation to use the note command!

Do you want to use the same kind of input control as we did for the lyx handout? image I think this is causing some of the tests to fail...

ew487 commented 7 months ago

@jmshapir @rcalvo12 Thanks for your comments--I think I've addressed all of them now! If there is anything else, please let me know.

ew487 commented 7 months ago

@rcalvo12 Thanks for catching that! Added to the .gitignore in c61131e and removed in 361a934

ew487 commented 7 months ago

Summary here