~ubuntu-branches/ubuntu/trusty/python-docutils/trusty

« back to all changes in this revision

Viewing changes to test/functional/expected/standalone_rst_html4css1.html

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2013-05-17 16:47:30 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130517164730-5ux7p59z0jdku6pf
Tags: 0.10-3ubuntu1
* Merge with Debian unstable, remaining changes:
  - Use dh_python2 instead of dh_pysupport.
  - Backport patch to support embedded aliases in references
    (support-aliases-in-references.diff).
* disable_py33_failing_tests.diff: dropped, the issue is now
  properly fixed in Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
<meta name="copyright" content="This document has been placed in the public domain. You may do with it as you wish. You may copy, modify, redistribute, reattribute, sell, buy, rent, lease, destroy, or improve it, quote it at length, excerpt, incorporate, collate, fold, staple, or mutilate it, or do anything else to it that your or anyone else's heart desires." />
13
13
<meta content="reStructuredText, test, parser" name="keywords" />
14
14
<meta content="A test document, containing at least one example of each reStructuredText construct." lang="en" name="description" />
15
 
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
16
15
<link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" />
17
16
</head>
18
17
<body>
862
861
or as base for special code roles, e.g. the LaTeX code in the next
863
862
paragraph.</p>
864
863
<p>Docutils uses LaTeX syntax for math directives and roles:
865
 
<code class="tex">\alpha = f(x)</code> prints <span class="math">\(\alpha = f(x)\)</span>
 
864
<code class="tex">\alpha = f(x)</code> prints <span class="formula"><i>α</i> = <i>f</i>(<i>x</i>)</span>
866
865
.</p>
867
866
<p>The <tt class="docutils literal">:code:</tt> option of the <cite>include</cite> directive sets the included content
868
867
as a code block, here the rst file <tt class="docutils literal">header_footer.txt</tt> with line numbers:</p>