summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-25 01:22:00 +0000
committerKarl Berry <karl@freefriends.org>2020-02-25 01:22:00 +0000
commit149d9f3b39fc5846bb69c0f6917eec4d974f1e03 (patch)
tree2d00ad2b8867021ef3ac7b45fa3851c5335b9430 /Master/texmf-dist/tex
parent17ea4c24b987d526d95d6b72406341fab755b78d (diff)
pdfpc (25feb20)
git-svn-id: svn://tug.org/texlive/trunk@53902 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty140
1 files changed, 140 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty b/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty
new file mode 100644
index 00000000000..da5332312d5
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty
@@ -0,0 +1,140 @@
+%%
+%% This is file `pdfpc.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% pdfpc.dtx (with options: `pdfpc.sty,package')
+%% pdfpc.dtx
+%% Copyright (C) 2020 Evgeny Stambulchik
+%%
+%% This file is part of pdfpc.
+%%
+%% 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.
+%%
+%% This work consists of the files pdfpc.dtx, pdfpc.ins, and the derived file
+%% pdfpc.sty
+%%
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+\ProvidesPackage{pdfpc}[2019/12/03 v0.2 PDFPC]
+\NeedsTeXFormat{LaTeX2e}
+\RequirePackage{kvoptions}
+\RequirePackage{xstring}
+\RequirePackage{pdfcomment}
+\RequirePackage{hyperxmp}
+\SetupKeyvalOptions{
+ family=PDFPC,
+ prefix=PDFPC@
+}
+\DeclareStringOption{duration}
+\DeclareStringOption{starttime}
+\DeclareStringOption{endtime}
+\DeclareStringOption{enduserslide}
+\DeclareStringOption{lastminutes}
+\DeclareBoolOption{overridenote}
+\DeclareStringOption{notesposition}
+\DeclareDefaultOption{\@unknownoptionerror}
+\ProcessKeyvalOptions*
+\ifx\PDFPC@duration\@empty
+\else
+ \IfInteger{\PDFPC@duration}{}
+ {\PackageWarningNoLine{pdfpc}{`duration' should be an integer}}%
+\fi
+\ifx\PDFPC@duration\@empty
+\ifx\PDFPC@enduserslide\@empty
+\else
+ \IfInteger{\PDFPC@enduserslide}{}
+ {\PackageWarningNoLine{pdfpc}{`enduserslide' should be an integer}}%
+\fi
+\ifx\PDFPC@duration\@empty
+\ifx\PDFPC@lastminutes\@empty
+\else
+ \IfInteger{\PDFPC@lastminutes}{}
+ {\PackageWarningNoLine{pdfpc}{`lastminutes' should be an integer}}%
+\fi
+\ifPDFPC@overridenote
+ \renewcommand{\note}[2][]{%
+ \IfStrEq{#1}{item}%
+ % Imitate a bullet
+ {\pdfpcnote{* #2}}%
+ {\pdfpcnote{#2}}%
+ }%
+\fi
+\def\pdfpc@notespositionauto{auto}%
+\ifx\PDFPC@notesposition\@empty%
+ \def\PDFPC@notesposition{auto}%
+\fi%
+\ifx\PDFPC@notesposition\pdfpc@notespositionauto%
+ \def\PDFPC@notesposition{none}%
+ \def\pdfpc@onepaperheight{\paperheight}%
+ \def\pdfpc@twopaperheight{2\paperheight}%
+ \def\pdfpc@onepaperwidth{\paperwidth}%
+ \def\pdfpc@twopaperwidth{2\paperwidth}%
+ \def\pdfpc@pagecenter{\pgfpoint{.5\paperwidth}{.5\paperheight}}%
+
+ \ifx\pgfpageoptiontwoheight\pdfpc@onepaperheight%
+ \ifx\pgfpageoptiontwowidth\pdfpc@twopaperwidth%
+ \ifx\pgfpageoptionfirstcenter\pdfpc@pagecenter%
+ \def\PDFPC@notesposition{right}%
+ \else%
+ \def\PDFPC@notesposition{left}%
+ \fi%
+ \fi%
+ \fi%
+ \ifx\pgfpageoptiontwoheight\pdfpc@twopaperheight%
+ \ifx\pgfpageoptiontwowidth\pdfpc@onepaperwidth%
+ \ifx\pgfpageoptionfirstcenter\pdfpc@pagecenter%
+ \def\PDFPC@notesposition{top}%
+ \else%
+ \def\PDFPC@notesposition{bottom}%
+ \fi%
+ \fi%
+ \fi%
+\fi%
+\newcommand*{\pdfpc@schema}{%
+ \hyxmp@add@to@xml{%
+______<rdf:Description xmlns:pdfpc="https://github.com/pdfpc/pdfpc">^^J%
+ }%
+ \hyxmp@add@simple{pdfpc:Duration}{\PDFPC@duration}%
+ \hyxmp@add@simple{pdfpc:StartTime}{\PDFPC@starttime}%
+ \hyxmp@add@simple{pdfpc:EndTime}{\PDFPC@endtime}%
+ \hyxmp@add@simple{pdfpc:EndUserSlide}{\PDFPC@enduserslide}%
+ \hyxmp@add@simple{pdfpc:LastMinutes}{\PDFPC@lastminutes}%
+ \hyxmp@add@simple{pdfpc:NotesPosition}{\PDFPC@notesposition}%
+ \hyxmp@add@to@xml{%
+______</rdf:Description>^^J%
+ }%
+}
+\let\oldhyxmp@pdf@schema\hyxmp@pdf@schema
+\renewcommand{\hyxmp@pdf@schema}{{\oldhyxmp@pdf@schema}{\pdfpc@schema}}
+
+\newcommand{\pdfpcnote}[1]{\pdfmargincomment{#1}}
+\endinput
+%%
+%% End of file `pdfpc.sty'.