summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/oberdiek/thepdfnumber.dtx
blob: 61eb42684c3ad81a2ca4289c6ac77b6c3233cb00 (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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
% \iffalse meta-comment
%
% File: thepdfnumber.dtx
% Version: 2016/05/16 v1.1
% Info: Print PDF numbers with minimal digits
%
% Copyright (C)
%    2011 Heiko Oberdiek
%    2016-2019 Oberdiek Package Support Group
%    https://github.com/ho-tex/oberdiek/issues
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3c of this license or (at your option) any later
% version. This version of this license is in
%    https://www.latex-project.org/lppl/lppl-1-3c.txt
% and the latest version of this license is in
%    https://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of
% LaTeX version 2005/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% The Current Maintainers of this work are
% Heiko Oberdiek and the Oberdiek Package Support Group
% https://github.com/ho-tex/oberdiek/issues
%
% The Base Interpreter refers to any `TeX-Format',
% because some files are installed in TDS:tex/generic//.
%
% This work consists of the main source file thepdfnumber.dtx
% and the derived files
%    thepdfnumber.sty, thepdfnumber.pdf, thepdfnumber.ins, thepdfnumber.drv,
%    thepdfnumber-test1.tex, thepdfnumber-test2.tex,
%    thepdfnumber-test3.tex.
%
% Distribution:
%    CTAN:macros/latex/contrib/oberdiek/thepdfnumber.dtx
%    CTAN:macros/latex/contrib/oberdiek/thepdfnumber.pdf
%
% Unpacking:
%    (a) If thepdfnumber.ins is present:
%           tex thepdfnumber.ins
%    (b) Without thepdfnumber.ins:
%           tex thepdfnumber.dtx
%    (c) If you insist on using LaTeX
%           latex \let\install=y\input{thepdfnumber.dtx}
%        (quote the arguments according to the demands of your shell)
%
% Documentation:
%    (a) If thepdfnumber.drv is present:
%           latex thepdfnumber.drv
%    (b) Without thepdfnumber.drv:
%           latex thepdfnumber.dtx; ...
%    The class ltxdoc loads the configuration file ltxdoc.cfg
%    if available. Here you can specify further options, e.g.
%    use A4 as paper format:
%       \PassOptionsToClass{a4paper}{article}
%
%    Programm calls to get the documentation (example):
%       pdflatex thepdfnumber.dtx
%       makeindex -s gind.ist thepdfnumber.idx
%       pdflatex thepdfnumber.dtx
%       makeindex -s gind.ist thepdfnumber.idx
%       pdflatex thepdfnumber.dtx
%
% Installation:
%    TDS:tex/generic/oberdiek/thepdfnumber.sty
%    TDS:doc/latex/oberdiek/thepdfnumber.pdf
%    TDS:source/latex/oberdiek/thepdfnumber.dtx
%
%<*ignore>
\begingroup
  \catcode123=1 %
  \catcode125=2 %
  \def\x{LaTeX2e}%
\expandafter\endgroup
\ifcase 0\ifx\install y1\fi\expandafter
         \ifx\csname processbatchFile\endcsname\relax\else1\fi
         \ifx\fmtname\x\else 1\fi\relax
\else\csname fi\endcsname
%</ignore>
%<*install>
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
\Msg{* Package: thepdfnumber 2016/05/16 v1.1 Print PDF numbers with minimal digits (HO)}
\Msg{************************************************************************}

\keepsilent
\askforoverwritefalse

\let\MetaPrefix\relax
\preamble

This is a generated file.

Project: thepdfnumber
Version: 2016/05/16 v1.1

Copyright (C)
   2011 Heiko Oberdiek
   2016-2019 Oberdiek Package Support Group

This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3c of this license or (at your option) any later
version. This version of this license is in
   https://www.latex-project.org/lppl/lppl-1-3c.txt
and the latest version of this license is in
   https://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of
LaTeX version 2005/12/01 or later.

This work has the LPPL maintenance status "maintained".

The Current Maintainers of this work are
Heiko Oberdiek and the Oberdiek Package Support Group
https://github.com/ho-tex/oberdiek/issues


The Base Interpreter refers to any `TeX-Format',
because some files are installed in TDS:tex/generic//.

This work consists of the main source file thepdfnumber.dtx
and the derived files
   thepdfnumber.sty, thepdfnumber.pdf, thepdfnumber.ins, thepdfnumber.drv,
   thepdfnumber-test1.tex, thepdfnumber-test2.tex,
   thepdfnumber-test3.tex.

\endpreamble
\let\MetaPrefix\DoubleperCent

\generate{%
  \file{thepdfnumber.ins}{\from{thepdfnumber.dtx}{install}}%
  \file{thepdfnumber.drv}{\from{thepdfnumber.dtx}{driver}}%
  \usedir{tex/generic/oberdiek}%
  \file{thepdfnumber.sty}{\from{thepdfnumber.dtx}{package}}%
%  \usedir{doc/latex/oberdiek/test}%
%  \file{thepdfnumber-test1.tex}{\from{thepdfnumber.dtx}{test1}}%
%  \file{thepdfnumber-test2.tex}{\from{thepdfnumber.dtx}{test2}}%
%  \file{thepdfnumber-test3.tex}{\from{thepdfnumber.dtx}{test2,active}}%
}

\catcode32=13\relax% active space
\let =\space%
\Msg{************************************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* file into a directory searched by TeX:}
\Msg{*}
\Msg{*     thepdfnumber.sty}
\Msg{*}
\Msg{* To produce the documentation run the file `thepdfnumber.drv'}
\Msg{* through LaTeX.}
\Msg{*}
\Msg{* Happy TeXing!}
\Msg{*}
\Msg{************************************************************************}

\endbatchfile
%</install>
%<*ignore>
\fi
%</ignore>
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{thepdfnumber.drv}%
  [2016/05/16 v1.1 Print PDF numbers with minimal digits (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}[2011/11/22]
\usepackage{csquotes}
\usepackage[
  backend=bibtex,
  bibencoding=ascii,
  alldates=iso,seconds=true,
]{biblatex}[2011/11/13]
\bibliography{oberdiek-source}
\begin{document}
  \DocInput{thepdfnumber.dtx}%
\end{document}
%</driver>
% \fi
%
%
%
% \GetFileInfo{thepdfnumber.drv}
%
% \title{The \xpackage{thepdfnumber} package}
% \date{2016/05/16 v1.1}
% \author{Heiko Oberdiek\thanks
% {Please report any issues at \url{https://github.com/ho-tex/oberdiek/issues}}}
%
% \maketitle
%
% \begin{abstract}
% The package converts real numbers to a minimal representation
% that is stripped from leading or trailing zeros,
% plus signs and decimal point if not necessary.
% \end{abstract}
%
% \tableofcontents
%
% \section{Documentation}
%
% \subsection{Introduction}
%
% Dealing with the PDF format, there is sometimes the need to write
% some low level PDF stuff. In case of numbers, the numbers can
% arise from user input (e.g. color or transparency specifications)
% or can be calculated. For example, \hologo{LaTeX}'s \cs{strip@pt}
% makes a good job to output a real number. It automatically suppresses
% the decimal part if the number is an integer. However it leaves
% a leading zero for numbers greater zero and smaller one.
% Thus the package provides macros that can be used with different
% formats, even with \hologo{iniTeX} and generates numbers that
% are valid numbers of the PDF format and whose length is minimal.
%
% \subsection{Usage}
%
% The package \xpackage{thepdfnumber} can be used with \hologo{LaTeX},
% \hologo{plainTeX} or even with \hologo{iniTeX}:
% \begin{quote}
%   |\RequirePackage{thepdfnumber}| \textit{\% \hologo{LaTeX}}\\
%   |\input thepdfnumber.sty| \textit{\% \hologo{plainTeX}/\hologo{iniTeX}}
% \end{quote}
% The package does not need and have package options.
%
% \subsection{User macros}
%
% All user macros are expandable in exact two expansion steps.
%
% \begin{declcs}{thepdfnumber} \M{number}
% \end{declcs}
% Macro \cs{thepdfnumber} takes a number
% as argument and expands to a minimal representation of that number.
% Some examples:
% \begin{quote}
% \begin{tabular}{r@{.: }>{\ttfamily}l@{ $\rightarrow$\ }>{\ttfamily}l@{}}
%   1& +123 & 123\\
%   2& --123 & 123\\
%   3& -01 & -1\\
%   4& 0045 & 45\\
%   5& 1.0 & 1\\
%   6& 1.20 & 1.2\\
%   7& 0.0 & 0\\
%   8& 0.78 & .78\\
%   9& +012.340 & 12.34\\
% \end{tabular}
% \end{quote}
% It reduces the length of the number representation:
% \begin{itemize}
% \item The signs are collapsed and only one minus sign
%   is output if the number is negative (see examples 1, 2, 3, 9).
% \item Leading zeros are removed (4, 8, 9) unless the number is zero (7).
% \item The decimal part is omitted, if the number is an integer (5, 7).
% \item Trailing zeros from the decimal part are stripped (5, 6, 7, 9).
% \end{itemize}
% The resulting number representation can be catched with one of the
% following Perl regular expressions:
% \begin{itemize}
% \item |^0$| (zero)
% \item |^-?[1-9][0-9]*$| (integer)
% \item |^-?[0-9]*\.[0-9]*[1-9]$| (real)
% \end{itemize}
% This is a valid numeric object of the PDF specification \cite[``7.3.3~Numeric Objects'']{pdfspec-iso32000-1}.
%
% \begin{declcs}{thepdfnumberNormZeroOne}
% \end{declcs}
% There are various places in the PDF specification where the
% number is in the domain 0.0 upto 1.0. Macro thepdfnumberNormZeroOne
% automatically adjusts the number to fit into that range. Negative
% numbers are mapped to |0| and numbers greater than one are
% replaced by |1|. Thus the result fits one of the following regular
% expressions:
% \begin{itemize}
% \item |^0$|
% \item |^\.[0-9]*[1-9]$|
% \item |^1$|
% \end{itemize}
% Examples:
% \begin{quote}
% \begin{tabular}{@{}>{\ttfamily}l@{ $\rightarrow$\ }>{\ttfamily}l@{}}
%   -456 & 0\\
%   -0.001 & 0\\
%   0.0 & 0\\
%   0.010 & .01\\
%   0.456 & .456\\
%   1.0 & 1\\
%   01.001 & 1\\
%   4 & 1\\
% \end{tabular}
% \end{quote}
%
% \subsection{Input number}
%
% The user macros expect a number as argument. The number can either
% be given explicitely or as macro that expands in one step
% to an explicite number, because the first token of the argument
% is expanded once.
%
% The explicite number consists of
% \begin{itemize}
% \item optional signs `\texttt{+}' and `\texttt{-}',
% \item digits `\texttt{0}' upto `\texttt{9}' and
% \item an optional dot `\texttt{.}'.
% \end{itemize}
% All tokens must have catcode 12 (other), the default catcodes
% for these characters in \hologo{LaTeX}, \hologo{plainTeX} or
% \hologo{iniTeX}. As Perl regular expression the number is expected
% in one of the following forms:
% \begin{itemize}
% \item |^[+-]*[0-9]+$|
% \item |^[+-]*[0-9]*\.[0-9]*$|
% \end{itemize}
% At least one digit or the dot must be present.
%
% \subsection{Error handling}
%
% The package is not intended for validating numbers or to
% decide if an argument is a number. Therefore it is an usage
% error to use the user macros with arguments that are not
% explicite numbers as specified in the previous sections.
% Nevertheless some error conditions are sometimes recognized.
% Errors are given in form of an undefined command sequence.
% It is the only way to notify \hologo{TeX} in expandable context.
% Expanding to some error text would invalidate the output.
% Currently the following errors are thrown:
% \begin{description}
% \item[\cs{thepdfnumber@ErrorEndMarker}:]
%   Internally the argument parsing uses an end marker that
%   is never called directly. If it is called with valid
%   user input, then this is a bug. Otherwise it means the user input
%   contains nasty stuff.
% \item[\cs{thepdfnumber@ErrorUnexpectedEnd}:] The macros expect at least one digit
%   or the dot, otherwise if the argument is empty or only contains
%   signs, then this error is called.
% \item[\cs{thepdfnumber@ErrorInvalidToken}:] It is called if the number
%   contains other tokens than signs, digits or the dot or the
%   token at the wrong place (e.g. a sign after a digit).
%   In case of \cs{thepdfnumberNormZeroOne} this error condition might
%   not always be detected, because the number parsing might stop
%   at an early point, when the result is already clear (e.g.
%   if the number is negative or will be greater than one).
% \item[Improper alphabetic constant:] This error might be
%   thrown by \hologo{TeX}, if the number contains
%   command tokens instead of characters.
% \end{description}
%
% \StopEventually{
% }
%
% \section{Implementation}
%
%    \begin{macrocode}
%<*package>
%    \end{macrocode}
%
% \subsection{Reload check and package identification}
%    Reload check, especially if the package is not used with \LaTeX.
%    \begin{macrocode}
\begingroup\catcode61\catcode48\catcode32=10\relax%
  \catcode13=5 % ^^M
  \endlinechar=13 %
  \catcode35=6 % #
  \catcode39=12 % '
  \catcode44=12 % ,
  \catcode45=12 % -
  \catcode46=12 % .
  \catcode58=12 % :
  \catcode64=11 % @
  \catcode123=1 % {
  \catcode125=2 % }
  \expandafter\let\expandafter\x\csname ver@thepdfnumber.sty\endcsname
  \ifx\x\relax % plain-TeX, first loading
  \else
    \def\empty{}%
    \ifx\x\empty % LaTeX, first loading,
      % variable is initialized, but \ProvidesPackage not yet seen
    \else
      \expandafter\ifx\csname PackageInfo\endcsname\relax
        \def\x#1#2{%
          \immediate\write-1{Package #1 Info: #2.}%
        }%
      \else
        \def\x#1#2{\PackageInfo{#1}{#2, stopped}}%
      \fi
      \x{thepdfnumber}{The package is already loaded}%
      \aftergroup\endinput
    \fi
  \fi
\endgroup%
%    \end{macrocode}
%    Package identification:
%    \begin{macrocode}
\begingroup\catcode61\catcode48\catcode32=10\relax%
  \catcode13=5 % ^^M
  \endlinechar=13 %
  \catcode35=6 % #
  \catcode39=12 % '
  \catcode40=12 % (
  \catcode41=12 % )
  \catcode44=12 % ,
  \catcode45=12 % -
  \catcode46=12 % .
  \catcode47=12 % /
  \catcode58=12 % :
  \catcode64=11 % @
  \catcode91=12 % [
  \catcode93=12 % ]
  \catcode123=1 % {
  \catcode125=2 % }
  \expandafter\ifx\csname ProvidesPackage\endcsname\relax
    \def\x#1#2#3[#4]{\endgroup
      \immediate\write-1{Package: #3 #4}%
      \xdef#1{#4}%
    }%
  \else
    \def\x#1#2[#3]{\endgroup
      #2[{#3}]%
      \ifx#1\@undefined
        \xdef#1{#3}%
      \fi
      \ifx#1\relax
        \xdef#1{#3}%
      \fi
    }%
  \fi
\expandafter\x\csname ver@thepdfnumber.sty\endcsname
\ProvidesPackage{thepdfnumber}%
  [2016/05/16 v1.1 Print PDF numbers with minimal digits (HO)]%
%    \end{macrocode}
%
% \subsection{Catcodes}
%
%    \begin{macrocode}
\begingroup\catcode61\catcode48\catcode32=10\relax%
  \catcode13=5 % ^^M
  \endlinechar=13 %
  \catcode123=1 % {
  \catcode125=2 % }
  \catcode64=11 % @
  \def\x{\endgroup
    \expandafter\edef\csname ThPdNu@AtEnd\endcsname{%
      \endlinechar=\the\endlinechar\relax
      \catcode13=\the\catcode13\relax
      \catcode32=\the\catcode32\relax
      \catcode35=\the\catcode35\relax
      \catcode61=\the\catcode61\relax
      \catcode64=\the\catcode64\relax
      \catcode123=\the\catcode123\relax
      \catcode125=\the\catcode125\relax
    }%
  }%
\x\catcode61\catcode48\catcode32=10\relax%
\catcode13=5 % ^^M
\endlinechar=13 %
\catcode35=6 % #
\catcode64=11 % @
\catcode123=1 % {
\catcode125=2 % }
\def\TMP@EnsureCode#1#2{%
  \edef\ThPdNu@AtEnd{%
    \ThPdNu@AtEnd
    \catcode#1=\the\catcode#1\relax
  }%
  \catcode#1=#2\relax
}
\TMP@EnsureCode{33}{12}% !
\TMP@EnsureCode{36}{3}% $
\TMP@EnsureCode{38}{4}% &
\TMP@EnsureCode{42}{12}% *
\TMP@EnsureCode{43}{12}% +
\TMP@EnsureCode{45}{12}% -
\TMP@EnsureCode{46}{12}% .
\TMP@EnsureCode{60}{12}% <
\TMP@EnsureCode{62}{12}% >
\TMP@EnsureCode{96}{12}% `
\edef\ThPdNu@AtEnd{\ThPdNu@AtEnd\noexpand\endinput}
%    \end{macrocode}
%
% \subsection{Helper macros}
%
%    \begin{macro}{\ThPdNu@FIN}
%    \begin{macrocode}
\def\ThPdNu@FIN{\thepdfnumber@ErrorEndMarker}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@space}
%    \begin{macrocode}
\def\ThPdNu@space{ }
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@zero}
%    \begin{macrocode}
\chardef\ThPdNu@zero=0 %
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@one}
%    \begin{macrocode}
\chardef\ThPdNu@one=1 %
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@firstoftwo}
%    \begin{macrocode}
\long\def\ThPdNu@firstoftwo#1#2{#1}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@secondoftwo}
%    \begin{macrocode}
\long\def\ThPdNu@secondoftwo#1#2{#2}
%    \end{macrocode}
%    \end{macro}
%
% \subsection{Detect \hologo{eTeX}}
%
%    \begin{macrocode}
\begingroup\expandafter\expandafter\expandafter\endgroup
\expandafter\ifx\csname detokenize\endcsname\relax
  \catcode`\&=14 %
  \catcode`\$=9 %
