From 59d409e3e827d1630055bbbb9a2606005b1f035c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 6 Nov 2007 19:33:56 +0000 Subject: new latex skeleton ANUfinalexam (25jan07) git-svn-id: svn://tug.org/texlive/trunk@5380 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 0d6c4641d31..49d0714da67 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -219,6 +219,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'mxd', "&MAKEflatten", 'mxedruli', "&MAKEflatten", 'ncctools', "&MAKEflatten", + 'nohyph', "die 'nohyph must be done by hand'", 'oberdiek', "&MAKEoberdiek", 'ocherokee', "&MAKEflatten", 'ofs', "&MAKEflatten", @@ -1735,19 +1736,19 @@ sub MAKEnosymlinks { # do some stuff for simple packages with hyphenation files, like # cbcoptic and ibycus-babel. The arguments are: -# LANGNAME - full language name, like "coptic" (first arg of .dat) +# LANGNAME - full language name, like "coptic" (first arg of .dat line) # LANGABBREV - abbreviated language name, like "cop" (in .dat filename) # HYPHFILE - hyphenation .tex file name, like "copthyph.tex" # # General procedure is: # -# create: /home/karl/src/Master/texmf/tpm/hyphen-language.tpm +# create: tlpkg/tlpsrc/hyphen-language.tlpsrc # (must be done by hand) # create: texmf/tex/generic/config/language.ll.dat # (done here, unless it already exists) # install pattern file from ctan: texmf/tex/generic/hyphen/langhyph.tex # (done here) -# add in: /home/karl/src/Master/texmf/tpm/collection-langother.tpm +# add in: tlpkg/tlpsrc/collection-langwhatever.tlpsrc # (must be done by hand) # sub GENMAKEhyphenation @@ -1784,12 +1785,19 @@ sub MAKEibycusbabel } # since existing mongolian is written in a different encoding, -# seems best to keep best? +# seems best to keep both? sub MAKEmnhyphn { &GENMAKEhyphenation ("mongolian2a", "mn2a", "mnhyphn.tex"); } +# we don't want a package named nohyph. Hmm. +#sub MAKEnohyph +#{ +# &GENMAKEhyphenation ("norsk", "no", "nohyphbx.tex"); +# &GENMAKEhyphenation ("nynorsk", "no", "nnhyph.tex"); +# &GENMAKEhyphenation ("bokmal", "no", "nbhyph.tex"); +#} # package subroutines -- cgit v1.2.3