File: Floats.zpts

package info (click to toggle)
plastex 3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,132 kB
  • sloc: python: 23,341; xml: 18,076; javascript: 7,755; ansic: 46; makefile: 40; sh: 26
file content (13 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: figure figure*
<div class="figure" tal:attributes="id self/title/id" tal:content="self">
</div>

name: table table*
<div class="table" tal:attributes="id self/title/id" tal:content="self">
</div>

name: marginpar
<p class="marginpar" tal:content="self/attributes/right">margin par</p>

name: caption
<div class="caption"><b tal:content="string:${self/title} ${self/ref}">Figure 1.1</b>: <span tal:content="self">Caption text</span></div>