sfrajaona / tex-unicodechars

a long list of \newunicodechar definitions for latex (pdflatex/xelatex/luatex)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tex-unicodechars

This LaTeX package allows you to use unicode characters in your LaTeX source file. It provides a long list of \newunicodechar definitions. Unicode characters make the source file more readable. You will need a text editor in which you can enter the characters. I use Vim for that.

To type unicode characters in VIM

you can either use either

  • ctrl-V in insert mode (see :help i_CTRL-V_digit)

or its equivalent LaTeX command and one of these:

  • latex-unicoder: A plugin to type Unicode chars in Vim (you can switch back and forth between the latex command and its equivalent unicode character)
  • vim-unicode-snippets: Type Unicode by Ultisnips snippet expansion of LaTeX keywords
  • julia-vim: Vim support for Julia, includes latex-to-unicode substitutions (you can search unicode characters in command mode)

About

a long list of \newunicodechar definitions for latex (pdflatex/xelatex/luatex)

License:MIT License


Languages

Language:TeX 100.0%