summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/tex/latex/logic/milstd.sty9
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
2 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/logic/milstd.sty b/Master/texmf-dist/tex/latex/logic/milstd.sty
new file mode 100644
index 00000000000..632442d6b39
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/logic/milstd.sty
@@ -0,0 +1,9 @@
+% a jiffy package for using milstd.tex via \usepackage
+%
+% this file written for tidiness sake, only ...
+% by Robin Fairbairns
+
+\ProvidesPackage{milstd}[2009-06-25 v1.0 jiffy for loading milstd macros]
+
+\input{milstd}
+\endinput
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index fefa6f6a908..dd8b37d17d3 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -864,7 +864,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'latex-course','NULL', # keep doc together
'latex-doc-ptr', 'NULL', # keep doc together
'lettre', '\.ins|\.cls',
- 'logic', 'milstd\.tex',
+ 'logic', 'milstd\.tex|' . $standardtex,
'magyar', 'NULL', # do not install in runtime, conflicts with babel
'manjutex', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|manju.tex',
'mathdots', 'mathdots\.tex|' . $standardtex,