diff options
author | Karl Berry <karl@freefriends.org> | 2007-11-06 19:33:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-11-06 19:33:56 +0000 |
commit | 59d409e3e827d1630055bbbb9a2606005b1f035c (patch) | |
tree | b091f67243161ee7f81fb3a1ab2caa5d74769b3c /Master/tlpkg | |
parent | 7383b0efbd677c0f5f76ff68216a721862512a84 (diff) |
new latex skeleton ANUfinalexam (25jan07)
git-svn-id: svn://tug.org/texlive/trunk@5380 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 16 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ANUfinalexam.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-publishers.tlpsrc | 1 |
3 files changed, 15 insertions, 4 deletions
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 diff --git a/Master/tlpkg/tlpsrc/ANUfinalexam.tlpsrc b/Master/tlpkg/tlpsrc/ANUfinalexam.tlpsrc new file mode 100644 index 00000000000..741edc88a5c --- /dev/null +++ b/Master/tlpkg/tlpsrc/ANUfinalexam.tlpsrc @@ -0,0 +1,2 @@ +name ANUfinalexam +category Package diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc index 745efa4a7ac..3e3e11ade54 100644 --- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc @@ -2,6 +2,7 @@ name collection-publishers category Collection shortdesc Support for publishers longdesc Essential publishers +depend ANUfinalexam depend IEEEconf depend IEEEtran depend aastex |