TransWikia.com

Protosem package in math-mode

TeX - LaTeX Asked on May 2, 2021

In the list of the symbols there is a table n. 412: protosem Proto-Semitic Characters. Is it possibile to use these characters in math-mode?

documentclass[a4paper,12pt]{article}
usepackage{protosem}
begin{document}
textproto{Aayin}
end{document}

enter image description here

Here there is a tentative:

   documentclass[a4paper,12pt]{article}

    usepackage{amsmath}
    usepackage{protosem}
    usepackage{graphicx}
    newcommand{disgiunt}{rotatebox[origin=c]{180}{Avav}}
    begin{document}
    textproto{Avav} it is only in text mode. But in math-mode you can have $Cdisgiunt D$
    end{document}

One Answer

The answer is to use text in order that the symbol changes size in subscripts or superscripts and textproto{Avav}.

documentclass[a4paper,12pt]{article}

usepackage{amsmath}
usepackage{protosem}
usepackage{graphicx}

newcommand{disjoint}{%
  mathrel{%
    text{rotatebox[origin=c]{180}{textproto{Avav}}}%
  }%
}

begin{document}

$Cdisjoint D_{Cdisjoint D}$

end{document}

enter image description here

Alternatively, rotate multimap from amssymb.

documentclass[a4paper,12pt]{article}

usepackage{amsmath}
usepackage{amssymb}
usepackage{graphicx}

newcommand{disjoint}{%
  mathrel{%
    text{rotatebox[origin=c]{-90}{$multimap$}}%
  }%
}

begin{document}

$Cdisjoint D_{Cdisjoint D}$

end{document}

enter image description here

Correct answer by egreg on May 2, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP