Blame docs/xhtml/manual/pi-dblatex_list-presentation.html

Packit Service 76cb02
Packit Service 76cb02
Packit Service 76cb02
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>dblatex list-presentation</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="DocBook to LaTeX Publishing" /><link rel="up" href="sec-pi-lists.html" title="Lists" /><link rel="prev" href="pi-dblatex_colwidth.html" title="dblatex colwidth" /></head><body>

dblatex list-presentation

<?dblatex

Packit Service 76cb02
             list-presentation?> — 
Packit Service 76cb02
    Specifies presentation style for a
Packit Service 76cb02
    segmentedlist

Synopsis

<?dblatex list-presentation="list|table" ?>

Description

Use the <?dblatex list-presentation?> PI

Packit Service 76cb02
    as a child of a segmentedlist to
Packit Service 76cb02
    control the presentation style for the list (to cause it, for
Packit Service 76cb02
    example, to be displayed as a table).

The value of list-presentation must be one of the

Packit Service 76cb02
    following:
Packit Service 76cb02
Packit Service 76cb02
    

list

Display as a term-by-term list. The

Packit Service 76cb02
	  segmentedlist's seg
Packit Service 76cb02
	  values are output like variablelist
Packit Service 76cb02
	  listitem values, one per line.  The
Packit Service 76cb02
	  segtitle values appear as
Packit Service 76cb02
	  variablelist terms
Packit Service 76cb02
	  values do.  Unlike a variablelist, the
Packit Service 76cb02
	  list is formatted without indentation.

table

Display as a table. The segtitle

Packit Service 76cb02
	  values are the column headings.

Packit Service 76cb02
    

Context

Recognized in the segmentedlist element.

See Also

Packit Service 76cb02
        

Packit Service 76cb02
        

  • Table presentation:

  • Packit Service 76cb02
            

    Packit Service 76cb02
            

    </body></html>