diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-15 23:13:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-15 23:13:13 +0000 |
commit | fd5baa85b6dca448cdbe64aadf5c74ba9a0a58a6 (patch) | |
tree | 4081fa075223d547b67f7290edeb7aec0e603cf1 | |
parent | 0979f378836457b235ecfeb44f735eaba6782b21 (diff) |
magyar update
git-svn-id: svn://tug.org/texlive/trunk@12167 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/magyar/magyar.ldf | 1 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/magyar/magyar.ldf b/Master/texmf-dist/doc/latex/magyar/magyar.ldf index 9ad8bff17a1..5a766deb176 100644 --- a/Master/texmf-dist/doc/latex/magyar/magyar.ldf +++ b/Master/texmf-dist/doc/latex/magyar/magyar.ldf @@ -2081,6 +2081,7 @@ \def\@svsechd{#4{\hskip #1\relax #5.}}% \fi \@xsect{#3}}} + \else % This implements option sectiondot=safe. % % [pts] We definitely want \numberline to emit table number in \listoftables as diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 5d14782253b..39c2d1dfd73 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -285,7 +285,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'ltxmisc', "die 'skipping, too complicated, sorry'", 'lxfonts', "&MAKEcopy", 'lucida', "&MAKElucida", - 'magyar', "die 'skipping, conflicts with regular babel'", 'makebarcode', "&MAKEcopy", 'makecell', "&MAKEnosymlinks", 'makedtx', "&MAKEflatten", @@ -829,6 +828,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'kuvio', '\.tex|\.sty', 'latex-course','NULL', # keep doc together 'lettre', '\.ins|\.cls', + 'magyar', 'NULL', # do not install in runtime, conflicts with babel 'manjutex', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|manju.tex', 'mathdots', 'mathdots\.tex|' . $standardtex, 'metatex', 'metatex.tex', |