SoftVarE-Group / SlideTemplate

A beamer latex template for slides and lectures at University of Ulm
Creative Commons Zero v1.0 Universal
13 stars 3 forks source link

feat: add demo slides for using beamer lectures #62

Closed Benno2000 closed 1 year ago

Benno2000 commented 1 year ago

I created some demo slides to illustrate how to use beamer lectures with the template.

tthuem commented 1 year ago

I guess we need at least three lecture parts to illustrate how it works (e.g., with includeonlylecture). Also, maketitle should be used for every lecture, ideally also with a different lecture title (e.g., subtitle).

Benno2000 commented 1 year ago

I updated the example slides for using lectures with our template:

Regarding the template, there are a few modifications in \AtBeginLecture:

tthuem commented 1 year ago

@Benno2000 The links in the PDF to other lectures do not work. Is it a problem on my end? Does it work on your setup?

tthuem commented 1 year ago

The overview slide still has a weird footer, but we can also fix that later: image

Benno2000 commented 1 year ago

@tthuem

The links in the PDF to other lectures do not work. Is it a problem on my end? Does it work on your setup?

When I tried it a few days ago, the links were not clickable within VS-Code but in Adobe Acrobat it worked fine. However it that does not work anymore now, too. I'll try to figure out what the issue is here.

The overview slide still has a weird footer, but we can also fix that later

That's right, I'd suggest to fix that in a separate issue. For now, we could just use [plain] for the overview slides, which looks better in my opinion anyway in this case.

Benno2000 commented 1 year ago

I fixed the lecture links by using \hyperlink instead of \href. Now they should be clickable.

tthuem commented 1 year ago

@Benno2000 Using [plain] for the overview slides sounds good, have not thought of that yet. Go ahead with the merge then.