summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pdfpc/pdfpc.sty
blob: da5332312d50ff973211e81d747ae98ba59f0fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
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'.