|
42 | 42 |
|
43 | 43 | <fo:flow flow-name="xsl-region-body">
|
44 | 44 |
|
45 |
| - <fo:table table-layout="fixed" width="100%"> |
46 |
| - <fo:table-column column-number="1" column-width="16mm"/> |
47 |
| - <fo:table-column column-number="2" column-width="0.1mm" /> |
48 |
| - <fo:table-column column-number="3" column-width="140mm"/> |
49 |
| - |
50 |
| - <fo:table-body> |
51 |
| - <fo:table-row> |
52 |
| - <fo:table-cell display-align="center" padding-right="3mm"> |
53 |
| - <fo:block> |
54 |
| - <fo:external-graphic content-width="16mm" scaling="uniform"> |
55 |
| - <xsl:attribute name="src"><xsl:text>url('file:data/images/logo/sedes.svg')</xsl:text></xsl:attribute> |
56 |
| - </fo:external-graphic> |
57 |
| - </fo:block> |
58 |
| - </fo:table-cell> |
59 |
| - <fo:table-cell background-color="black"> |
60 |
| - <fo:block /> |
61 |
| - </fo:table-cell> |
62 |
| - <fo:table-cell display-align="center" padding-left="3mm"> |
63 |
| - <fo:block font-family="sans-serif" font-size="10pt" text-align="left" space-after="5mm"> |
64 |
| - <xsl:apply-templates select="university"/> |
65 |
| - </fo:block> |
66 |
| - <fo:block font-family="sans-serif" font-size="10pt" text-align="left"> |
67 |
| - <xsl:apply-templates select="faculty"/> |
68 |
| - </fo:block> |
69 |
| - </fo:table-cell> |
70 |
| - </fo:table-row> |
71 |
| - </fo:table-body> |
72 |
| - </fo:table> |
73 |
| - |
74 |
| - <fo:block-container position="absolute" top="80mm" left="0mm" width="170mm" height="100mm"> |
| 45 | + <fo:block-container position="absolute" top="180mm" left="0mm" width="170mm" height="100mm"> |
75 | 46 | <fo:block font-family="sans-serif" font-size="24pt" font-weight="bold" text-align="center" space-after="20mm">
|
76 | 47 | <xsl:apply-templates select="title"/>
|
77 | 48 | </fo:block>
|
78 |
| - <fo:block font-family="sans-serif" font-size="18pt" text-align="center" space-after="40mm"> |
| 49 | + <fo:block font-family="sans-serif" font-size="15pt" text-align="center" space-after="40mm"> |
79 | 50 | <xsl:apply-templates select="authors"/>
|
80 | 51 | </fo:block>
|
81 | 52 | </fo:block-container>
|
82 | 53 |
|
83 |
| - <fo:block-container position="absolute" top="210mm" left="0mm" width="170mm" height="20mm"> |
| 54 | + <fo:block-container position="absolute" top="237mm" left="90mm" width="80mm" height="20mm"> |
84 | 55 | <fo:block font-family="sans-serif" font-size="12pt">
|
85 | 56 | <fo:table table-layout="fixed" width="100%">
|
86 | 57 | <fo:table-column column-number="1" column-width="20mm"/>
|
87 |
| - <fo:table-column column-number="2" column-width="150mm"/> |
| 58 | + <fo:table-column column-number="2" column-width="60mm"/> |
88 | 59 |
|
89 | 60 | <fo:table-body>
|
90 | 61 | <xsl:for-each select="subjects/subject">
|
91 | 62 | <fo:table-row>
|
92 |
| - <fo:table-cell display-align="after"> |
93 |
| - <fo:block font-weight="bold"><xsl:value-of select="code"/></fo:block> |
| 63 | + <fo:table-cell display-align="baseline"> |
| 64 | + <fo:block font-weight="bold"> |
| 65 | + <xsl:value-of select="code"/> |
| 66 | + </fo:block> |
94 | 67 | </fo:table-cell>
|
95 |
| - <fo:table-cell> |
96 |
| - <fo:block><xsl:value-of select="name"/></fo:block> |
| 68 | + <fo:table-cell display-align="baseline"> |
| 69 | + <fo:block |
| 70 | + font-family="sans-serif" |
| 71 | + font-size="12pt" |
| 72 | + wrap-option="wrap" |
| 73 | + white-space-collapse="true" |
| 74 | + white-space-treatment="preserve" |
| 75 | + linefeed-treatment="preserve" |
| 76 | + hyphenate="true"> |
| 77 | + <xsl:value-of select="name"/> |
| 78 | + </fo:block> |
97 | 79 | </fo:table-cell>
|
98 | 80 | </fo:table-row>
|
99 | 81 | </xsl:for-each>
|
|
127 | 109 | </fo:block>
|
128 | 110 | </fo:block-container>
|
129 | 111 |
|
130 |
| - <fo:block-container position="absolute" top="228mm" left="117mm" width="63mm" height="49mm"> |
131 |
| - <fo:block> |
132 |
| - <fo:external-graphic content-width="63mm" content-height="49mm" scaling="uniform"> |
133 |
| - <xsl:attribute name="src"><xsl:text>url('file:data/images/logo/hoekje.svg')</xsl:text></xsl:attribute> |
134 |
| - </fo:external-graphic> |
135 |
| - </fo:block> |
136 |
| - </fo:block-container> |
137 |
| - |
138 | 112 | </fo:flow>
|
139 | 113 |
|
140 | 114 | </fo:page-sequence>
|
|
0 commit comments