Skip to content

Commit c7db1db

Browse files
committed
[tables] Remove unused table macros
1 parent 3e71590 commit c7db1db

File tree

1 file changed

+0
-83
lines changed

1 file changed

+0
-83
lines changed

source/tables.tex

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -124,37 +124,6 @@
124124
\end{libsumtabbase}
125125
}
126126

127-
% usage: \begin{LibSynTab}{CAPTION}{TITLE}{XREF}{COUNT}{LAYOUT}
128-
% produces table with COUNT columns. Used as base for
129-
% C library description tables
130-
\newcounter{LibSynTabCols}
131-
\newcounter{LibSynTabWd}
132-
\newenvironment{LibSynTabBase}[5]
133-
{
134-
\setcounter{LibSynTabCols}{#4}
135-
\setcounter{LibSynTabWd}{#4}
136-
\addtocounter{LibSynTabWd}{-1}
137-
\newcommand{\centry}[1]{\textbf{##1}:}
138-
\newcommand{\macro}{\centry{Macro}}
139-
\newcommand{\macros}{\centry{Macros}}
140-
\newcommand{\function}{\centry{Function}}
141-
\newcommand{\functions}{\centry{Functions}}
142-
\newcommand{\mfunctions}{\centry{Math Functions}}
143-
\newcommand{\cfunctions}{\centry{Classification/comparison Functions}}
144-
\newcommand{\type}{\centry{Type}}
145-
\newcommand{\types}{\centry{Types}}
146-
\newcommand{\values}{\centry{Values}}
147-
\newcommand{\struct}{\centry{Struct}}
148-
\newcommand{\cspan}[1]{\multicolumn{\value{LibSynTabCols}}{|l|}{##1}}
149-
\begin{floattable}{#1 \tcode{<#2>} synopsis}{#3}
150-
{#5}
151-
\topline
152-
\lhdr{Type} & \rhdrx{\value{LibSynTabWd}}{Name(s)} \\ \capsep
153-
}
154-
{
155-
\end{floattable}
156-
}
157-
158127
% usage: \begin{concepttable}{TITLE}{TAG}{LAYOUT}
159128
% produces table at current location
160129
\newenvironment{concepttable}[3]
@@ -206,34 +175,11 @@
206175
\end{TableBase}
207176
}
208177

209-
% usage: \begin{twocol}{TITLE}{XREF}
210-
% produces a two-column breakable table. Used in
211-
% "simple-type-specifiers and the types they specify" in the standard.
212-
\newenvironment{twocol}[2]
213-
{
214-
\begin{concepttable}
215-
{#1}{#2}
216-
{ll}
217-
}
218-
{
219-
\end{LongTable}
220-
}
221-
222178
% usage: \begin{libreqtabN}{TITLE}{XREF}
223179
% produces an N-column breakable table. Used in
224180
% most of the library Clauses for requirements tables.
225181
% Example at "Position type requirements" in the standard.
226182

227-
\newenvironment{libreqtab1}[2]
228-
{
229-
\begin{LongTable}
230-
{#1}{#2}
231-
{x{.55\hsize}}
232-
}
233-
{
234-
\end{LongTable}
235-
}
236-
237183
\newenvironment{libreqtab2}[2]
238184
{
239185
\begin{LongTable}
@@ -284,26 +230,6 @@
284230
\end{LongTable}
285231
}
286232

287-
\newenvironment{libreqtab3c}[2]
288-
{
289-
\begin{LongTable}
290-
{#1}{#2}
291-
{x{.30\hsize}x{.25\hsize}x{.35\hsize}}
292-
}
293-
{
294-
\end{LongTable}
295-
}
296-
297-
\newenvironment{libreqtab3d}[2]
298-
{
299-
\begin{LongTable}
300-
{#1}{#2}
301-
{x{.32\hsize}x{.27\hsize}x{.36\hsize}}
302-
}
303-
{
304-
\end{LongTable}
305-
}
306-
307233
\newenvironment{libreqtab3e}[2]
308234
{
309235
\begin{LongTable}
@@ -459,15 +385,6 @@
459385
\end{LibEffTab}
460386
}
461387

462-
% Same as libefftabmean except that it uses a long table.
463-
\newenvironment{longlibefftabmean}[2]
464-
{
465-
\begin{longLibEffTab}{#1}{#2}{Meaning}{4.5in}
466-
}
467-
{
468-
\end{longLibEffTab}
469-
}
470-
471388
% usage: \begin{libefftabvalue}{TITLE}{XREF}
472389
% produces a two-column effects table with right column
473390
% header "Value", width 3 in. Used in "basic_ios::init() effects"

0 commit comments

Comments
 (0)