doc: Add separate outline pdf generation
authorKeith Packard <keithp@keithp.com>
Sat, 8 Mar 2014 05:27:26 +0000 (21:27 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Mar 2014 05:27:26 +0000 (21:27 -0800)
This generates one-page pdf files that contain just the outline of
each product.

Signed-off-by: Keith Packard <keithp@keithp.com>
doc/Makefile
doc/easymini-outline.pdf
doc/easymini-outline.xsl [new file with mode: 0644]
doc/telemega-outline.pdf
doc/telemega-outline.xsl [new file with mode: 0644]
doc/telemetrum-outline.pdf
doc/telemetrum-outline.xsl [new file with mode: 0644]

index 1477d32545a86f1620351f6750d7699e231a00bd..1f47076ce6d179a0c072e136676ff7b2ab9c7e9a 100644 (file)
@@ -63,7 +63,8 @@ SVG=\
 
 RELNOTES_XSL=$(RELNOTES:.html=.xsl)
 HTML=altusmetrum.html altos.html telemetry.html companion.html micropeak.html $(RELNOTES)
 
 RELNOTES_XSL=$(RELNOTES:.html=.xsl)
 HTML=altusmetrum.html altos.html telemetry.html companion.html micropeak.html $(RELNOTES)
-PDF=altusmetrum.pdf altos.pdf telemetry.pdf companion.pdf micropeak.pdf
+PDF=altusmetrum.pdf altos.pdf telemetry.pdf companion.pdf micropeak.pdf \
+       telemetrum-outline.pdf telemega-outline.pdf easymini-outline.pdf
 HTMLSTYLE=/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl
 FOSTYLE=xorg-fo.xsl
 TEMPLATES=titlepage.templates.xsl
 HTMLSTYLE=/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl
 FOSTYLE=xorg-fo.xsl
 TEMPLATES=titlepage.templates.xsl
index a1a0b19d7b4e32cd1770854b9a9fbe48ca3dac26..76a0995789768d6d622e0f0451e56968658fe509 100644 (file)
Binary files a/doc/easymini-outline.pdf and b/doc/easymini-outline.pdf differ
diff --git a/doc/easymini-outline.xsl b/doc/easymini-outline.xsl
new file mode 100644 (file)
index 0000000..8812532
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
+<article>
+    <title>EasyMini Outline and Hole Pattern</title>
+    <para>
+      This image, when printed, provides a precise template for the
+      mounting holes in EasyMini.  EasyMini has overall dimensions
+      of 0.800 x 1.500 inches, and the mounting holes are sized for
+      use with 4-40 or M3 screws.
+    </para>
+    <informalfigure>
+      <mediaobject id="EasyMiniTemplate">
+       <imageobject>
+         <imagedata format="SVG" fileref="easymini.svg"
+                    scalefit="0" scale="100" align="center" />
+       </imageobject>
+      </mediaobject>
+    </informalfigure>
+</article>
+
+<!-- LocalWords: Altusmetrum
+-->
index f8fc26e2c7a355df9c070acab96012c41097eac0..2f20c62f3eda2a4c570e33a60d2db8351d0f5e05 100644 (file)
Binary files a/doc/telemega-outline.pdf and b/doc/telemega-outline.pdf differ
diff --git a/doc/telemega-outline.xsl b/doc/telemega-outline.xsl
new file mode 100644 (file)
index 0000000..5d3411e
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
+<article>
+    <title>TeleMega Outline and Hole Pattern</title>
+    <para>
+      This image, when printed, provides a precise template for the
+      mounting holes in TeleMega.  TeleMega has overall dimensions
+      of 1.250 x 3.250 inches, and the mounting holes are sized for
+      use with 4-40 or M3 screws.
+    </para>
+    <informalfigure>
+      <mediaobject id="TeleMegaTemplate">
+       <imageobject>
+         <imagedata format="SVG" fileref="telemega.svg"
+                    scalefit="0" scale="100" align="center" />
+       </imageobject>
+      </mediaobject>
+    </informalfigure>
+</article>
+
+<!-- LocalWords: Altusmetrum
+-->
index 09ce557704fdd3f1a099ad46b035e3b0f745f05a..af913520d6f9e2fa81e1ea97991f0a0df34174d0 100644 (file)
Binary files a/doc/telemetrum-outline.pdf and b/doc/telemetrum-outline.pdf differ
diff --git a/doc/telemetrum-outline.xsl b/doc/telemetrum-outline.xsl
new file mode 100644 (file)
index 0000000..4a0ade4
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
+<article>
+    <title>TeleMetrum Outline and Hole Pattern</title>
+    <para>
+      This image, when printed, provides a precise template for the
+      mounting holes in TeleMetrum.  TeleMetrum has overall dimensions
+      of 1.000 x 2.750 inches, and the mounting holes are sized for
+      use with 4-40 or M3 screws.
+    </para>
+    <informalfigure>
+      <mediaobject id="TeleMetrumTemplate">
+       <imageobject>
+         <imagedata format="SVG" fileref="telemetrum.svg"
+                    scalefit="0" scale="100" align="center" />
+       </imageobject>
+      </mediaobject>
+    </informalfigure>
+</article>
+
+<!-- LocalWords: Altusmetrum
+-->