-
Notifications
You must be signed in to change notification settings - Fork 37
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
Non-Bullet Slide #167
Comments
Thanks for the kind words. The issue here is that - until now at least - I've used non-bulleted to denote slide notes. A very early decision and possibly the wrong one. So, yes, it should be an issue. 😀 It would be nice to be able to parse inline text as non-paragraph. Indeed I think that's what Agenda slides do - but that isn't an answer to your problem. It should be possible to do it in Python - but I think that's not a user-friendly solution. (I might expose a function, though.) One question: Could you alter your template to be bulletless? Probably not, but worthwhile my asking. |
In the code - currently at line 909 - I see the following useful code:
Proves it's doable - but how to control it? |
I've prototyped These are thoroughly subject to change. Probably to generalise them. So don't rely on them staying. Anyhow pushed. No harm to anybody who doesn't call them. 😀 |
Terrific this works, adding an example for others:
There is a minor issue with run-python. The slide is divided into two content regions, and in this case, the second content region is left blank. |
Thank you for the sample. Whether it remains as a function in this form remains to be seen. There is the possibility of generalising it. Also of using metadata (including dynamic metadata) to control this. But I'm inclined to leave these two functions in - as they're simple. |
I would use something like |
Refactored Added
removes the first and third bullets of the text box. Externals via metadata will use 1-indexing. Code pushed. |
Great tool! Latex/Beamer for Powerpoint!
Not sure if this should be classified as an issue, but I can't figure out how to add non-bulleted paragraphs to a slide? Even a way to hide the bullets would be sufficient. Perhaps I need to use the new runpython framework. Has anyone done something like this before? Thanks in advance
The text was updated successfully, but these errors were encountered: