[passepartout] example improvements
- From: Sven Herzberg <herzi src gnome org>
- To: svn-commits-list gnome org
- Subject: [passepartout] example improvements
- Date: Fri, 24 Apr 2009 03:37:57 -0400 (EDT)
commit f1f0e31f4a9eb8d160f0f349f3b6379cd21e2cc4
Author: Sven Herzberg <herzi lanedo com>
Date: Wed Apr 22 19:48:24 2009 +0200
example improvements
* doc/examples/example1.pp,
* doc/examples/multilingual.pp,
* doc/users_guide.pp: refer to actually existing stylesheets and image paths
* logotype/Makefile.am: install the png file for the users guide
---
doc/examples/example1.pp | 2 +-
doc/examples/multilingual.pp | 2 +-
doc/users_guide.pp | 9 +++++----
logotype/Makefile.am | 5 ++++-
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/doc/examples/example1.pp b/doc/examples/example1.pp
index 6de0c74..58765e1 100644
--- a/doc/examples/example1.pp
+++ b/doc/examples/example1.pp
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<document paper_name="A4" doublesided="true" landscape="false" first_page_num="0">
<text_stream name="stream1" file="snowflake.xml" transform=""/>
- <text_stream name="stream2" file="example1.html" transform="xhtml.xslt">
+ <text_stream name="stream2" file="example1.html" transform="../../src/xml2ps/xhtml.xslt">
<parameter name="basesize" value="10pt"/>
<parameter name="h2size" value="1.2em"/>
</text_stream>
diff --git a/doc/examples/multilingual.pp b/doc/examples/multilingual.pp
index 029b367..f05fc4e 100644
--- a/doc/examples/multilingual.pp
+++ b/doc/examples/multilingual.pp
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<document paper_name="A4" doublesided="false" landscape="true" first_page_num="1">
- <text_stream name="bread" file="multilingual.html" transform="xhtml.xslt">
+ <text_stream name="bread" file="multilingual.html" transform="../../src/xml2ps/xhtml.xslt">
<parameter name="basesize" value="9.5"/>
<parameter name="textfont" value="Gentium"/>
<parameter name="textfontbold" value="Times-Bold"/>
diff --git a/doc/users_guide.pp b/doc/users_guide.pp
index 390feed..432afe9 100644
--- a/doc/users_guide.pp
+++ b/doc/users_guide.pp
@@ -1,19 +1,20 @@
<?xml version="1.0"?>
<document paper_name="A4" doublesided="false" landscape="false" first_page_num="1">
- <text_stream name="stream1" file="users_guide.xml" transform="docbook.xslt"/>
+ <text_stream name="stream1" file="users_guide.xml" transform="../src/xml2ps/docbook.xslt"/>
<page>
- <frame name="Image pptout-sv.eps" matrix="0.18 0 0 0.18 250.667 742.66" lock="true" flowaround="true" obstaclemargin="0" type="image" file="pptout-sv.eps"/>
+ <frame name="Image pptout-sv.eps" matrix="0.18 0 0 0.18 250.667 742.66" lock="true" flowaround="true" obstaclemargin="0" type="image" file="../logotype/pptout-sv.eps"/>
<frame name="Image hline.eps" matrix="1.58667 0 0 1 56 740" lock="true" flowaround="true" obstaclemargin="0" type="image" file="examples/hline.eps"/>
<frame name="Text " matrix="1 0 0 1 56 109.333" lock="true" flowaround="false" obstaclemargin="0" type="text" num_columns="2" gutter_width="12" stream="stream1" width="476" height="617.334"/>
</page>
<page>
<frame name="Text " matrix="1 0 0 1 58.6667 118.503" lock="false" flowaround="false" obstaclemargin="0" type="text" num_columns="2" gutter_width="12" stream="stream1" width="473.333" height="610.831"/>
- <frame name="Image pptout-sv.eps" matrix="0.18 0 0 0.18 250.667 742.66" lock="true" flowaround="false" obstaclemargin="0" type="image" file="pptout-sv.eps"/>
+ <frame name="Image pptout-sv.eps" matrix="0.18 0 0 0.18 250.667 742.66" lock="true" flowaround="false" obstaclemargin="0" type="image" file="../logotype/pptout-sv.eps"/>
<frame name="Image hline.eps" matrix="1.58667 0 0 1 56 740" lock="true" flowaround="false" obstaclemargin="0" type="image" file="examples/hline.eps"/>
</page>
<page>
- <frame name="Image pptout-sv.eps" matrix="0.18 0 0 0.18 250.667 742.66" lock="true" flowaround="true" obstaclemargin="0" type="image" file="pptout-sv.eps"/>
+ <frame name="Image pptout-sv.eps" matrix="0.18 0 0 0.18 250.667 742.66" lock="true" flowaround="true" obstaclemargin="0" type="image" file="../logotype/pptout-sv.eps"/>
<frame name="Image hline.eps" matrix="1.58667 0 0 1 56 740" lock="true" flowaround="true" obstaclemargin="0" type="image" file="examples/hline.eps"/>
<frame name="Text " matrix="1 0 0 1 56 112" lock="true" flowaround="false" obstaclemargin="0" type="text" num_columns="2" gutter_width="12" stream="stream1" width="476" height="614.667"/>
</page>
</document>
+<!-- vim:set sw=2: -->
diff --git a/logotype/Makefile.am b/logotype/Makefile.am
index 62902a1..2d42ddb 100644
--- a/logotype/Makefile.am
+++ b/logotype/Makefile.am
@@ -1 +1,4 @@
-EXTRA_DIST = pptout-sv.eps
\ No newline at end of file
+EXTRA_DIST = pptout-sv.eps
+
+helpdir=$(datadir)/gnome/help/passepartout/C
+dist_help_DATA=pptout.png
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]