~toolpart/openobject-server/toolpart

« back to all changes in this revision

Viewing changes to bin/reportlab/tools/pythonpoint/demos/htu.xml

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
 
2
<!DOCTYPE presentation SYSTEM "../pythonpoint.dtd">
 
3
<presentation filename="htu.pdf">
 
4
  <stylesheet module="htu" function="getParagraphStyles"/>
 
5
  <section name="Main">
 
6
    <rectangle x="20" width="96" y="20" height="555" fill="ReportLabBlue"/>
 
7
    <infostring size="14" align="right" x="800" y="36">
 
8
        &#169; 2002, H. Turgut UYAR
 
9
    </infostring>
 
10
    <slide title="New Features" id="Slide000">
 
11
      <frame x="120" y="72" width="700" height="418" leftmargin="36" rightmargin="36">
 
12
        <image filename="pplogo.gif" width="200" height="150"/>
 
13
        <spacer height="30"/>
 
14
        <para style="Title">New features in PythonPoint</para>
 
15
        <para style="Author">H. Turgut Uyar</para>
 
16
        <para style="EMail">uyar@cs.itu.edu.tr</para>
 
17
      </frame>
 
18
    </slide>
 
19
    <slide title="TrueType Support" id="Slide002">
 
20
      <frame x="120" y="515" width="700" height="60" leftmargin="36" rightmargin="36">
 
21
        <para style="Heading1">TrueType Support</para>
 
22
      </frame>
 
23
      <frame x="120" y="72" width="700" height="418" leftmargin="36" rightmargin="36">
 
24
        <para>PythonPoint can read UTF-8 encoded input files and produce
 
25
            correct output (provided your font has all necessary
 
26
            characters). That enables you, for example, to have native (in my
 
27
            case, Turkish) characters in your document:</para>
 
28
        <para style="Indent">
 
29
          <!--  if you have any trouble with these, execute the lines below
 
30
            to find out what we really intended 
 
31
            >>> turkishChars =  u"\u011e \u011f \u0130 \u0131 \u015e \u015f"
 
32
            >>> print turkishChars
 
33
            >>> print turkishChars.encode("utf-8")
 
34
            þ ø İ ı ľ ĸ
 
35
            >>> 
 
36
            -->
 
37
          <font name="Serif" size="32"> 0 ^  1 _</font>
 
38
        </para>
 
39
      </frame>
 
40
    </slide>
 
41
    <slide title="Effects" id="Slide003">
 
42
      <frame x="120" y="515" width="700" height="60" leftmargin="36" rightmargin="36">
 
43
        <para style="Heading1">Effects</para>
 
44
      </frame>
 
45
      <frame x="120" y="72" width="700" height="418" leftmargin="36" rightmargin="36">
 
46
        <para>Paragraphs, images, tables and geometric shapes can now have
 
47
            effectname, effectdirection, effectdimension, effectmotion and
 
48
            effectduration attributes:</para>
 
49
        <para style="Indent" effectname="Dissolve">A paragraph</para>
 
50
        <image filename="pplogo.gif" width="80" height="60" effectname="Box"/>
 
51
        <table style="table1" effectname="Split">
 
52
            Col1,Col2,Col3
 
53
            Row1Col1,Row1Col2,Row1Col3
 
54
            Row2Col1,Row2Col2,Row2Col3
 
55
        </table>
 
56
      </frame>
 
57
      <roundrect x="180" y="150" width="110" height="50" radius="15" fill="(0,1,0)" effectname="Glitter"/>
 
58
      <string font="Helvetica" size="32" x="200" y="165" align="left" color="(1,0,0)" effectname="Blinds">String</string>
 
59
      <line x1="248" y1="84" x2="520" y2="84" stroke="(1,0,1)" effectname="Wipe"/>
 
60
    </slide>
 
61
    <slide title="Printing" id="Slide004" outlinelevel="1">
 
62
      <frame x="120" y="515" width="700" height="60" leftmargin="36" rightmargin="36">
 
63
        <para style="Heading1">Printing</para>
 
64
      </frame>
 
65
      <frame x="120" y="72" width="700" height="418" leftmargin="36" rightmargin="36">
 
66
        <para>Be careful when using effects: A new slide is created for
 
67
            each effect, so DON'T print the resulting PDF file.</para>
 
68
        <para effectname="Box">new command-line option: --printout</para>
 
69
        <para style="Indent">produces printable PDF</para>
 
70
      </frame>
 
71
    </slide>
 
72
    <slide title="New Paragraph Styles" id="Slide005">
 
73
      <frame x="120" y="515" width="700" height="60" leftmargin="36" rightmargin="36">
 
74
        <para style="Heading1">New Paragraph Styles</para>
 
75
      </frame>
 
76
      <frame x="120" y="72" width="700" height="418" leftmargin="36" rightmargin="36">
 
77
        <para style="Bullet">Bullet2 - Second level bullets</para>
 
78
        <para style="Bullet2">Here's an example</para>
 
79
        <para style="Bullet2">Or an example with a longer text to see
 
80
            how it wraps at the end of each line</para>
 
81
        <para style="Bullet">Author and EMail</para>
 
82
        <para style="Bullet2">See the cover page for examples</para>
 
83
        <para style="Bullet">They have to be in the style file, so either use
 
84
            the htu style file or edit your style file</para>
 
85
      </frame>
 
86
    </slide>
 
87
    <slide title="ToDo" id="Slide006">
 
88
      <frame x="120" y="515" width="700" height="60" leftmargin="36" rightmargin="36">
 
89
        <para style="Heading1">ToDo</para>
 
90
      </frame>
 
91
      <frame x="120" y="72" width="700" height="418" leftmargin="36" rightmargin="36">
 
92
        <para style="Bullet">Unicode chars in the outline</para>
 
93
      </frame>
 
94
    </slide>
 
95
  </section>
 
96
</presentation>