blob: af2943912a3266cf6e3d0c454abc4946239d942f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# notebeamer
The `notebeamer` package provides a method for inputting slides on note
papers quickly.
Basic Usage
-----------
The package provides the `\includebeamer` macro
\includebeamer [<keyvals>] {<filename>} [<keyvals>]
to set the format that how the slides is arranged on note papers.
See `notebeamer.pdf` for more. Happy TeXing!
Copyright and License
---------------------
Copyright (C) 2023-2025 by Mingyu Xia <myhsia@outlook.com>
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
license or (at your option) any later version. The latest version
of this license is in the file
http://www.latex-project.org/lppl.txt
This work has the LPPL maintenance status `maintained`.
The Current Maintainer of this work is Mingyu Xia.
This work consists of the files notebeamer.dtx,
and the derived files notebeamer.ins,
notebeamer.sty,
notebeamer.pdf,
and README.md (this file).
|