diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-15 22:21:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-15 22:21:18 +0000 |
commit | 55878e064383bce2af2958e726ba52aaab70e092 (patch) | |
tree | 24b02a7ae8e7e97a41cde8d4e708337a10fe810c /Master/texmf-dist/doc | |
parent | 2f87a75517240e5ab709d6cf869a5209863446e0 (diff) |
pdfpc (15nov20)
git-svn-id: svn://tug.org/texlive/trunk@56940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfpc/README.md | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf | bin | 172285 -> 173566 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex | 17 |
3 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfpc/README.md b/Master/texmf-dist/doc/latex/pdfpc/README.md index 15d8df9ba3b..36c6a8bb653 100644 --- a/Master/texmf-dist/doc/latex/pdfpc/README.md +++ b/Master/texmf-dist/doc/latex/pdfpc/README.md @@ -9,7 +9,6 @@ console (pdfpc) program. `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 diff --git a/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf b/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf Binary files differindex 9929c83f28b..775bed9e12f 100644 --- a/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf +++ b/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf diff --git a/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex b/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex index 3130ff0e806..59d80c44476 100644 --- a/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex +++ b/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex @@ -43,7 +43,7 @@ \title{The \sty{pdfpc} package \\ {\large\url{https://github.com/pdfpc/pdfpc}}} \author{Evgeny Stambulchik} -\date{2020/06/10 (v0.4.0)} +\date{2020/06/19 (v0.5.0)} \hypersetup{pdftitle={The pdfpc package}, pdfauthor={Evgeny Stambulchik}} @@ -66,8 +66,8 @@ GitHub}\footnote{\url{https://pdfpc.github.io/}}. It depends on the following packages: -\begin{multicols}{4}\sffamily\centering -kvoptions \\ xstring \\ pdfcomment \\ hyperxmp +\begin{multicols}{3}\sffamily\centering +kvoptions \\ xstring \\ hyperxmp \end{multicols} \section*{License} @@ -104,17 +104,18 @@ The following \param{options} may be given as comma-separated list: \item \texttt{lastminutes} \item \texttt{hidenotes} \item \texttt{overridenote} +\item \texttt{disablemarkdown} \item \texttt{defaulttransition} (needs pdfpc v4.5 or higher) \end{itemize} The meaning and possible values of most of these options are documented in \textit{pdfpcrc(5)} man page of the pdfpc program. The rest are explained below. -To add a note to a slide (must not be longer than one paragraph): - -{\leftskip2.5em% -\cmd{\pdfpcnote\{Text of a note\}} -}\par +To add a note to a slide, use \cmd{\pdfpcnote\{Text of a note\}}. A line break +in the body of the note can be inserted with \cmd{\\}. The notes are rendered +according to the Markdown syntax by default. If you prefer the plain text format +(which was the case with \texttt{pdfpc}-4.4 and below), use the +\texttt{disablemarkdown} option. The pdfpc package can be used standalone or together with beamer. In the later case, it may be desirable to continue using the \cmd{\note} |