Add correct path to theme-readtheorg

This commit is contained in:
Fabrice Niessen 2015-04-09 17:17:15 +02:00
parent 9d968470d1
commit 1ec5f03f2f
2 changed files with 25 additions and 18 deletions

View File

@ -10,13 +10,14 @@
<meta name="author" content="Fabrice Niessen" />
<meta name="description" content="Org mode syntax example" />
<meta name="keywords" content="org-mode, syntax, quick reference, cheat sheet, recommended practices, latex, beamer, html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="d:/Users/fni/src/org-html-themes/styles/readtheorg/rtd.css" />
<script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min.js">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" type="text/javascript">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js" type="text/javascript">
</script>
<script type="text/javascript" src="d:/Users/fni/src/org-html-themes/styles/readtheorg/rtd.js">
</script>
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-scrollspy.js" type="text/javascript">
</script>
<script type="text/x-mathjax-config">
<![CDATA[
MathJax.Hub.Config({
@ -94,6 +95,7 @@
<div class="abstract">
<p>This paper talks about…</p>
</div>
<p>See <a href="http://home.fnal.gov/~neilsen/notebook/orgExamples/org-examples.html">http://home.fnal.gov/~neilsen/notebook/orgExamples/org-examples.html</a>.</p>
<div id="outline-container-unnumbered-1" class="outline-2">
<h2 id="unnumbered-1">Document header</h2>
<div class="outline-text-2" id="text-unnumbered-1">
@ -319,14 +321,14 @@ Not feas*ible*.
<pre class="src src-org">
- monospaced typewriter font for <span class="org-org-code">inline code</span>
- monospaced typewriter font for <span class="org-org-verbatim">verbatim text</span>
- +deleted text+ (vs. <span class="org-underline">inserted text</span>)
- <span class="ATTRLIST">deleted text</span> (vs. <span class="org-underline">inserted text</span>)
- text with super<span class="org-org-latex-and-related">script</span>, such as 2<span class="org-org-latex-and-related">10</span>
- text with sub<span class="org-org-latex-and-related">script</span>, such as H<span class="org-org-latex-and-related">2</span>O
</pre></div>
<ul class="org-ul">
<li>monospaced typewriter font for <code>inline code</code></li>
<li>monospaced typewriter font for <code>verbatim text</code></li>
<li>+deleted text+ (vs. <span class="underline">inserted text</span>)</li>
<li><del>deleted text</del> (vs. <span class="underline">inserted text</span>)</li>
<li>text with super<sup>script</sup>, such as 2<sup>10</sup></li>
<li>text with sub<sub>script</sub>, such as H<sub>2</sub>O</li>
</ul>
@ -884,6 +886,20 @@ See <span class="org-org-link"><a href="http://www.pirilampo.org">http://www.pir
See chapter <span class="org-org-link"><a href="#links">Links</a></span>.
</pre></div>
<p>See chapter <a href="#links">Links</a>.</p>
<p>To add a link to a figure (e.g., "See Figure 1"), just do:</p>
<div class="org-src-container">
<pre class="src src-org">
<span class="org-org-meta-line">#+name: fig</span>
<span class="org-org-meta-line">#+caption:</span> <span class="org-org-block">caption</span>
<span class="org-org-link"><a href="file:fig.png">file:fig.png</a></span>
See figure <span class="org-org-link"><a href="fig">fig</a></span>.
</pre></div>
<div id="fig" class="figure">
<p><img src="fig.png" alt="fig.png" /></p>
<p><span class="figure-number">Figure 1:</span> caption</p>
</div>
<p>See figure <a href="#fig">1</a>.</p>
<p>You can also create a hypertext link to a document anchor in the current document <i>or in another document</i>.</p>
<div class="org-src-container">
<pre class="src src-org">
@ -953,7 +969,7 @@ See:
</pre></div>
<div class="figure">
<p><img src="images/org-mode-unicorn.png" alt="org-mode-unicorn.png" /></p>
<p><span class="figure-number">Figure 1:</span> Org mode logo</p>
<p><span class="figure-number">Figure 2:</span> Org mode logo</p>
</div>
<div class="org-src-container">
<pre class="src src-org">

View File

@ -9,18 +9,7 @@
#+HTML_LINK_HOME: http://www.google.com
#+HTML_LINK_UP: http://www.bing.com
# #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="d:/Users/fni/src/org-html-themes/styles/readtheorg/rtd.css"/>
# #+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/bigblow/js/jquery-1.11.0.min.js"></script>
# #+HTML_HEAD: <script type="text/javascript" src="d:/Users/fni/src/org-html-themes/styles/readtheorg/rtd.js"></script>
# # #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="http://www.pirilampo.org/styles/readtheorg/css/rtd.css"/>
# # #+HTML_HEAD: <script type="text/javascript" src="http://www.pirilampo.org/styles/readtheorg/js/rtd.js"></script>
# #+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
# #+HTML_HEAD: <script type="text/javascript">$( document ).ready(function() { $('body').scrollspy({target: '#text-table-of-contents'});});</script>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="d:/Users/fni/src/org-html-themes/styles/readtheorg/rtd.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript"> $(document).ready(function(){$('body').scrollspy({'target':'#text-table-of-contents'});}); </script>
#+SETUPFILE: ~/src/org-html-themes/setup/theme-readtheorg.setup
#+PROPERTY: eval yes
#+PROPERTY: exports both
@ -47,6 +36,8 @@ This paper talks about...
# See http://asciidoctor.org/docs/user-manual/#the-big-picture
See http://home.fnal.gov/~neilsen/notebook/orgExamples/org-examples.html.
* Document header
Title and author line: