From 01d0d819f585f3b7f88e544cec22201385db44ea Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 13 Jun 2020 20:57:54 +0000 Subject: pdfpc (13jun20) git-svn-id: svn://tug.org/texlive/trunk@55536 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf | Bin 0 -> 172285 bytes Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex | 140 ++++++++++++++++++++++++ Master/texmf-dist/doc/latex/pdfpc/pdfpc.pdf | Bin 170447 -> 0 bytes 3 files changed, 140 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf create mode 100644 Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex delete mode 100644 Master/texmf-dist/doc/latex/pdfpc/pdfpc.pdf (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf b/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf new file mode 100644 index 00000000000..9929c83f28b Binary files /dev/null and b/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex b/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex new file mode 100644 index 00000000000..3130ff0e806 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfpc/pdfpc-doc.tex @@ -0,0 +1,140 @@ +% This file is part of pdfpc. +% Copyright (C) 2020 Evgeny Stambulchik +% +% 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. +% ------------------------------------------------------------------------------------------- +% +% Allow for defining some meta data and simple textual notes for use +% with the pdfpc presentation application . +% +% ------------------------------------------------------------------------------------------- +% +% Inspired by Carsten Brandt's . +% +% ------------------------------------------------------------------------------------------- +% +% Please report bugs and other problems as well as suggestions for improvements +% to the issue tracker at github +% +% ------------------------------------------------------------------------------------------- +\documentclass[11pt]{ltxdoc} + +\usepackage{iftex} + +\usepackage[english]{babel} + +\usepackage{hyperref} + +\newcommand*{\sty}[1]{\textsf{#1}} +\def\param#1{\textit{\rmfamily\mdseries\ensuremath{\langle}#1\ensuremath{\rangle}}} + + +\title{The \sty{pdfpc} package \\ {\large\url{https://github.com/pdfpc/pdfpc}}} +\author{Evgeny Stambulchik} +\date{2020/06/10 (v0.4.0)} + +\hypersetup{pdftitle={The pdfpc package}, pdfauthor={Evgeny Stambulchik}} + +\begin{document} +\maketitle +\thispagestyle{empty} + +\begin{abstract} +This package provides a convenient way to specify notes and to define certain +meta properties of the presentation when used with +\href{https://pdfpc.github.io/}{PDF Presenter Console (\texttt{pdfpc}), a +GPLv2+ licensed multi-monitor PDF presentation viewer application available on +GitHub}\footnote{\url{https://pdfpc.github.io/}}. +\end{abstract} + +\clearpage +\section*{Dependencies and other requirements} + +\sty{pdfpc} requires the use of \LaTeXe. + +It depends on the following packages: + +\begin{multicols}{4}\sffamily\centering +kvoptions \\ xstring \\ pdfcomment \\ hyperxmp +\end{multicols} + +\section*{License} + +\textcopyright\ 2020 Evgeny Stambulchik + +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 work consists of the following files: + +\begin{itemize} + \item "pdfpc.sty", + \item "pdfpc-doc.tex" + \item "pdfpc-doc.pdf" \emph{(compiled)} +\end{itemize} + +\clearpage + +\part{The documentation} +\section*{Loading \sty{pdfpc}} + +Load \sty{pdfpc} by adding \cmd{\usepackage\{pdfpc\}} to your preamble. + +The following \param{options} may be given as comma-separated list: + +\begin{itemize} +\item \texttt{duration} +\item \texttt{starttime} +\item \texttt{endtime} +\item \texttt{enduserslide} +\item \texttt{lastminutes} +\item \texttt{hidenotes} +\item \texttt{overridenote} +\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 + +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} +command. To this end, the \texttt{overridenote} option should be provided. +Please note though, that this will work only in simple cases. + +If you prefer using full-featured beamer notes rendered alongside the +presentation (\cmd{\setbeameroption\{show notes on second screen\}}), the pdfpc +package will autodetect it, so using the \texttt{--notes} command-line option is +unnecessary. To override the autodetection, use the \texttt{notesposition} +option, accepting the same values (right/left/top/bottom/none). + +When sharing slides, one may want to omit the (private) notes, by using the +\texttt{hidenotes} option. Enabling it together with \texttt{overridenote} will +disable the beamer notes as well. + +\StopEventually{% + \clearpage + \PrintChanges} +\clearpage + +\Finale +\end{document} diff --git a/Master/texmf-dist/doc/latex/pdfpc/pdfpc.pdf b/Master/texmf-dist/doc/latex/pdfpc/pdfpc.pdf deleted file mode 100644 index 275a168ac1e..00000000000 Binary files a/Master/texmf-dist/doc/latex/pdfpc/pdfpc.pdf and /dev/null differ -- cgit v1.2.3