summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eqexpl/README.md
blob: f7459febc4289da5d806e9f50da83bed94bec826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Explanation of the formulas in LaTeX
========

The package is licenced under Creative Commons Attribution-ShareAlike
4.0 International (CC BY-SA 4.0).

The package was developed as an answer to question [on tex.stackexchange.com](https://tex.stackexchange.com/q/95838/119485)

Package `eqexpl` was developed to give the tool to make «perfect»
explanation to formulas, not just the enumeration.

                I = U / Rs,            (1)

    where   U --- voltage at the section, V;
	       Rs --- total     section    resis-
                  tance, Ohm.

Requirements:
1. The variables (left side) must be aligned right.
2. The dash must be aligned center one under another.
3. The explanation (right side) must be justified, the last string
   must be aligned left and
   - if the explanation takes more than one line, the left side of
     explanation must be aligned (second explanation in the example).

The package adds new environment `eqexpl` with a command `\item` with
one required parameter --- variable to explain.  The explanation in
the example above was made with the code

    \begin{eqexpl}
      \item{U} voltage at the section, V;
	  \item{Rs} total section resistance, Ohm.
	\end{exqexpl}

See example `eqexpl.tex` for more details.  You can compile it with
`pdflatex eqexpl.tex`.