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}
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}
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}
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}
Correct answer by egreg on May 2, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP