File: equation-eg5.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 (11 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
<?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">
<equation>
  <title>Equation block with align tabs</title>
  <alt><?texmath delimiters="user"?><![CDATA[\begin{align*}
S & = \left\lfloor { { N \bmod 65536 } \over 32768 } \right\rfloor  \\
E & = \left\lfloor { { N \bmod 32768 } \over  1024 } \right\rfloor  \\
M & = N \bmod 1024.
\end{align*}]]></alt>
</equation>