SHA256
1
0
forked from pool/texlive

Be aware that texlive scripts are now in the packages them self

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=155
This commit is contained in:
2013-09-25 09:04:37 +00:00
committed by Git OBS Bridge
parent a1e92fc8f7
commit c08228ca07
2 changed files with 27 additions and 9 deletions

View File

@@ -798,16 +798,29 @@
-xmltex pdftex language.dat *xmltex.ini
-pdfxmltex pdftex language.dat *pdfxmltex.ini
+xmltex pdftex language.dat -translate-file=cp227.tcx *xmltex.ini
+pdfxmltex pdftex language.dat -translate-file=cp227.tcx *pdfxmltex.ini
--- texk/texlive/linked_scripts/musixtex/musixtex.lua
+++ texk/texlive/linked_scripts/musixtex/musixtex.lua 2013-06-28 11:32:20.681770281 +0000
@@ -75,6 +75,11 @@ tex = "etex"
musixflx = "musixflx"
dvi = "dvips"
ps2pdf = "ps2pdf"
+pdfxmltex pdftex language.dat -translate-file=cp227.tcx *pdfxmltex.ini
--- texk/texlive/linked_scripts/musixtex/musixtex.lua
+++ texk/texlive/linked_scripts/musixtex/musixtex.lua 2013-07-29 15:22:59.000000000 +0000
@@ -70,11 +70,21 @@ if #arg == 0 then
os.exit(0)
end
+base=string.explode(arg[0], "/+")
+base=string.explode(base[#base], ".+")
+base=base[1]
+
-- defaults:
-tex = "etex"
+if base == "pdfmusixtex" then
+ tex = "pdfetex"
+ dvi = ""
+ ps2pdf = ""
+else
+ tex = "etex"
+ dvi = "dvips"
+ ps2pdf = "ps2pdf"
+end
musixflx = "musixflx"
-dvi = "dvips"
-ps2pdf = "ps2pdf"
intermediate = 1
@@ -886,7 +899,7 @@
;;
#
--- texk/texlive/tl_scripts/texconfig-dialog.sh
--- texk/texlive/tl_scripts/texconfig-dialog.sh
+++ texk/texlive/tl_scripts/texconfig-dialog.sh 2009-09-02 12:47:26.000000000 +0000
@@ -150,7 +150,14 @@ termCtl()
###############################################################################
@@ -902,7 +915,7 @@
+ if test $rows -lt 24 -a $columns -lt 80 ; then
+ cat <<-'eof'
The interactive texconfig utility will be started now. Make sure
your screen has at least 24 rows and 80 columns. If texconfig
your screen has at least 24 rows and 80 columns. If texconfig
crashes now, you can still set up your teTeX system using the
@@ -159,8 +166,9 @@ menuMain()

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 08:59:50 UTC 2013 - werner@suse.de
- Be aware that texlive scripts are now in the packages them self
-------------------------------------------------------------------
Mon Sep 9 06:57:43 UTC 2013 - werner@suse.de