\else
  \catcode`\&=9 %
  \catcode`\$=14 %
\fi
%    \end{macrocode}
%
% \subsection{User macro \cs{thepdfnumber}}
%
%    \begin{macro}{\thepdfnumber}
%    \begin{macrocode}
\def\thepdfnumber#1{%
  \romannumeral
& \iftrue\expandafter\ThPdNu@State@Plus\expandafter\fi
& \detokenize\expandafter{#1}%
& \ThPdNu@FIN
$ \ifx\ThPdNu@FIN#1\ThPdNu@FIN
$   \expandafter\ThPdNu@firstoftwo
$ \else
$   \expandafter\ThPdNu@secondoftwo
$ \fi
$ {%
$   \ThPdNu@zero
$   0\thepdfnumber@ErrorUnexpectedEnd
$ }{%
$   \iftrue\expandafter\ThPdNu@State@Plus\expandafter\fi#1\ThPdNu@FIN
$ }%
}
%    \end{macrocode}
%    \end{macro}
%
% \subsubsection{State definitions for sign}
%
%    \begin{macro}{\ThPdNu@State@Plus}
%    \begin{macrocode}
\def\ThPdNu@State@Plus#1\fi#2{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#2%
           0%
&        \else\ifx-#2%
$        \else\ifnum`#2=45 % -
           1%
         \else\ifx0#2%
           2%
         \else\ifnum`#2>48 %
           \ifnum`#2<58 %
             3%
           \else
             9%
           \fi
&        \else\ifx.#2%
$        \else\ifnum`#2=46 % .
           4%
&        \else\ifx+#2%
$        \else\ifnum`#2=43 % +
           5%
         \else
           9%
         \fi\fi\fi\fi\fi\fi\ThPdNu@space
    \expandafter\ThPdNu@zero
    \expandafter0%
    \expandafter\thepdfnumber@ErrorUnexpectedEnd
  \or
    \ThPdNu@State@Minus
  \or
    \ThPdNu@State@SkipZeros!%
  \or
    \ThPdNu@State@Int!#2!%
  \or
    \ThPdNu@State@Dot!\ThPdNu@zero*\ThPdNu@zero!!%
  \or
    \ThPdNu@State@Plus
  \else
    \ThPdNu@ReturnError{0}%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@State@Minus}
%    \begin{macrocode}
\def\ThPdNu@State@Minus#1\fi#2{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#2%
           0%
         \else\ifx0#2%
           1%
         \else\ifnum`#2>48 %
           \ifnum`#2<58 %
             2%
           \else
             9%
           \fi
&        \else\ifx.#2%
$        \else\ifnum`#2=46 % .
           3%
&        \else\ifx-#2%
$        \else\ifnum`#2=45 % -
           4%
&        \else\ifx+#2%
$        \else\ifnum`#2=43 % +
           5%
         \else
           9%
         \fi\fi\fi\fi\fi\fi\ThPdNu@space
    \expandafter\ThPdNu@zero
    \expandafter0%
    \expandafter\thepdfnumber@ErrorUnexpectedEnd
  \or
    \ThPdNu@State@SkipZeros-!%
  \or
    \ThPdNu@State@Int-!#2!%
  \or
    \ThPdNu@State@Dot-!\ThPdNu@zero*\ThPdNu@zero!!%
  \or
    \ThPdNu@State@Plus
  \or
    \ThPdNu@State@Minus
  \else
    \ThPdNu@ReturnError{0}%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@ReturnError}
%    \begin{macrocode}
\def\ThPdNu@ReturnError#1#2\fi#3\ThPdNu@FIN{%
  \fi
  \ThPdNu@zero
  #1%
  \thepdfnumber@ErrorInvalidToken
}
%    \end{macrocode}
%    \end{macro}
%
% \subsubsection{State definitions for integer part}
%
%    \begin{macro}{\ThPdNu@State@SkipZeros}
%    \begin{macrocode}
\def\ThPdNu@State@SkipZeros#1!#2\fi#3{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#3%
           0%
         \else\ifx0#3%
           1%
         \else\ifnum`#3>48 %
           \ifnum`#3<58 %
             2%
           \else
             9%
           \fi
&        \else\ifx.#3%
$        \else\ifnum`#3=46 % .
           3%
         \else
           9%
         \fi\fi\fi\fi\ThPdNu@space
    \expandafter\ThPdNu@zero
    \expandafter0%
  \or
   \ThPdNu@State@SkipZeros#1!%
  \or
    \ThPdNu@State@Int#1!#3!%
  \or
    \ThPdNu@State@Dot#1!\ThPdNu@zero*\ThPdNu@zero!!%
  \else
    \ThPdNu@ReturnError{0}%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@State@Int}
%    \begin{macrocode}
\def\ThPdNu@State@Int#1!#2!#3\fi#4{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#4%
           0%
         \else\ifnum`#4>47 %
           \ifnum`#4<58 %
             1%
           \else
             9%
           \fi
&        \else\ifx.#4%
$        \else\ifnum`#4=46 % .
           2%
         \else
           9%
         \fi\fi\fi\ThPdNu@space
    \ThPdNu@ReturnInt{#1#2}%
  \or
    \ThPdNu@State@Int#1!#2#4!%
  \or
    \ThPdNu@State@Dot#1!\ThPdNu@one#2*\ThPdNu@zero!!%
  \else
    \ThPdNu@ReturnError{#1#2}%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@ReturnInt}
%    \begin{macrocode}
\def\ThPdNu@ReturnInt#1#2\fi{%
  \fi
  \ThPdNu@zero
  #1%
}
%    \end{macrocode}
%    \end{macro}
%
% \subsubsection{State definitions for decimal digits}
%
%    \begin{macro}{\ThPdNu@State@Dot}
%    \begin{macrocode}
\def\ThPdNu@State@Dot#1*#2#3!#4!#5\fi#6{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#6%
           0%
         \else\ifnum`#6>48 %
           \ifnum`#6<58 %
             1%
           \else
             9%
           \fi
         \else\ifx0#6%
           2%
         \else
           9%
         \fi\fi\fi\ThPdNu@space
    \ThPdNu@ReturnNumber#1*#2#3!%
  \or
    \ThPdNu@State@Dot#1*\ThPdNu@one#3#4#6!!%
  \or
    \ThPdNu@State@DotZero#1*#2#3!#4#6!%
  \else
    \ThPdNu@ReturnNumberInvalid#1*#2#3!%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@State@DotZero}
%    \begin{macrocode}
\def\ThPdNu@State@DotZero#1*#2#3!#4!#5\fi#6{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#6%
           0%
         \else\ifnum`#6>48 %
           \ifnum`#6<58 %
             1%
           \else
             9%
           \fi
         \else\ifx0#6%
           2%
         \else
           9%
         \fi\fi\fi\ThPdNu@space
    \ThPdNu@ReturnNumber#1*#2#3!%
  \or
    \ThPdNu@State@Dot#1*\ThPdNu@one#3#4#6!!%
  \or
    \ThPdNu@State@DotZero#1*#2#3!#4#6!%
  \else
    \ThPdNu@ReturnNumber#1*#2#3!%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@ReturnNumber}
%    \begin{macrocode}
\def\ThPdNu@ReturnNumber#1!#2#3*#4#5!#6\fi{%
  \fi
  \ifcase#2%
    \expandafter\ThPdNu@firstoftwo
  \else
    \expandafter\ThPdNu@secondoftwo
  \fi
  {%
    \ifcase#4%
      \expandafter\ThPdNu@firstoftwo
    \else
      \expandafter\ThPdNu@secondoftwo
    \fi
    {\ThPdNu@zero 0}%
    {\ThPdNu@zero #1.#5}%
  }{%
    \ifcase#4%
      \expandafter\ThPdNu@firstoftwo
    \else
      \expandafter\ThPdNu@secondoftwo
    \fi
    {\ThPdNu@zero #1#3}%
    {\ThPdNu@zero #1#3.#5}%
  }%
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@ReturnNumberInvalid}
%    \begin{macrocode}
\def\ThPdNu@ReturnNumberInvalid#1*#2!#3\fi#4\ThPdNu@FIN{%
  \fi
  \iftrue\ThPdNu@ReturnNumber#1*#2!\fi
  \thepdfnumber@ErrorInvalidToken
}
%    \end{macrocode}
%    \end{macro}
%
% \subsection{Norm macro}
%
%    \begin{macro}{\thepdfnumberNormZeroOne}
%    \begin{macrocode}
\def\thepdfnumberNormZeroOne#1{%
  \romannumeral
& \iftrue\expandafter\ThPbNu@StateN@Plus\expandafter\fi
& \detokenize\expandafter{#1}%
& \ThPdNu@FIN
$ \ifx\ThPdNu@FIN#1\ThPdNu@FIN
$   \expandafter\ThPdNu@firstoftwo
$ \else
$   \expandafter\ThPdNu@secondoftwo
$ \fi
$ {%
$   \ThPdNu@zero
$   0\thepdfnumber@ErrorUnexpectedEnd
$ }{%
$   \iftrue\expandafter\ThPbNu@StateN@Plus\expandafter\fi#1\ThPdNu@FIN
$ }%
}
%    \end{macrocode}
%    \end{macro}
%
% \subsubsection{State definitions for sign}
%
%    \begin{macro}{\ThPbNu@StateN@Plus}
%    \begin{macrocode}
\def\ThPbNu@StateN@Plus#1\fi#2{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#2%
           0%
&        \else\ifx-#2%
$        \else\ifnum`#2=45 % -
           1%
         \else\ifx0#2%
           2%
         \else\ifnum`#2>48 %
           \ifnum`#2<58 %
             3%
           \else
             9%
           \fi
&        \else\ifx.#2%
$        \else\ifnum`#2=46 % .
           4%
&        \else\ifx+#2%
$        \else\ifnum`#2=43 % +
           5%
         \else
           9%
         \fi\fi\fi\fi\fi\fi\ThPdNu@space
    \expandafter\ThPdNu@zero
    \expandafter0%
    \expandafter\thepdfnumber@ErrorUnexpectedEnd
  \or
    \ThPbNu@StateN@Minus
  \or
    \ThPbNu@StateN@SkipZeros
  \or
    \ThPdNu@ReturnAndSkip{1}%
  \or
    \ThPbNu@StateN@Dot\ThPdNu@zero!!%
  \or
    \ThPbNu@StateN@Plus
  \else
    \ThPdNu@ReturnError{0}%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPbNu@StateN@Minus}
%    \begin{macrocode}
\def\ThPbNu@StateN@Minus#1\fi#2{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#2%
           0%
         \else\ifnum`#2>47 %
           \ifnum`#2<58 %
             1%
           \else
             9%
           \fi
&        \else\ifx.#2%
$        \else\ifnum`#2=46 % .
           1%
&        \else\ifx-#2%
$        \else\ifnum`#2=45 % -
           2%
&        \else\ifx+#2%
$        \else\ifnum`#2=43 % +
           3%
         \else
           9%
         \fi\fi\fi\fi\fi\ThPdNu@space
    \expandafter\ThPdNu@zero
    \expandafter0%
    \expandafter\thepdfnumber@ErrorUnexpectedEnd
  \or
    \ThPdNu@ReturnAndSkip{0}%
  \or
    \ThPbNu@StateN@Plus
  \or
    \ThPbNu@StateN@Minus
  \else
    \ThPdNu@ReturnError{0}%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@ReturnAndSkip}
%    \begin{macrocode}
\def\ThPdNu@ReturnAndSkip#1#2\fi#3\ThPdNu@FIN{%
  \fi
  \ThPdNu@zero
  #1%
}
%    \end{macrocode}
%    \end{macro}
%
% \subsubsection{State definitions for integer part}
%
%    \begin{macro}{\ThPbNu@StateN@SkipZeros}
%    \begin{macrocode}
\def\ThPbNu@StateN@SkipZeros#1\fi#2{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#2%
           0%
         \else\ifx0#2%
           1%
         \else\ifnum`#2>48 %
           \ifnum`#2<58 %
             2%
           \else
             9%
           \fi
