Article mode #68
Replies: 3 comments 4 replies
-
Short answer: At the moment, the status is 'I'm not decided'. The main aim of working on At a conceptual level, I'm never really been convinced by Till's idea that you use one source for both a presentation and an article. I see the 'don't repeat yourself' idea but for me this is likely to be problematic with the different ways the two things should be structured. I'm also not sure about the whole But I'm not ruling it out: the code is relatively simple to write, and I can see that for some people my view my might not make sense. But there is quite a lot of work first for presentations themselves, so the priority here is bound to be lower. |
Beta Was this translation helpful? Give feedback.
-
Instead of ignoring everything outside of frames, you could wrap all the non-presentation content in an environment and then use something like the comments package to quickly toggle the environment on/off. |
Beta Was this translation helpful? Give feedback.
-
Just to note that the UK TUG workshop slides used However, that is the only project I've ever used this structure for, personally. It does work quite nicely in that case where you want exercises around the slides, sometimes with longer code excerpts. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are you planning to add support for the
ignorenonframetext
option from Beamer? This option ignores all text outside theframe
environment, except for a few selected commands. It makes it possible to write a source file that contains not only the slides themselves but also explanatory commentary. From that source, we can generate both a presentation and an article using thebeamerarticle
package. The resulting article can then be distributed as a handout summarizing the talk — and it’s also useful for people who weren’t present at the presentation. For example, here is a handout from my talk at last year's TUG conference.In this template, you can see how the files are structured. The content of the presentation is kept in a separate file, presentation.tex, and it's included from two different files: one for the slides and one for the handout. The resulting handout then looks like this.
Beta Was this translation helpful? Give feedback.
All reactions