diff options
Diffstat (limited to 'Master/texmf-dist/scripts/tex4ebook/config-t4e.lua')
-rwxr-xr-x | Master/texmf-dist/scripts/tex4ebook/config-t4e.lua | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/scripts/tex4ebook/config-t4e.lua b/Master/texmf-dist/scripts/tex4ebook/config-t4e.lua deleted file mode 100755 index 9cc6681efec..00000000000 --- a/Master/texmf-dist/scripts/tex4ebook/config-t4e.lua +++ /dev/null @@ -1,19 +0,0 @@ --- Config file for tex4ebook - --- Font config - -Font{ - name = "cmr", - file = "lmroman10-regular.otf", - family = "Latin Modern", - weight = "normal", - style = "normal" -} - -Font{ - name = "cmmi", - file = "lmroman10-italic.otf", - family = "Latin Modern", - weight = "normal", - style = "italic" -} |