&        \else\ifx.#2%
$        \else\ifnum`#2=46 % .
           3%
         \else
           9%
         \fi\fi\fi\fi\ThPdNu@space
    \expandafter\ThPdNu@zero
    \expandafter0%
  \or
   \ThPbNu@StateN@SkipZeros%
  \or
    \ThPdNu@ReturnAndSkip{1}%
  \or
    \ThPbNu@StateN@Dot\ThPdNu@zero!!%
  \else
    \ThPdNu@ReturnError{0}%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
% \subsubsection{State definitions for decimal digits}
%
%    \begin{macro}{\ThPbNu@StateN@Dot}
%    \begin{macrocode}
\def\ThPbNu@StateN@Dot#1#2!#3!#4\fi#5{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#5%
           0%
         \else\ifnum`#5>48 %
           \ifnum`#5<58 %
             1%
           \else
             9%
           \fi
         \else\ifx0#5%
           2%
         \else
           9%
         \fi\fi\fi\ThPdNu@space
    \ThPdNu@ReturnFracNumber#1#2!%
  \or
    \ThPbNu@StateN@Dot\ThPdNu@one#2#3#5!!%
  \or
    \ThPbNu@StateN@DotZero#1#2!#3#5!%
  \else
    \ThPdNu@ReturnFracNumberInvalid#1#2!%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPbNu@StateN@DotZero}
%    \begin{macrocode}
\def\ThPbNu@StateN@DotZero#1#2!#3!#4\fi#5{%
  \fi
  \ifcase\ifx\ThPdNu@FIN#5%
           0%
         \else\ifnum`#5>48 %
           \ifnum`#5<58 %
             1%
           \else
             9%
           \fi
         \else\ifx0#5%
           2%
         \else
           9%
         \fi\fi\fi\ThPdNu@space
    \ThPdNu@ReturnFracNumber#1#2!%
  \or
    \ThPbNu@StateN@Dot\ThPdNu@one#2#3#5!!%
  \or
    \ThPbNu@StateN@DotZero#1#2!#3#5!%
  \else
    \ThPdNu@ReturnFracNumberInvalid#1#2!%
  \fi
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@ReturnFracNumber}
%    \begin{macrocode}
\def\ThPdNu@ReturnFracNumber#1#2!#3\fi{%
  \fi
  \ifcase#1%
    \expandafter\ThPdNu@firstoftwo
  \else
    \expandafter\ThPdNu@secondoftwo
  \fi
  {\ThPdNu@zero 0}%
  {\ThPdNu@zero .#2}%
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macro}{\ThPdNu@ReturnFracNumberInvalid}
%    \begin{macrocode}
\def\ThPdNu@ReturnFracNumberInvalid#1!#2\fi#3\ThPdNu@FIN{%
  \fi
  \iftrue\ThPdNu@ReturnFracNumber#1!\fi
  \thepdfnumber@ErrorInvalidToken
}
%    \end{macrocode}
%    \end{macro}
%
%    \begin{macrocode}
\ThPdNu@AtEnd%
%</package>
%    \end{macrocode}
%% \section{Installation}
%
% \subsection{Download}
%
% \paragraph{Package.} This package is available on
% CTAN\footnote{\CTANpkg{thepdfnumber}}:
% \begin{description}
% \item[\CTAN{macros/latex/contrib/oberdiek/thepdfnumber.dtx}] The source file.
% \item[\CTAN{macros/latex/contrib/oberdiek/thepdfnumber.pdf}] Documentation.
% \end{description}
%
%
% \paragraph{Bundle.} All the packages of the bundle `oberdiek'
% are also available in a TDS compliant ZIP archive. There
% the packages are already unpacked and the documentation files
% are generated. The files and directories obey the TDS standard.
% \begin{description}
% \item[\CTANinstall{install/macros/latex/contrib/oberdiek.tds.zip}]
% \end{description}
% \emph{TDS} refers to the standard ``A Directory Structure
% for \TeX\ Files'' (\CTANpkg{tds}). Directories
% with \xfile{texmf} in their name are usually organized this way.
%
% \subsection{Bundle installation}
%
% \paragraph{Unpacking.} Unpack the \xfile{oberdiek.tds.zip} in the
% TDS tree (also known as \xfile{texmf} tree) of your choice.
% Example (linux):
% \begin{quote}
%   |unzip oberdiek.tds.zip -d ~/texmf|
% \end{quote}
%
% \subsection{Package installation}
%
% \paragraph{Unpacking.} The \xfile{.dtx} file is a self-extracting
% \docstrip\ archive. The files are extracted by running the
% \xfile{.dtx} through \plainTeX:
% \begin{quote}
%   \verb|tex thepdfnumber.dtx|
% \end{quote}
%
% \paragraph{TDS.} Now the different files must be moved into
% the different directories in your installation TDS tree
% (also known as \xfile{texmf} tree):
% \begin{quote}
% \def\t{^^A
% \begin{tabular}{@{}>{\ttfamily}l@{ $\rightarrow$ }>{\ttfamily}l@{}}
%   thepdfnumber.sty & tex/generic/oberdiek/thepdfnumber.sty\\
%   thepdfnumber.pdf & doc/latex/oberdiek/thepdfnumber.pdf\\
%   thepdfnumber.dtx & source/latex/oberdiek/thepdfnumber.dtx\\
% \end{tabular}^^A
% }^^A
% \sbox0{\t}^^A
% \ifdim\wd0>\linewidth
%   \begingroup
%     \advance\linewidth by\leftmargin
%     \advance\linewidth by\rightmargin
%   \edef\x{\endgroup
%     \def\noexpand\lw{\the\linewidth}^^A
%   }\x
%   \def\lwbox{^^A
%     \leavevmode
%     \hbox to \linewidth{^^A
%       \kern-\leftmargin\relax
%       \hss
%       \usebox0
%       \hss
%       \kern-\rightmargin\relax
%     }^^A
%   }^^A
%   \ifdim\wd0>\lw
%     \sbox0{\small\t}^^A
%     \ifdim\wd0>\linewidth
%       \ifdim\wd0>\lw
%         \sbox0{\footnotesize\t}^^A
%         \ifdim\wd0>\linewidth
%           \ifdim\wd0>\lw
%             \sbox0{\scriptsize\t}^^A
%             \ifdim\wd0>\linewidth
%               \ifdim\wd0>\lw
%                 \sbox0{\tiny\t}^^A
%                 \ifdim\wd0>\linewidth
%                   \lwbox
%                 \else
%                   \usebox0
%                 \fi
%               \else
%                 \lwbox
%               \fi
%             \else
%               \usebox0
%             \fi
%           \else
%             \lwbox
%           \fi
%         \else
%           \usebox0
%         \fi
%       \else
%         \lwbox
%       \fi
%     \else
%       \usebox0
%     \fi
%   \else
%     \lwbox
%   \fi
% \else
%   \usebox0
% \fi
% \end{quote}
% If you have a \xfile{docstrip.cfg} that configures and enables \docstrip's
% TDS installing feature, then some files can already be in the right
% place, see the documentation of \docstrip.
%
% \subsection{Refresh file name databases}
%
% If your \TeX~distribution
% (\TeX\,Live, \mikTeX, \dots) relies on file name databases, you must refresh
% these. For example, \TeX\,Live\ users run \verb|texhash| or
% \verb|mktexlsr|.
%
% \subsection{Some details for the interested}
%
% \paragraph{Unpacking with \LaTeX.}
% The \xfile{.dtx} chooses its action depending on the format:
% \begin{description}
% \item[\plainTeX:] Run \docstrip\ and extract the files.
% \item[\LaTeX:] Generate the documentation.
% \end{description}
% If you insist on using \LaTeX\ for \docstrip\ (really,
% \docstrip\ does not need \LaTeX), then inform the autodetect routine
% about your intention:
% \begin{quote}
%   \verb|latex \let\install=y\input{thepdfnumber.dtx}|
% \end{quote}
% Do not forget to quote the argument according to the demands
% of your shell.
%
% \paragraph{Generating the documentation.}
% You can use both the \xfile{.dtx} or the \xfile{.drv} to generate
% the documentation. The process can be configured by the
% configuration file \xfile{ltxdoc.cfg}. For instance, put this
% line into this file, if you want to have A4 as paper format:
% \begin{quote}
%   \verb|\PassOptionsToClass{a4paper}{article}|
% \end{quote}
% An example follows how to generate the
% documentation with pdf\LaTeX:
% \begin{quote}
%\begin{verbatim}
%pdflatex thepdfnumber.dtx
%makeindex -s gind.ist thepdfnumber.idx
%pdflatex thepdfnumber.dtx
%makeindex -s gind.ist thepdfnumber.idx
%pdflatex thepdfnumber.dtx
%\end{verbatim}
% \end{quote}
%
% \printbibliography[
%   heading=bibnumbered,
% ]
%
% \begin{History}
%   \begin{Version}{2011/11/24 v1.0}
%   \item
%     First version.
%   \end{Version}
%   \begin{Version}{2016/05/16 v1.1}
%   \item
%     Documentation updates.
%   \end{Version}
% \end{History}
%
% \PrintIndex
%
% \Finale
\endinput