File: invfo1.out

package info (click to toggle)
texlive-lang 2014.20141024-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,003,116 kB
  • ctags: 12,320
  • sloc: perl: 42,934; xml: 18,105; makefile: 4,433; ansic: 2,845; sh: 2,631; python: 1,398; ruby: 674; awk: 636; lisp: 603; java: 159; sed: 142
file content (50 lines) | stat: -rw-r--r-- 1,733 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<fo:page-sequence font-family="serif" font-size="12pt"
  margin-top="15mm" margin-bottom="15mm" margin-left="15mm"
  margin-right="15mm" page-width="120mm" id="pageseq"
  xmlns:fo="http://www.w3.org/XSL/Format/1.0">

<fo:block font-family="sans-serif" font-size="24pt" 
          font-weight="bold"       text-align="center">
  INVITATION
</fo:block>

<fo:list label-width="2cm">
  <fo:list-item id="listto">
    <fo:list-item-label font-style="italic">To:</fo:list-item-label>
    <fo:list-item-body>Anna, Bernard, Didier, Johanna</fo:list-item-body>
  </fo:list-item>
  <fo:list-item id="listdate">
    <fo:list-item-label font-style="italic">When:</fo:list-item-label>
    <fo:list-item-body>Next Friday Evening at 8 pm</fo:list-item-body>
  </fo:list-item>
  <fo:list-item id="listwhere">
    <fo:list-item-label font-style="italic">Venue:</fo:list-item-label>
    <fo:list-item-body>The Web Cafe</fo:list-item-body>
  </fo:list-item>
  <fo:list-item id="listwhy">
    <fo:list-item-label font-style="italic">Occasion:</fo:list-item-label>
    <fo:list-item-body>My first XML baby</fo:list-item-body>
  </fo:list-item>
</fo:list>

<fo:block space-before="12pt"> 
  I would like to invite you all to celebrate the birth of 
  <fo:sequence font-style="italic">Invitation</fo:sequence>, 
  my first XML document child.
</fo:block>

<fo:block space-before="12pt">
  Please do your best to come and join me next Friday
  evening. And, do not forget to bring your friends.
</fo:block>

<fo:block space-before="12pt">
  I <fo:sequence font-style="italic">really</fo:sequence> 
  look forward to see you soon!
</fo:block>


<fo:block space-before="12pt" font-weight="bold" text-align="right">
From: Michel
</fo:block>
</fo:page-sequence>