gdiepen / latexbeamer-handoutWithNotes

Create Handouts with notes from your Latexbeamer presentation
46 stars 17 forks source link

Update handoutWithNotes.sty #7

Closed ilippert closed 2 years ago

ilippert commented 4 years ago

added translation capacity for the "note" name - fixing https://github.com/gdiepen/latexbeamer-handoutWithNotes/issues/6

additional translations can simply be added in the pattern of

\DeclareTranslation{English}{notes-word}{Notes}
\DeclareTranslation{German}  {notes-word}{Notizen}
Chris00 commented 3 years ago

Alternative fix — using the package translator — in my fork.

TeXhackse commented 2 years ago

Since beamer is already loading translator I will cherry pick @Chris00 adjustment for this.

samcarter commented 2 years ago

@TeXhackse It is nice to see that this repo is no longer dead :)

samcarter commented 2 years ago

@TeXhackse Please let me know if you need anything from the beamer site to make your life easier with this package - it is a really useful package to have!

TeXhackse commented 2 years ago

@samcarter thanks I was thinking about the patch I currently added to the note pages because currently it's only possible to get one note page at a physical page with pgfpages. I patched this inside the package and after some more testing I would throw a PR to beamer to use the generic setup.

In case you already want to have a look feel free. Beside this everything is working fine so far. I created this mechanism for a specific template but thought it's better to release all these at once and @gdiepen luckily agreed with this :)