diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-24 18:44:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-24 18:44:22 +0000 |
commit | dffd8d0def31a779cf352b4ff529a4d161b3ae87 (patch) | |
tree | 59abc15f3894805429f4bb8e1097c0fff10102c6 /Master/texmf/tpm | |
parent | 0835f73e7c7f6a0fd55c5205df5c3593162dfee6 (diff) |
non-hyphenation for arabic
git-svn-id: svn://tug.org/texlive/trunk@2884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tpm')
-rw-r--r-- | Master/texmf/tpm/hyphen-arabic.tpm | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf/tpm/hyphen-arabic.tpm b/Master/texmf/tpm/hyphen-arabic.tpm new file mode 100644 index 00000000000..16226831268 --- /dev/null +++ b/Master/texmf/tpm/hyphen-arabic.tpm @@ -0,0 +1,32 @@ +<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd"> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/"> + <rdf:Description about="http://texlive.dante.de/texlive/TLCore/hyphen-french.zip"> + <TPM:Name>hyphen-french</TPM:Name> + <TPM:Type>TLCore</TPM:Type> + <TPM:Date>1970/01/01 00:00:00</TPM:Date> + <TPM:Version></TPM:Version> + <TPM:Title>Arabic/Farsi (non-)hyphenation</TPM:Title> + <TPM:Description></TPM:Description> + <TPM:Author></TPM:Author> + <TPM:Size>35978</TPM:Size> + <TPM:License></TPM:License> + <TPM:Build> + <TPM:RunPatterns> +texmf/tex/generic/config/language.ar.dat +texmf/tex/generic/config/language.fa.dat +texmf/tpm/hyphen-arabic.tpm + </TPM:RunPatterns> + </TPM:Build> + <TPM:RunFiles size="35978"> +texmf/tex/generic/config/language.fr.dat +texmf/tex/generic/hyphen/frhyph.tex +texmf/tpm/hyphen-french.tpm + </TPM:RunFiles> + <TPM:Installation> + <TPM:Execute function="BuildLanguageDat" parameter="ar"/> + <TPM:Execute function="BuildLanguageDat" parameter="fa"/> + </TPM:Installation> + <TPM:Provides>TLCore/hyphen-arabic</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |