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
|
# table-fct package
# Matthew Bertucci 4/23/2022 for v1.1
#include:xcolor
# loads table and dvipsnames options of xcolor
#include:graphicx
#include:pstricks
#include:pstricks-add
#include:xifthen
#include:environ
#include:xkeyval
#include:xargs
\begin{table-type1}{variable}{function}#\pictureHighlight
\begin{table-type1}[options%keyvals]{variable}{function}
\end{table-type1}
\colX{arg1}{arg2}{arg3}
\colND{arg}
\colNDV{arg}
\colV
\colC
\colD
\colCvx
\colCcv
\colIflx{arg}
\begin{table-type2}{variable}{function1}{function2}#\pictureHighlight
\begin{table-type2}[options%keyvals]{variable}{function1}{function2}
\end{table-type2}
\collX{arg1}{arg2}{arg3}
\collX[\Zro]{%<arg1%>}{%<arg2%>}{%<arg3%>}
\Zro#*
\collNd{arg1}{arg2}{arg3}
\collNdv{arg1}{arg2}{arg3}
\collND{arg}
\collNDV{arg}
\collV
\collC
\collD
\collCvx
\collCcv
\collIflx{arg}
\collCz{arg}
\collDz{arg}
\collCvxz{arg}
\collCcvz{arg}
#keyvals:\begin{table-type1},\begin{table-type2}
Xunit=##L
Yunit=##L
Scal=%<factor%>
Bcolor=#%color
#endkeyvals
\Bcolor#*
\Pos#*
\Scal#*
\TTpos#*
\Tpos#*
\Xunit#*
\Yunit#*
\Zro#*
\colF{arg1}{arg2}#*
\collF{arg1}{arg2}{arg3}#*
\linF#*
\linM#*
\linS#*
\linnF#*
\linnM#*
\linnS#*
# from table option of xcolor
#include:colortbl
\rowcolors{row}{odd-row-color}{even-row-color}
\rowcolors[commands]{row}{odd-row-color}{even-row-color}
\rowcolors{row}{color}{color}#S
\rowcolors[commands]{row}{color}{color}#S
\rowcolors*{row}{odd-row-color}{even-row-color}
\rowcolors*[commands]{row}{odd-row-color}{even-row-color}
\rowcolors*{row}{color}{color}#S
\rowcolors*[commands]{row}{color}{color}#S
\showrowcolors
\hiderowcolors
\rownum
# from dvipsnames option of xcolor
Apricot#B
Aquamarine#B
Bittersweet#B
Black#B
Blue#B
BlueGreen#B
BlueViolet#B
BrickRed#B
Brown#B
BurntOrange#B
CadetBlue#B
CarnationPink#B
Cerulean#B
CornflowerBlue#B
Cyan#B
Dandelion#B
DarkOrchid#B
Emerald#B
ForestGreen#B
Fuchsia#B
Goldenrod#B
Gray#B
Green#B
GreenYellow#B
JungleGreen#B
Lavender#B
LimeGreen#B
Magenta#B
Mahogany#B
Maroon#B
Melon#B
MidnightBlue#B
Mulberry#B
NavyBlue#B
OliveGreen#B
Orange#B
OrangeRed#B
Orchid#B
Peach#B
Periwinkle#B
PineGreen#B
Plum#B
ProcessBlue#B
Purple#B
RawSienna#B
Red#B
RedOrange#B
RedViolet#B
Rhodamine#B
RoyalBlue#B
RoyalPurple#B
RubineRed#B
Salmon#B
SeaGreen#B
Sepia#B
SkyBlue#B
SpringGreen#B
Tan#B
TealBlue#B
Thistle#B
Turquoise#B
Violet#B
VioletRed#B
White#B
WildStrawberry#B
Yellow#B
YellowGreen#B
YellowOrange#B
|