トリプル近似記号



Triple Approx Symbol



解決:

多分このように?

 documentclass {article}  newcommand { tripprox} { setbox0  hbox {$  upperx $}% mbox { makebox [0pt] [l] { raisebox {0.48  ht0} {$  approx $}} $  approx $}}  begin {document}  tripprox $  tripprox $  end {document}

ここに画像の説明を入力してください




答えではなく、Unicodeの好奇心旺盛な人やフォンターにとってはもっと-

Unicode(U + 224B)にはトリプルチルダ数学演算子があり、アクセントに変換すると、さまざまな数学フォントで次のようになります(正しく実行した場合、完全に実験的です)。



トリプルチルダアクセント

あなた

 documentclass [12pt、varwidth、border = 6pt] {standalone}  usepackage {xcolor}  pagecolor {red!3}  usepackage {unicode-math}  usepackage {accents}  setmathfont {XITS Math} [Colour = blue]  setmathfontface  masana {Asana Math}  setmathfontface  mdejavu {DejaVu Math}  setmathfontface  mtgdeja {TeX Gyre DejaVu Math}  setmathfontface  mpagella {TeX Gyre Pagella Math}  setmathfontface  mbonum {TeX Gyre Bonum Math}  setmathfontface  m TeX Gyre Schola Math}  setmathfontface  mtermes {TeX Gyre Termes Math}  setmathfontface  mlatin {Latin Modern Math}  setmathfontface  mcambria {Cambria Math}  setmathfontface  mfira {Fira Math}  setmathfontface  mfreeserif {FreeSerif}  setmathfontface  mlibert {Libertinus Math}  setmathfontface  mnoto {Noto Sans Symbols}  setmathfontface  mqui {Quivira}  setmathfontface  mstixtwo {STIX Two Math}  setmathfontface  mstixgen {STIXGeneral}  setmathfontface  msymbola {Symbola}  setmathfontface  mgaramond { detokenize {Garamond-Math}}  newcommand  mfsize { Huge}  setmainfont {Noto Serif}%Define  ttilde in unico de-math-table.tex:% UnicodeMathSymbol {'0224B} { ttilde} { mathaccent} {triple tildeアクセント}% newcommand  themassym { Accentset { ttilde {}} {}}  begin {document}  section * {サンプリング{ mfsize $  themassym $}}  vspace {24pt}  begin {tabular} {rccl} XITS Math& mfsize $  themassym $& mfsize $  mcambria  themassym $&Cambria Math \ &&& \ Asana Math& mfsize $  masana { themassym} $& mfsize $  mfira  themassym $&Fira Math \ &&& \ DejaVu Math& mfsize $  mdejavu  themassym $& mfsize $  mfreeserif  themassym $&FreeSerif \ &&& \ Tex Gyre Bonum Math& mfsize $  mbonum  themassym $& mfsize $  mlibert  themassym $ &Libertinus Math \ &&& \ Tex Gyre DejaVu Math& mfsize $  mtgdeja  themassym $& mfsize $  mnoto  themassym $&Noto Sans Symbols \ &&&   Tex Gyre Pagella Math& mfsize $  mpagella  themassym $& mfsize $  mqui  themassym $&Quivira \ &&& \ Tex Gyre Schola Math& mfsize $  mschola  themassym $&  mfsize $  mstixtwo  themassym $&STIX Tw o Math \ &&& \ Tex Gyre Termes Math& mfsize $  mtermes  themassym $& mfsize $  mgaramond  themassym $&Garamond-Math \ &&& \ラテン現代数学& mfsize $  mlatin  themassym $& mfsize $  msymbola  themassym $&Symbola \  end {tabular}  end {document}