Skip to content

Commit cf1f4fd

Browse files
committed
add spaces between sections.
1 parent 8f7244a commit cf1f4fd

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

src/main/xsl/emeraldjava.xsl

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</fo:layout-master-set>
3131
<fo:page-sequence master-reference="Letter Page">
3232
<fo:static-content flow-name="xsl-region-after">
33-
<fo:block text-align="center"><fo:inline font-style="italic">References Available Apon Request</fo:inline></fo:block>
33+
<fo:block text-align="center"><fo:inline font-style="italic" font-size="11pt">References Available Apon Request</fo:inline></fo:block>
3434
</fo:static-content><fo:static-content flow-name="xsl-region-before">
3535
<fo:block><xsl:if test="string(/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:GivenName/text())"><fo:inline>
3636
<xsl:value-of select="/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:GivenName/text()"/>
@@ -46,9 +46,13 @@
4646
<xslt:comment> center header </xslt:comment>
4747
<fo:block text-align="center"><xsl:if test="string(/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:GivenName/text())"><fo:inline font-size="14pt" font-weight="bold">
4848
<xsl:value-of select="/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:GivenName/text()"/>
49-
</fo:inline></xsl:if>&#160;<xsl:if test="string(/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:FamilyName/text())"><fo:inline>
49+
</fo:inline></xsl:if>&#160;<xsl:if test="string(/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:FamilyName/text())"><fo:inline font-size="14pt" font-weight="bold">
5050
<xsl:value-of select="/ns1:Resume/ns1:StructuredXMLResume/ns1:ContactInfo/ns1:PersonName/ns1:FamilyName/text()"/>
5151
</fo:inline></xsl:if></fo:block>
52+
<fo:block white-space-collapse="false"
53+
white-space-treatment="preserve"
54+
font-size="0pt" line-height="15px">.</fo:block>
55+
5256
<fo:block text-align="center">Address</fo:block>
5357

5458
<xslt:comment> summary </xslt:comment>
@@ -58,6 +62,9 @@
5862
<xsl:value-of select="/ns1:Resume/ns1:StructuredXMLResume/ns1:Objective/text()"/>
5963
</fo:inline></xsl:if>
6064
</fo:block>
65+
<fo:block white-space-collapse="false"
66+
white-space-treatment="preserve"
67+
font-size="0pt" line-height="15px">.</fo:block>
6168

6269
<xslt:comment> education </xslt:comment>
6370
<fo:block text-align="left"><fo:inline font-weight="bold">Education</fo:inline></fo:block>
@@ -75,7 +82,10 @@
7582
</fo:block>
7683
</xsl:for-each>
7784
</fo:block>
78-
85+
<fo:block white-space-collapse="false"
86+
white-space-treatment="preserve"
87+
font-size="0pt" line-height="15px">.</fo:block>
88+
7989
<xslt:comment> skills </xslt:comment>
8090
<fo:block text-align="left"><fo:inline font-weight="bold">Skills</fo:inline></fo:block>
8191

@@ -91,7 +101,7 @@
91101
</xslt:choose>
92102
</xslt:variable>
93103
<fo:block text-align="left">
94-
<xsl:if test="string(ns1:EmployerOrgName/text())"><fo:inline font-weight="bold" text-underline-style="solid">
104+
<xsl:if test="string(ns1:EmployerOrgName/text())"><fo:inline font-weight="bold">
95105
<xsl:value-of select="ns1:EmployerOrgName/text()"/>
96106
</fo:inline></xsl:if>
97107
</fo:block>
@@ -120,10 +130,12 @@
120130
</fo:block>
121131
</xsl:for-each>
122132
</fo:block>
133+
<fo:block white-space-collapse="false"
134+
white-space-treatment="preserve"
135+
font-size="0pt" line-height="15px">.</fo:block>
123136
</xsl:for-each>
124-
<fo:block text-align="left">new line</fo:block>
125137
</fo:block>
126-
138+
127139
<xslt:comment> hobbies/interests </xslt:comment>
128140
<fo:block text-align="left">&#160;</fo:block>
129141
<fo:block text-align="left"><fo:inline font-weight="bold">Hobbies / Interests</fo:inline></fo:block>

0 commit comments

Comments
 (0)