Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgestagg/open-dyslexic-latex
Open Dyslexic font for LaTeX
https://github.com/georgestagg/open-dyslexic-latex
dyslexia font latex
Last synced: about 2 months ago
JSON representation
Open Dyslexic font for LaTeX
- Host: GitHub
- URL: https://github.com/georgestagg/open-dyslexic-latex
- Owner: georgestagg
- License: other
- Created: 2019-02-04T11:18:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T11:01:25.000Z (9 months ago)
- Last Synced: 2024-11-05T03:24:21.288Z (3 months ago)
- Topics: dyslexia, font, latex
- Language: TeX
- Size: 817 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
README
======This is a version of the [Open Dyslexic](https://github.com/antijingoist/open-dyslexic/) font for LaTeX.
An example is included at `source/fonts/od/test.tex`.
Linux/TexLive
=========
* Copy the contents of this repo into `~/texmf`. You might have to make the `texmf` 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.
* You're done! You can use Open Dyslexic in your documents by adding the line `\usepackage{od}` to your LaTeX preamble.
MacOS/MacTeX
============
* Copy the contents of this repo into `~/Library/texmf`. You might have to make the `texmf` 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.
* You're done! You can use Open Dyslexic in your documents by adding the line `\usepackage{od}` to your LaTeX preamble.