diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfpc/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfpc/README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfpc/README.md b/Master/texmf-dist/doc/latex/pdfpc/README.md new file mode 100644 index 00000000000..15d8df9ba3b --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfpc/README.md @@ -0,0 +1,35 @@ +# pdfpc + +This packages allows to define additional meta data within +the PDF file which can be interpreted by the pdf presenter +console (pdfpc) program. + +## Dependencies + +`pdfpc` depends on these packages: +[`kvoptions`](https://ctan.org/pkg/kvoptions), +[`xstring`](https://ctan.org/pkg/xstring), +[`pdfcomment`](https://ctan.org/pkg/pdfcomment), +[`hyperxmp`](https://ctan.org/pkg/hyperxmp) + +## Usage + +It's best to read the [`pdfpc`](https://github.com/pdfpc/pdfpc) documentation +for `pdfpc` integration. + +## License + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + |