This is a version of the Open Dyslexic font for LaTeX.
An example is included at source/fonts/od/test.tex
.
- Copy the contents of this repo into
~/texmf
. You might have to make thetexmf
directory. - Run the command:
mktexlsr ~/texmf
- Run the command
updmap-user --enable Map=od.map
- If this fails, try
updmap -user --enable Map=od.map
instead.
- If this fails, try
- You're done! You can use Open Dyslexic in your documents by adding the line
\usepackage{od}
to your LaTeX preamble.
- Copy the contents of this repo into
~/Library/texmf
. You might have to make thetexmf
directory. - Run the command:
mktexlsr ~/Library/texmf
- Run the command:
mkdir ~/Library/texmf/web2c/
- Run the command:
touch ~/Library/texmf/web2c/updmap.cfg
- Run the command
updmap-user --enable Map=od.map
- If this fails, try
updmap -user --enable Map=od.map
instead.
- If this fails, try
- You're done! You can use Open Dyslexic in your documents by adding the line
\usepackage{od}
to your LaTeX preamble.