Advertisement
max2201111

Untitled

Oct 15th, 2023
1,177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.36 KB | Science | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{fontspec}
  4.  
  5. \newfontface{\cuneiform}[Scale=MatchUppercase]{Santakku}
  6. \DeclareTextFontCommand{\textcuneiform}{\cuneiform}
  7.  
  8. \newcommand{\AN}{\symbol{"1202D}}
  9. \newcommand{\KA}{\symbol{"12157}}
  10.  
  11. \begin{document}
  12.  
  13. This is cuneiform \textcuneiform{\AN\KA}.
  14.  
  15. %This is cuneiform \textcuneiform{ð’€­ð’…—}.
  16.  
  17. \end{document}
  18.  
  19.  
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement