Search found 3 matches

by Jochen
Fri Jul 16, 2021 5:28 pm
Forum: Fonts & Character Sets
Topic: inserting foreign language unicode characters into a LaTeX document
Replies: 5
Views: 11355

inserting foreign language unicode characters into a LaTeX document

Thank you. I've got the feeling that installing a complete language package is an overkill for what I actually need. All I need is the ability to just insert few (ca. 1 - 20) single unicode-coded characters into an otherwise english language document. And I need it very seldom. Actually, it has ...
by Jochen
Fri Jul 16, 2021 1:26 pm
Forum: Fonts & Character Sets
Topic: inserting foreign language unicode characters into a LaTeX document
Replies: 5
Views: 11355

inserting foreign language unicode characters into a LaTeX document

Thank you. My favorite minimal example would be something like this:

Code: Select all

\documentclass{article}
\usepackage{} ... whatever is needed 
\begin{document} 
  \char"41
  \char"4EAC 
  \char"0BAA
\end{document}
Jochen
by Jochen
Fri Jul 16, 2021 11:54 am
Forum: Fonts & Character Sets
Topic: inserting foreign language unicode characters into a LaTeX document
Replies: 5
Views: 11355

inserting foreign language unicode characters into a LaTeX document

My working-context is Windows-10, TeXLive, LaTeX, pdfLaTeX with editor TexWorks.
I am looking for a minimal (but complete) example of how to insert unicode characters from Japanese or Tamil by their unicode character codes ( like Hex UTF-32 4EAC (Japanese) or 0BAA (Tamil) ) into a LaTeX document ...