summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/tex4ebook/config-t4e.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/tex4ebook/config-t4e.lua')
-rwxr-xr-xMaster/texmf-dist/scripts/tex4ebook/config-t4e.lua19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/tex4ebook/config-t4e.lua b/Master/texmf-dist/scripts/tex4ebook/config-t4e.lua
new file mode 100755
index 00000000000..9cc6681efec
--- /dev/null
+++ b/Master/texmf-dist/scripts/tex4ebook/config-t4e.lua
@@ -0,0 +1,19 @@
+-- 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"
+}