Skip to content

Commit

Permalink
release preparation for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TeXhackse committed Nov 7, 2021
1 parent 62e7263 commit 8a2e4e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# handoutWithNotes.sty 2021/10/21 v1.0
# handoutWithNotes.sty 2021/10/21 v1.1

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]>
Copyright (C) 2009–2018 by Guido Diepen <[email protected]>

Parts provided by Edson Valle

Copyright (C) 2021 Marei Peischl <[email protected]>

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

Expand Down Expand Up @@ -49,11 +49,11 @@ Additionally we support the following package options:
Additionally the pgfpages options can be used. for more detailed information use the pdf documentation.

## Version History
* v1.01 (2021-11-xx)
- use l3build
* v1.1 (2021-11-07)
- convert the sources for l3build including simple tests
- add support for graph ruled paper
- add pdf documentation
* v1.00 (2021-10-21) First CTAN Version
* v1.0 (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
Expand Down
6 changes: 4 additions & 2 deletions handoutWithNotes.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
% Right brace \} Tilde \~}
%
%
% \changes{1.1}{2021/11/05}{Converted to use l3build}
% \changes{1.1}{2021/11/07}{Converted to use l3build}
% \changes{1.1}{2021/11/07}{Add PDF documentation}
%
% \providecommand*{\url}{\texttt}
% \providecommand*\hook[1]{\texttt{#1}}
Expand Down Expand Up @@ -125,6 +126,7 @@
%
% \DescribeOption{lines} The \cs{lines} option accepts an integer value. It can be zero. The space between the lines will be filled. The size of the box will not change.
%
% \changes{1.1}{2021/11/07}{Add support for graph ruled paper}
% \DescribeOption{graph} The \cs{graph} option allows to switch from the ruled boxes to a graph ruled box layout. Here the scaling is done differently, because it might be usefull to select the size of the resulting grid manually. In case a boolean value is used for this opton it will simply switch between ruled and graph ruled paper layouts. The default grid size is 5mm. To change this size \cs{graph} also can accept dimen values like \cs{graph=1cm}. This size will be the resulting size. Conversion and scaling is done automatically.
%
% \DescribeOption{rule} The \cs{rule} option can be used to adjust the thickness of drawing for graph ruled paper. Please pay attention that this value depends on the scaling.
Expand Down Expand Up @@ -264,7 +266,7 @@
%<@@=handoutWithNotes>
% \end{macrocode}
% \begin{macrocode}
\ProvidesPackage{handoutWithNotes}[2021/10/21 v1.0
\ProvidesPackage{handoutWithNotes}[2021/11/07 v1.1
pgfpages layouts to print beamer slides with notes]
\RequirePackage{l3keys2e}
\ExplSyntaxOn
Expand Down

0 comments on commit 8a2e4e2

Please sign in to comment.