Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 1.02 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.02 KB

disaccent

disaccent is a tool for converting diacritical marks (AKA accent marks) from plain text to the respective escaped LaTeX version.

It is written in Haskell and licensed under BSD 2-clause.

Usage

disaccent is a standard command-line tool that process the standard input stream (STDIN).

What about unicode2latex?

unicode2latex is an equivalent tool that I have written few years ago, in Python. It is functional and can be downloaded in its own repository.

Concerning the stability, it is more stable than disaccent, but I hope the situation will change very soon. 😄

In source-code readability, however, I think disaccent is much superior than unicode2latex, but that is a matter of taste (I think so). 😜