Skip to content

Commit 0a4ca97

Browse files
committed
[tables] Remove some unused table macros.
Fixes #620.
1 parent 1a0dd18 commit 0a4ca97

File tree

1 file changed

+0
-148
lines changed

1 file changed

+0
-148
lines changed

source/tables.tex

Lines changed: 0 additions & 148 deletions
Original file line numberDiff line numberDiff line change
@@ -155,145 +155,6 @@
155155
\end{floattable}
156156
}
157157

158-
% usage: \begin{LibSynTab}{TITLE}{XREF}{COUNT}{LAYOUT}
159-
% produces table with COUNT columns. Used as base for description tables
160-
% for C library
161-
\newenvironment{LibSynTab}[4]
162-
{
163-
\begin{LibSynTabBase}{Header}{#1}{#2}{#3}{#4}
164-
}
165-
{
166-
\end{LibSynTabBase}
167-
}
168-
169-
% usage: \begin{LibSynTabAdd}{TITLE}{XREF}{COUNT}{LAYOUT}
170-
% produces table with COUNT columns. Used as base for description tables
171-
% for additions to C library
172-
\newenvironment{LibSynTabAdd}[4]
173-
{
174-
\begin{LibSynTabBase}{Additions to header}{#1}{#2}{#3}{#4}
175-
}
176-
{
177-
\end{LibSynTabBase}
178-
}
179-
180-
% usage: \begin{libsyntabN}{TITLE}{XREF}
181-
% \begin{libsyntabaddN}{TITLE}{XREF}
182-
% produces a table with N columns for C library description tables
183-
\newenvironment{libsyntab2}[2]
184-
{
185-
\begin{LibSynTab}{#1}{#2}{2}{ll}
186-
}
187-
{
188-
\end{LibSynTab}
189-
}
190-
191-
\newenvironment{libsyntab3}[2]
192-
{
193-
\begin{LibSynTab}{#1}{#2}{3}{lll}
194-
}
195-
{
196-
\end{LibSynTab}
197-
}
198-
199-
\newenvironment{libsyntab4}[2]
200-
{
201-
\begin{LibSynTab}{#1}{#2}{4}{llll}
202-
}
203-
{
204-
\end{LibSynTab}
205-
}
206-
207-
\newenvironment{libsyntab5}[2]
208-
{
209-
\begin{LibSynTab}{#1}{#2}{5}{lllll}
210-
}
211-
{
212-
\end{LibSynTab}
213-
}
214-
215-
\newenvironment{libsyntab6}[2]
216-
{
217-
\begin{LibSynTab}{#1}{#2}{6}{llllll}
218-
}
219-
{
220-
\end{LibSynTab}
221-
}
222-
223-
\newenvironment{libsyntabadd2}[2]
224-
{
225-
\begin{LibSynTabAdd}{#1}{#2}{2}{ll}
226-
}
227-
{
228-
\end{LibSynTabAdd}
229-
}
230-
231-
\newenvironment{libsyntabadd3}[2]
232-
{
233-
\begin{LibSynTabAdd}{#1}{#2}{3}{lll}
234-
}
235-
{
236-
\end{LibSynTabAdd}
237-
}
238-
239-
\newenvironment{libsyntabadd4}[2]
240-
{
241-
\begin{LibSynTabAdd}{#1}{#2}{4}{llll}
242-
}
243-
{
244-
\end{LibSynTabAdd}
245-
}
246-
247-
\newenvironment{libsyntabadd5}[2]
248-
{
249-
\begin{LibSynTabAdd}{#1}{#2}{5}{lllll}
250-
}
251-
{
252-
\end{LibSynTabAdd}
253-
}
254-
255-
\newenvironment{libsyntabadd6}[2]
256-
{
257-
\begin{LibSynTabAdd}{#1}{#2}{6}{llllll}
258-
}
259-
{
260-
\end{LibSynTabAdd}
261-
}
262-
263-
% usage: \begin{libsyntabfN}{TITLE}{XREF}
264-
% produces a fixed width table with N columns for C library description tables
265-
\newenvironment{libsyntabf2}[2]
266-
{
267-
\begin{LibSynTab}{#1}{#2}{2}{p{1in}p{4in}}
268-
}
269-
{
270-
\end{LibSynTab}
271-
}
272-
273-
\newenvironment{libsyntabf3}[2]
274-
{
275-
\begin{LibSynTab}{#1}{#2}{3}{p{1in}p{.9in}p{2.9in}}
276-
}
277-
{
278-
\end{LibSynTab}
279-
}
280-
281-
\newenvironment{libsyntabf5}[2]
282-
{
283-
\begin{LibSynTab}{#1}{#2}{5}{p{.9in}p{.9in}p{.9in}p{.9in}p{.9in}}
284-
}
285-
{
286-
\end{LibSynTab}
287-
}
288-
289-
\newenvironment{libsyntabf4}[2]
290-
{
291-
\begin{LibSynTab}{#1}{#2}{4}{p{1in}p{.9in}p{.9in}p{1.8in}}
292-
}
293-
{
294-
\end{LibSynTab}
295-
}
296-
297158
% usage: \begin{concepttable}{TITLE}{TAG}{LAYOUT}
298159
% produces table at current location
299160
\newenvironment{concepttable}[3]
@@ -463,15 +324,6 @@
463324
\end{LongTable}
464325
}
465326

466-
\newenvironment{libreqtab4}[2]
467-
{
468-
\begin{LongTable}
469-
{#1}{#2}
470-
}
471-
{
472-
\end{LongTable}
473-
}
474-
475327
\newenvironment{libreqtab4a}[2]
476328
{
477329
\begin{LongTable}

0 commit comments

Comments
 (0)