File: formulas.tex

package info (click to toggle)
latex2html 2021-debian1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,796 kB
  • sloc: perl: 33,871; makefile: 437; sh: 22
file content (17 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% -*- latex -*-
% read by l2htest.tex

\section{Mathematic formulas}
This is a sample formula:
$$ c = \pm\sqrt{a^2 + b^2} $$
\begin{displaymath}
\int_0^1 f(x)dx = F(x)|_0^1
\end{displaymath}

And this is an inline formula: $\int_0^1 f(x)dx = F(x)|_0^1$ and
so it goes.

\begin{eqnarray}
  a &=& 2(b+c) \\
    &=& 2b + 2c
\end{eqnarray}