diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-17 17:37:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-17 17:37:46 -0800 |
commit | e4b223df372348718b74d2ecad4957f3e30f8d79 (patch) | |
tree | 0bbedc55c32a29cb2c77a29f7714ed70973e5bae | |
parent | 1d093383fe58fc8c8c11e1c7cd1cd929ae1bd9e4 (diff) |
Add altosui image and attempt to add launch photo to title
-rw-r--r-- | doc/altusmetrum.xsl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index da6ad02c..8725da04 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -5,6 +5,11 @@ <title>The Altus Metrum System</title> <subtitle>An Owner's Manual for Altus Metrum Rocketry Electronics</subtitle> <bookinfo> + <mediaobject> + <imageobject> + <imagedata fileref="../altosui/altusmetrum.jpg" role="top"/> + </imageobject> + </mediaobject> <author> <firstname>Bdale</firstname> <surname>Garbee</surname> @@ -1350,7 +1355,6 @@ NAR #88757, TRA #12200 </chapter> <chapter> - <title>AltosUI</title> <para> The AltosUI program provides a graphical user interface for @@ -1361,6 +1365,11 @@ NAR #88757, TRA #12200 is split into sections, each of which documents one of the tasks provided from the top-level toolbar. </para> + <mediaobject> + <imageobject> + <imagedata fileref="altosui.png" width="5.5in"/> + </imageobject> + </mediaobject> <section> <title>Monitor Flight</title> <subtitle>Receive, Record and Display Telemetry Data</subtitle> |