aesthetic updates to documentation

This commit is contained in:
Eric Schulte 2009-08-04 13:09:08 -06:00
parent bf538e4d9a
commit 6a9cd84440
4 changed files with 18 additions and 2 deletions

View File

@ -7,3 +7,8 @@
text-align:center;
margin-top:-1em;
}
#subtitle {
float:center;
text-align:center;
}

View File

@ -1,9 +1,12 @@
#+title: The Library of Babel --- off-the-shelf functions for data analysis and plotting using org-babel
#+title: The Library of Babel
#+SEQ_TODO: TODO PROPOSED | DONE DEFERRED REJECTED
#+OPTIONS: H:3 num:nil toc:t
#+STARTUP: odd hideblocks
#+begin_html
<div id="subtitle">
<p>off-the-shelf functions for data analysis and plotting using <a href="org-babel-worg.html">org-babel</a></p>
</div>
<div id="logo">
<p>
<img src="images/library-of-babel.png" alt="images/tower-of-babel.png" />

View File

@ -2,13 +2,16 @@
#+STARTUP: align fold nodlcheck hidestars oddeven lognotestate
#+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
#+TAGS: Write(w) Update(u) Fix(f) Check(c)
#+TITLE: org-babel: executable source code blocks in org-mode
#+TITLE: Org-babel
#+AUTHOR: Dan Davison, Eric Schulte
#+EMAIL: davison at stats dot ox dot ac dot uk
#+LANGUAGE: en
#+CATEGORY: worg
#+begin_html
<div id="subtitle">
<p>executable source code blocks in org-mode</p>
</div>
<div id="logo">
<p>
<img src="images/tower-of-babel.png" alt="images/tower-of-babel.png" />

View File

@ -35,4 +35,9 @@ publishing. Publish a project with =C-c C-e X=.
text-align:center;
margin-top:-1em;
}
#subtitle {
float:center;
text-align:center;
}
#+end_src