Re: \bar et amsmath

Liste des GroupesRevenir à fct tex 
Sujet : Re: \bar et amsmath
De : news3 (at) *nospam* nililand.de (Ulrike Fischer)
Groupes : fr.comp.text.tex
Date : 22. Sep 2022, 08:26:54
Autres entêtes
Message-ID : <1xv99zd5peqw1.dlg@nililand.de>
References : 1
User-Agent : 40tude_Dialog/2.0.15.41de
Am Wed, 21 Sep 2022 11:17:34 +0200 schrieb news.free.fr:

Bonjour,
 
Voici le code qui fonctionne
 
\documentclass{article}
\begin{document}
\[
   \bar{\bigcap_{\tilde{j}\in\tilde{\mathcal{T}}^{w} }}
\]
\end{document}
 
mais avec amsmath ça râle
 
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
   \bar{\bigcap_{\tilde{j}\in\tilde{\mathcal{T}}^{w} }}
\]
\end{document}
 

\documentclass{article}
\usepackage{amsmath}
\newsavebox{\accentbox}
\newcommand{\compositeaccents}[2]{%
  \sbox\accentbox{$#2$}#1{\usebox\accentbox}}
\begin{document}
\[
   \compositeaccents{\bar}{\displaystyle
\bigcap_{\tilde{j}\in\tilde{\mathcal{T}}^{w}}}
\]
\end{document}


de

https://tex.stackexchange.com/a/30328/2388

qui contient aussi une explication.

--
Ulrike Fischer
http://www.troubleshooting-tex.de/

Date Sujet#  Auteur
21 Sep 22 * \bar et amsmath9news.free.fr
21 Sep 22 +* Re: \bar et amsmath7Daniel Flipo
21 Sep 22 i`* Re: \bar et amsmath6news.free.fr
21 Sep 22 i `* Re: \bar et amsmath5Daniel Flipo
23 Sep 22 i  +- Re: \bar et amsmath1news.free.fr
18 Oct 22 i  `* pdflatex de profundis ? [was Re: \bar et amsmath]3Lulu
18 Oct 22 i   `* Re: pdflatex de profundis ? [was Re: \bar et amsmath]2Denis Bitouzé
18 Oct 22 i    `- Re: pdflatex de profundis ? [was Re: \bar et amsmath]1Lulu
22 Sep 22 `- Re: \bar et amsmath1Ulrike Fischer

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal