i'm using flalign environment to typeset definitions of variables with text comments. After definitions, there is one long formula without text.
The problem is, I have layout:
Code: Select all
varible & definition && comment \\
...
result & very long formula which span over whole line \\
Is there any better solutions?
Example:
Code: Select all
\begin{flalign*}
s_k &= \SI{0.7}{\kilo\pascal} && \text{\ldots pro oblast Plzeň} \\
C_e &= \SI{1.0}{} && \text{\ldots typ krajiny normální - stavba výrazně převyšuje ostatní stavby}\\
C_t &= \SI{1.0}{} && \text{\ldots prostup tepla pláštěm je zanedbán} \\
\mu_i &= \SI{0.8}{} && \text{\ldots sklon střechy je zanedbán}
\smskip
s &= \rlap{$\mu_i\, C_e\, C_t\, s_k = 0,8 \cdot 1 \cdot 1 \cdot 0,7 =
\SI{0.56}{\kilo\pascal}$} &
\end{flalign*}