diff options
author | Keith Packard <keithp@keithp.com> | 2014-03-07 21:27:26 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-03-07 21:27:26 -0800 |
commit | 4c7da6d0ad568448c37761cd0c0108b9161a9345 (patch) | |
tree | 291317d44ca78a723955453df4bafcef8d3993e3 | |
parent | 8f2a85027b496451c5934eb36fcdffbd5e5da177 (diff) |
doc: Add separate outline pdf generation
This generates one-page pdf files that contain just the outline of
each product.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | doc/Makefile | 3 | ||||
-rw-r--r-- | doc/easymini-outline.pdf | bin | 4240 -> 7047 bytes | |||
-rw-r--r-- | doc/easymini-outline.xsl | 23 | ||||
-rw-r--r-- | doc/telemega-outline.pdf | bin | 4349 -> 7020 bytes | |||
-rw-r--r-- | doc/telemega-outline.xsl | 23 | ||||
-rw-r--r-- | doc/telemetrum-outline.pdf | bin | 2047 -> 7097 bytes | |||
-rw-r--r-- | doc/telemetrum-outline.xsl | 23 |
7 files changed, 71 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 1477d325..1f47076c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -63,7 +63,8 @@ SVG=\ 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 diff --git a/doc/easymini-outline.pdf b/doc/easymini-outline.pdf Binary files differindex a1a0b19d..76a09957 100644 --- a/doc/easymini-outline.pdf +++ b/doc/easymini-outline.pdf diff --git a/doc/easymini-outline.xsl b/doc/easymini-outline.xsl new file mode 100644 index 00000000..88125322 --- /dev/null +++ b/doc/easymini-outline.xsl @@ -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 +--> diff --git a/doc/telemega-outline.pdf b/doc/telemega-outline.pdf Binary files differindex f8fc26e2..2f20c62f 100644 --- a/doc/telemega-outline.pdf +++ b/doc/telemega-outline.pdf diff --git a/doc/telemega-outline.xsl b/doc/telemega-outline.xsl new file mode 100644 index 00000000..5d3411e9 --- /dev/null +++ b/doc/telemega-outline.xsl @@ -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 +--> diff --git a/doc/telemetrum-outline.pdf b/doc/telemetrum-outline.pdf Binary files differindex 09ce5577..af913520 100644 --- a/doc/telemetrum-outline.pdf +++ b/doc/telemetrum-outline.pdf diff --git a/doc/telemetrum-outline.xsl b/doc/telemetrum-outline.xsl new file mode 100644 index 00000000..4a0ade47 --- /dev/null +++ b/doc/telemetrum-outline.xsl @@ -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 +--> |