Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
TeXhackse committed Oct 21, 2021
1 parent ef37684 commit 4b3e267
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
31 changes: 22 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# handoutWithNotes.sty
# handoutWithNotes.sty 2021/10/21 v1.0

Create Handouts with notes from your LaTeX beamer presentation.
This package provides pgfpages layouts to place notes next to the scaled slides.
By default the note area is empty providing rules for handwritten notes but with version 1.0 also beamer note pages can be used there.

–––––––––––––––––––––––––––––––––––––––––––––

Copyright (C) 2009–2018 by Guido Diepen <[email protected]>
Parts provided by Edson Valle
Copyright (C) 2021 Marei Peischl <[email protected]>

# Quickstart
***************************************************************************

This material is subject to the LaTeX Project Public License version 1.3c
or later. See http://www.latex-project.org/lppl.txt for details.

*************************************************************************

## Quickstart
To use this package load it in a document using beamer and select a layout:

Minimal example:
Expand Down Expand Up @@ -35,18 +46,20 @@ Additionally we support the following package options:
- `beamer-notes=true/false` use beamer notepages instead of the area for handwritten notes
- `lines=<Number>` modify the number of lines in the notesbox (default is 8)

Additionally the pgfpages options can be used.


# Documentation
## Documentation
A detailed documentation will follow but until this is done most information can be found in the blog post: https://www.guidodiepen.nl/2009/07/creating-latex-beamer-handouts-with-notes/

# Version History
## Version History
* v1.00 (2021-10-21) First CTAN Version
- add options to draw frames around the slides/notes
- add possibility to use beamer's note pages instead of empty ones
* 20180920 - Refactored to work with different slide sizes
* 20091202 - Added `1 on 1 with notes` layout, provided by Harald Welte
* 20091108 - Added `2 on 1 with notes landscape` layout, provided by Edson Valle
* 20091104 - Added `3 on 1 with notes` layout
* 20091104 - Added `2 on 1 with notes` layout
* 20091104 - Added `1 on 1 with notes landscape` layout, provided by Edson Valle
* 20091202 - Added `1 on 1 with notes` layout, provided by Harald Welte
* 20091108 - Added `2 on 1 with notes landscape` layout, provided by Edson Valle
* 20091104 - Added `3 on 1 with notes` layout
* 20091104 - Added `2 on 1 with notes` layout
* 20091104 - Added `1 on 1 with notes landscape` layout, provided by Edson Valle
* 20090101 - Initial Version
2 changes: 1 addition & 1 deletion handoutWithNotes.sty
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
%% ============================================================================
%%

\ProvidesPackage{handoutWithNotes}[2021/10/21 v1.0 pgfpages layouts tp print beamer slides with notes]
\ProvidesPackage{handoutWithNotes}[2021/10/21 v1.0 pgfpages layouts to print beamer slides with notes]
\RequirePackage{l3keys2e}
\ExplSyntaxOn
\keys_define:nn {handoutWithNotes} {
Expand Down

0 comments on commit 4b3e267

Please sign in to comment.