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:
parent
a1e92fc8f7
commit
c08228ca07
31
source.dif
31
source.dif
@ -798,16 +798,29 @@
|
||||
+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"
|
||||
+if string.match(arg[0], "pdfmusixtex$") then
|
||||
+ tex = "pdfetex"
|
||||
+++ 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
|
||||
passes = 2
|
||||
|
||||
@ -886,7 +899,7 @@
|
||||
#
|
||||
--- texk/texlive/tl_scripts/texconfig-dialog.sh
|
||||
+++ texk/texlive/tl_scripts/texconfig-dialog.sh 2009-09-02 12:47:26.000000000 +0000
|
||||
@@ -159,7 +159,14 @@ termCtl()
|
||||
@@ -150,7 +150,14 @@ termCtl()
|
||||
###############################################################################
|
||||
menuMain()
|
||||
{
|
||||
@ -902,7 +915,7 @@
|
||||
The interactive texconfig utility will be started now. Make sure
|
||||
your screen has at least 24 rows and 80 columns. If texconfig
|
||||
crashes now, you can still set up your teTeX system using the
|
||||
@@ -168,8 +175,9 @@ menuMain()
|
||||
@@ -159,8 +166,9 @@ menuMain()
|
||||
|
||||
The interactive mode works best with a real vt100 terminal or
|
||||
inside an xterm window.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user