summaryrefslogtreecommitdiff
path: root/support/tex4ebook/config-t4e.lua
diff options
context:
space:
mode:
Diffstat (limited to 'support/tex4ebook/config-t4e.lua')
-rw-r--r--support/tex4ebook/config-t4e.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/support/tex4ebook/config-t4e.lua b/support/tex4ebook/config-t4e.lua
deleted file mode 100644
index 9cc6681efe..0000000000
--- a/support/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"
-}