File: table.in.float.xml

package info (click to toggle)
dblatex 0.3.5-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,920 kB
  • ctags: 578
  • sloc: xml: 100,161; python: 5,530; makefile: 134; sh: 70
file content (23 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<refentry id="table.in.float">
  <refmeta>
    <refentrytitle>table.in.float</refentrytitle>
  </refmeta>
  <refnamediv>
    <refname><parameter>table.in.float</parameter></refname>
    <refpurpose>Use or emulate a float to display a formal table?</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <programlisting>
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="syn/table.in.float.xml"/>
    </programlisting>
  </refsynopsisdiv>
  <refsection>
    <title>Description</title>
    <para>Set to 0 the formal tables are no more put in table floats. They are
displayed with the longtable package, allowing to have formal tables covering
several pages (which is not possible with floats). The limitation is that the
title must necessarily be on the top of the table.</para>
  </refsection>
</refentry>