The JadeTeX macros appear to have problems dealing with footnotes in tables.
Rather than delay any longer for a fix from Sebastien Rahtz (my TeX is not up to fixing it, natch) replace footnotes in tables with <note>...</note> after the table. When the JadeTeX macros DTRT, this change can be reverted.
This commit is contained in:
parent
766418a2fa
commit
7e09961472
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4089
6 changed files with 57 additions and 48 deletions
en/handbook
en_US.ISO8859-1/books/handbook
en_US.ISO_8859-1/books/handbook
|
@ -497,11 +497,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>Rated CPU MHz</entry>
|
<entry>Rated CPU MHz</entry>
|
||||||
<entry>External Clock and Memory Bus MHz<footnote>
|
<entry>External Clock and Memory Bus MHz</entry>
|
||||||
<para>66MHz may actually be 66.667MHz, but don't
|
|
||||||
assume so.</para>
|
|
||||||
</footnote>
|
|
||||||
</entry>
|
|
||||||
<entry>External to Internal Clock Multiplier</entry>
|
<entry>External to Internal Clock Multiplier</entry>
|
||||||
<entry>PCI Bus Clock MHz</entry>
|
<entry>PCI Bus Clock MHz</entry>
|
||||||
</row>
|
</row>
|
||||||
|
@ -537,12 +533,7 @@
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>100</entry>
|
<entry>100</entry>
|
||||||
<entry>50<footnote>
|
<entry>50</entry>
|
||||||
<para>The Pentium 100 can be run at either 50MHz
|
|
||||||
external clock with a multiplier of 2 or at 66MHz
|
|
||||||
and a multipler of 1.5</para>
|
|
||||||
</footnote>
|
|
||||||
</entry>
|
|
||||||
<entry>2</entry>
|
<entry>2</entry>
|
||||||
<entry>25</entry>
|
<entry>25</entry>
|
||||||
</row>
|
</row>
|
||||||
|
@ -612,7 +603,16 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>66MHz may actually be 66.667MHz, but don't assume
|
||||||
|
so.</para>
|
||||||
|
|
||||||
|
<para>The Pentium 100 can be run at either 50MHz external
|
||||||
|
clock with a multiplier of 2 or at 66MHz and a multiplier
|
||||||
|
of 1.5.</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<para>As can be seen the best parts to be using are the 100,
|
<para>As can be seen the best parts to be using are the 100,
|
||||||
133, 166, 200 and 233, with the exception that at a multiplier
|
133, 166, 200 and 233, with the exception that at a multiplier
|
||||||
of 3 or more the CPU starves for memory.</para>
|
of 3 or more the CPU starves for memory.</para>
|
||||||
|
|
|
@ -291,9 +291,7 @@
|
||||||
<entry>8</entry>
|
<entry>8</entry>
|
||||||
<entry>connects to</entry>
|
<entry>connects to</entry>
|
||||||
<entry>4</entry>
|
<entry>4</entry>
|
||||||
<entry>RTS<footnote>
|
<entry>RTS</entry>
|
||||||
<para>Connect pins 4 to 5 internally in the
|
|
||||||
connector hood, and then to pin 8 in the remote hood.</para></footnote></entry>
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
@ -314,7 +312,12 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>For DCD to RTS, connect pins 4 to 5 internally in the
|
||||||
|
connector hood, and then to pin 8 in the remote
|
||||||
|
hood.</para>
|
||||||
|
</note>
|
||||||
</sect4>
|
</sect4>
|
||||||
|
|
||||||
<sect4 id="term-std">
|
<sect4 id="term-std">
|
||||||
|
|
|
@ -497,11 +497,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>Rated CPU MHz</entry>
|
<entry>Rated CPU MHz</entry>
|
||||||
<entry>External Clock and Memory Bus MHz<footnote>
|
<entry>External Clock and Memory Bus MHz</entry>
|
||||||
<para>66MHz may actually be 66.667MHz, but don't
|
|
||||||
assume so.</para>
|
|
||||||
</footnote>
|
|
||||||
</entry>
|
|
||||||
<entry>External to Internal Clock Multiplier</entry>
|
<entry>External to Internal Clock Multiplier</entry>
|
||||||
<entry>PCI Bus Clock MHz</entry>
|
<entry>PCI Bus Clock MHz</entry>
|
||||||
</row>
|
</row>
|
||||||
|
@ -537,12 +533,7 @@
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>100</entry>
|
<entry>100</entry>
|
||||||
<entry>50<footnote>
|
<entry>50</entry>
|
||||||
<para>The Pentium 100 can be run at either 50MHz
|
|
||||||
external clock with a multiplier of 2 or at 66MHz
|
|
||||||
and a multipler of 1.5</para>
|
|
||||||
</footnote>
|
|
||||||
</entry>
|
|
||||||
<entry>2</entry>
|
<entry>2</entry>
|
||||||
<entry>25</entry>
|
<entry>25</entry>
|
||||||
</row>
|
</row>
|
||||||
|
@ -612,7 +603,16 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>66MHz may actually be 66.667MHz, but don't assume
|
||||||
|
so.</para>
|
||||||
|
|
||||||
|
<para>The Pentium 100 can be run at either 50MHz external
|
||||||
|
clock with a multiplier of 2 or at 66MHz and a multiplier
|
||||||
|
of 1.5.</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<para>As can be seen the best parts to be using are the 100,
|
<para>As can be seen the best parts to be using are the 100,
|
||||||
133, 166, 200 and 233, with the exception that at a multiplier
|
133, 166, 200 and 233, with the exception that at a multiplier
|
||||||
of 3 or more the CPU starves for memory.</para>
|
of 3 or more the CPU starves for memory.</para>
|
||||||
|
|
|
@ -291,9 +291,7 @@
|
||||||
<entry>8</entry>
|
<entry>8</entry>
|
||||||
<entry>connects to</entry>
|
<entry>connects to</entry>
|
||||||
<entry>4</entry>
|
<entry>4</entry>
|
||||||
<entry>RTS<footnote>
|
<entry>RTS</entry>
|
||||||
<para>Connect pins 4 to 5 internally in the
|
|
||||||
connector hood, and then to pin 8 in the remote hood.</para></footnote></entry>
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
@ -314,7 +312,12 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>For DCD to RTS, connect pins 4 to 5 internally in the
|
||||||
|
connector hood, and then to pin 8 in the remote
|
||||||
|
hood.</para>
|
||||||
|
</note>
|
||||||
</sect4>
|
</sect4>
|
||||||
|
|
||||||
<sect4 id="term-std">
|
<sect4 id="term-std">
|
||||||
|
|
|
@ -497,11 +497,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>Rated CPU MHz</entry>
|
<entry>Rated CPU MHz</entry>
|
||||||
<entry>External Clock and Memory Bus MHz<footnote>
|
<entry>External Clock and Memory Bus MHz</entry>
|
||||||
<para>66MHz may actually be 66.667MHz, but don't
|
|
||||||
assume so.</para>
|
|
||||||
</footnote>
|
|
||||||
</entry>
|
|
||||||
<entry>External to Internal Clock Multiplier</entry>
|
<entry>External to Internal Clock Multiplier</entry>
|
||||||
<entry>PCI Bus Clock MHz</entry>
|
<entry>PCI Bus Clock MHz</entry>
|
||||||
</row>
|
</row>
|
||||||
|
@ -537,12 +533,7 @@
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>100</entry>
|
<entry>100</entry>
|
||||||
<entry>50<footnote>
|
<entry>50</entry>
|
||||||
<para>The Pentium 100 can be run at either 50MHz
|
|
||||||
external clock with a multiplier of 2 or at 66MHz
|
|
||||||
and a multipler of 1.5</para>
|
|
||||||
</footnote>
|
|
||||||
</entry>
|
|
||||||
<entry>2</entry>
|
<entry>2</entry>
|
||||||
<entry>25</entry>
|
<entry>25</entry>
|
||||||
</row>
|
</row>
|
||||||
|
@ -612,7 +603,16 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>66MHz may actually be 66.667MHz, but don't assume
|
||||||
|
so.</para>
|
||||||
|
|
||||||
|
<para>The Pentium 100 can be run at either 50MHz external
|
||||||
|
clock with a multiplier of 2 or at 66MHz and a multiplier
|
||||||
|
of 1.5.</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<para>As can be seen the best parts to be using are the 100,
|
<para>As can be seen the best parts to be using are the 100,
|
||||||
133, 166, 200 and 233, with the exception that at a multiplier
|
133, 166, 200 and 233, with the exception that at a multiplier
|
||||||
of 3 or more the CPU starves for memory.</para>
|
of 3 or more the CPU starves for memory.</para>
|
||||||
|
|
|
@ -291,9 +291,7 @@
|
||||||
<entry>8</entry>
|
<entry>8</entry>
|
||||||
<entry>connects to</entry>
|
<entry>connects to</entry>
|
||||||
<entry>4</entry>
|
<entry>4</entry>
|
||||||
<entry>RTS<footnote>
|
<entry>RTS</entry>
|
||||||
<para>Connect pins 4 to 5 internally in the
|
|
||||||
connector hood, and then to pin 8 in the remote hood.</para></footnote></entry>
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
@ -314,7 +312,12 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>For DCD to RTS, connect pins 4 to 5 internally in the
|
||||||
|
connector hood, and then to pin 8 in the remote
|
||||||
|
hood.</para>
|
||||||
|
</note>
|
||||||
</sect4>
|
</sect4>
|
||||||
|
|
||||||
<sect4 id="term-std">
|
<sect4 id="term-std">
|
||||||
|
|
Loading…
Reference in a new issue