summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-28 23:29:49 +0000
committerKarl Berry <karl@freefriends.org>2009-06-28 23:29:49 +0000
commitc93dde9fc21037240a4375c9c7902123f41098be (patch)
treef0bc711e6fafc355a61547752089ce2b01a4b629
parentd5242cde0fb66b617d01d91c3454eba83b407ea8 (diff)
milstd.sty (25jun09)
git-svn-id: svn://tug.org/texlive/trunk@13985 c570f23f-e606-0410-a88d-b1316a301751
-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,