[cstex] Symboly horního a dolního integrálu

beerb beerb at frcatel.fri.uniza.sk
Thu Apr 7 07:41:39 CEST 2011


Dňa 6. 4. 2011 11:45, petr zemánek  wrote / napísal(a):
> Dobrý den,
> potřebuji vytvořit příkaz pro symboly dolního a horní integrálu.
> Našel
> jsem tento návod
>
ja este pripkladam jednoduchy navod, ktory pouzivam a myslim si ze postaci


\documentclass{article}
\usepackage{amsmath}

\begin{document}
$\displaystyle\underline{\int_{a}}^{b}f$  
$\displaystyle\overline{\int_{a}^{b}}f$
$$\underline{\int_{a}}^{b}f   \overline{\int_{a}^{b}}f$$

resp. makro
\def\integralD#1#2{\underline{\int_{#1}}^{#2}}
\def\integralH#1#2{\overline{\int_{#1}^{#2}}}

$\integralD{a}{b}f$  $\integralH{a}{b}f$
%
$\displaystyle \integralD{a}{b}f$  $\displaystyle \integralH{a}{b}f$

$$\integralD{a}{b}f \integralH{a}{b}f$$
\end{document}


zdravim beerb



More information about the csTeX mailing list