summaryrefslogtreecommitdiffstats
path: root/office/texlive-extra/README
diff options
context:
space:
mode:
Diffstat (limited to 'office/texlive-extra/README')
-rw-r--r--office/texlive-extra/README18
1 files changed, 15 insertions, 3 deletions
diff --git a/office/texlive-extra/README b/office/texlive-extra/README
index d1e75df0cc..519fce7046 100644
--- a/office/texlive-extra/README
+++ b/office/texlive-extra/README
@@ -1,6 +1,18 @@
-texlive-extra (extra texmf files for TeXLive)
-
This package contains texmf files which don't fit in the
-texlive base package. Appropriate docs are included as well.
+texlive package shipped by Slackware.
+Appropriate docs are included as well.
Optional dependency: openjdk8
+
+To integrate this package, you have to do the following steps
+as root user:
+
+mktexlsr
+printf "y\n" | updmap-sys --syncwithtrees
+cp /usr/share/texmf-dist/web2c/updmap.cfg.extra \
+ /usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp
+updmap-sys \
+ --cnffile /usr/share/texmf-dist/web2c/updmap.cfg \
+ --cnffile /usr/share/texmf-dist/web2c/updmap.cfg.extra
+mv /usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp \
+ /usr/share/texmf-dist/web2c/updmap.cfg.extra