File: equation-eg3.xml

package info (click to toggle)
dblatex 0.3.10-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 13,164 kB
  • ctags: 1,099
  • sloc: xml: 102,864; python: 8,188; makefile: 117; sh: 48
file content (10 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<para>The formula <xref linkend="eq-with-title"/> below:
  <equation id="eq-with-title">
  <title>Simple Formula</title>
    <alt>\[C = \alpha + \beta Y^{\gamma} + \epsilon\]</alt>
    <graphic fileref="figures/eq1"/>
  </equation>
is displayed in a block with a title. Its XML source is:</para>