You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utf8ienc.dtx defines a mapping from Unicode characters to latex characters, but it lacks mappings for the Latin Extended Additional block (except for a couple of characters), In particular, it lacks mappings for some characters that are used to write Sanskrit words in Latin transliteration (as seen in books about yoga, Buddhist philosophy etc).
\RequirePackage{latexbug} % <--should be always the first line (see CONTRIBUTING)!\documentclass{article}
\usepackage[utf8]{inputenc}
% Any preamble code goes here\begin{document}
ṅ n with dot above \\
ḍ d with dot below \\
ṭ t with dot below \\
ḷ l with dot below \\
ṛ r with dot below
\end{document}
The text was updated successfully, but these errors were encountered:
Brief outline of the enhancement
utf8ienc.dtx defines a mapping from Unicode characters to latex characters, but it lacks mappings for the Latin Extended Additional block (except for a couple of characters), In particular, it lacks mappings for some characters that are used to write Sanskrit words in Latin transliteration (as seen in books about yoga, Buddhist philosophy etc).
These charcters need to be added:
Minimal example showing the current behaviour
The text was updated successfully, but these errors were encountered: