summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfpc-movie/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/pdfpc-movie/README.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/pdfpc-movie/README.md')
-rw-r--r--macros/latex/contrib/pdfpc-movie/README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/macros/latex/contrib/pdfpc-movie/README.md b/macros/latex/contrib/pdfpc-movie/README.md
new file mode 100644
index 0000000000..c8c3b70d1f
--- /dev/null
+++ b/macros/latex/contrib/pdfpc-movie/README.md
@@ -0,0 +1,36 @@
+# pdfpc-movie
+This package provides a `\pdfpcmovie` command for hyperlinking movies in a way compatible to the PDF Presenter Console (pdfpc), a GPL2 licensed multi-monitor PDF presentation viewer application [available on GitHub](http://pdfpc.github.io).
+
+
+
+### Dependencies
+`pdfpc-movie` depends on these packages:
+[`etoolbox`](https://ctan.org/pkg/etoolbox), [`hyperref`](https://ctan.org/pkg/hyperref) and [`pgfkeys`](https://ctan.org/pkg/pgfkeys)
+
+
+### Installation
+Extract the *package* file first:
+
+ 1. Run LaTeX over the file `pdfpc-movie.ins`
+ 2. Move the resulting `.sty` file to `TEXMF/tex/latex/pdfpc-movie/`
+
+Then, you can compile the *documentation* yourself by executing
+
+ lualatex pdfpc-movie-doc.dtx
+ makeindex -s gind.ist pdfpc-movie-doc.idx
+ makeindex -s gglo.ist -o pdfpc-movie-doc.gls pdfpc-movie-doc.glo
+ lualatex pdfpc-movie-doc.dtx
+ lualatex pdfpc-movie-doc.dtx
+
+
+or just use the precompiled documentation shipped with the source files.
+In both cases, copy the files `pdfpc-movie-doc.pdf` and `README.md` to `TEXMF/doc/latex/pdfpc-movie/`.
+
+
+
+### License
+LPPL 1.3c or any later version (available at [http://www.latex-project.org/lppl.txt](http://www.latex-project.org/lppl.txt "Show the current version of the LPPL"))
+
+This package is *maintained*. Current maintainer is [Sebastian Friedl](mailto:sfr682k@t-online.de).
+
+