Skip to content

Commit

Permalink
In order to support search and copying of ligatures.
Browse files Browse the repository at this point in the history
Closes modelica#3286
It may be that we need to install additional packages on the docker-image (cmap and one more).

It seems we don't use virtual fonts so the more complicated solution isn't needed.
Note that an alternative would be to use mmap, which also adds math-handling.
It has the nice benefit that symbols like \in and \bigcup are automatically handled by copy-paste.
However, since it doesn't handle fractions it seems unclear if it is worth it.
  • Loading branch information
HansOlsson committed Nov 30, 2022
1 parent 4766609 commit 036c60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MLS.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
\documentclass[10pt,a4paper]{report}
\usepackage{cmap}
\NeedsTeXFormat{LaTeX2e}
\usepackage[utf8]{inputenc}

Expand Down

0 comments on commit 036c60b

Please sign in to comment.