Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Hainhofer-XSLTs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin de la Iglesia
Hainhofer-XSLTs
Commits
0c25a577
Commit
0c25a577
authored
1 year ago
by
Martin de la Iglesia
Browse files
Options
Downloads
Patches
Plain Diff
Open Sans = Hauptschrift, Arial Unicode MS = Fallback
parent
867cbc75
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tei2xsl-fo.xsl
+5
-6
5 additions, 6 deletions
tei2xsl-fo.xsl
with
5 additions
and
6 deletions
tei2xsl-fo.xsl
+
5
−
6
View file @
0c25a577
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
<xsl:template
match=
"/"
mode=
"step3"
>
<xsl:template
match=
"/"
mode=
"step3"
>
<xsl:variable
name=
"output2"
>
<xsl:variable
name=
"output2"
>
<fo:root
font-family=
"Arial Unicode MS"
>
<fo:root
font-family=
"
Open Sans,
Arial Unicode MS"
>
<fo:layout-master-set>
<fo:layout-master-set>
<fo:simple-page-master
master-name=
"title"
page-height=
"297mm"
page-width=
"210mm"
margin-top=
"3cm"
margin-bottom=
"5cm"
margin-left=
"3cm"
margin-right=
"3cm"
>
<fo:simple-page-master
master-name=
"title"
page-height=
"297mm"
page-width=
"210mm"
margin-top=
"3cm"
margin-bottom=
"5cm"
margin-left=
"3cm"
margin-right=
"3cm"
>
<fo:region-body/>
<fo:region-body/>
...
@@ -605,7 +605,7 @@
...
@@ -605,7 +605,7 @@
</xsl:choose>
</xsl:choose>
<xsl:if
test=
".//tei:app"
>
<xsl:if
test=
".//tei:app"
>
<fo:block
border-top-style=
"solid"
font-family=
"Arial Unicode MS"
wrap-option=
"wrap"
font-size=
"8pt"
padding=
"0.5em"
>
<fo:block
border-top-style=
"solid"
font-family=
"
Open Sans,
Arial Unicode MS"
wrap-option=
"wrap"
font-size=
"8pt"
padding=
"0.5em"
>
<xsl:for-each
select=
".//tei:app"
>
<xsl:for-each
select=
".//tei:app"
>
<fo:block
linefeed-treatment=
"treat-as-space"
>
<fo:block
linefeed-treatment=
"treat-as-space"
>
...
@@ -779,7 +779,7 @@
...
@@ -779,7 +779,7 @@
</xsl:template>
</xsl:template>
<xsl:template
match=
"tei:abbr/text()"
mode=
"step3 app"
>
<xsl:template
match=
"tei:abbr/text()"
mode=
"step3 app"
>
<fo:inline
font-family=
"Arial Unicode MS"
>
<fo:inline
font-family=
"
Open Sans,
Arial Unicode MS"
>
<xsl:value-of
select=
"normalize-space()"
/>
<xsl:value-of
select=
"normalize-space()"
/>
</fo:inline>
</fo:inline>
</xsl:template>
</xsl:template>
...
@@ -1011,9 +1011,8 @@
...
@@ -1011,9 +1011,8 @@
</xsl:choose>
</xsl:choose>
</xsl:template>
</xsl:template>
<xsl:template
match=
"tei:lem"
mode=
"app"
>
<xsl:template
match=
"tei:lem"
mode=
"app"
>
<fo:inline
font-family=
"Arial Unicode MS"
>
<fo:inline
font-family=
"Open Sans, Arial Unicode MS"
font-weight=
"bold"
>
<!--<fo:inline font-family="Arial Unicode MS" font-weight="bold">-->
<xsl:apply-templates
mode=
"app"
/>
<xsl:apply-templates
mode=
"app"
/>
</fo:inline>
</fo:inline>
</xsl:template>
</xsl:template>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment