Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d213d3

Browse files
committed
When the text of a table cell should be wrapped, used a "p" column.
1 parent 2b8c95e commit 0d213d3

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

Doc/lib/libcd.tex

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ \subsection{Parser Objects}
253253
for this \var{type} of callback. The type of the data depends on the
254254
\var{type} of callback as follows:
255255

256-
\begin{tableii}{|l|l|}{code}{Type}{Value}
256+
\begin{tableii}{|l|p{4in}|}{code}{Type}{Value}
257257
\lineii{audio}{String which can be passed unmodified to
258258
\function{al.writesamps()}.}
259259
\lineii{pnum}{Integer giving the program (track) number.}
@@ -265,10 +265,9 @@ \subsection{Parser Objects}
265265
\lineii{catalog}{String of 13 characters, giving the catalog number
266266
of the CD.}
267267
\lineii{ident}{String of 12 characters, giving the ISRC
268-
identification number of the recording. \\
269-
&The string consists of two characters country code, three characters
270-
owner code, \\
271-
&two characters giving the year, and five characters giving a serial number.}
268+
identification number of the recording. The string consists of two
269+
characters country code, three characters owner code, two characters
270+
giving the year, and five characters giving a serial number.}
272271
\lineii{control}{Integer giving the control bits from the CD
273272
subcode data}
274273
\end{tableii}

Doc/libcd.tex

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ \subsection{Parser Objects}
253253
for this \var{type} of callback. The type of the data depends on the
254254
\var{type} of callback as follows:
255255

256-
\begin{tableii}{|l|l|}{code}{Type}{Value}
256+
\begin{tableii}{|l|p{4in}|}{code}{Type}{Value}
257257
\lineii{audio}{String which can be passed unmodified to
258258
\function{al.writesamps()}.}
259259
\lineii{pnum}{Integer giving the program (track) number.}
@@ -265,10 +265,9 @@ \subsection{Parser Objects}
265265
\lineii{catalog}{String of 13 characters, giving the catalog number
266266
of the CD.}
267267
\lineii{ident}{String of 12 characters, giving the ISRC
268-
identification number of the recording. \\
269-
&The string consists of two characters country code, three characters
270-
owner code, \\
271-
&two characters giving the year, and five characters giving a serial number.}
268+
identification number of the recording. The string consists of two
269+
characters country code, three characters owner code, two characters
270+
giving the year, and five characters giving a serial number.}
272271
\lineii{control}{Integer giving the control bits from the CD
273272
subcode data}
274273
\end{tableii}

0 commit comments

Comments
 (0)