diff options
author | Karl Berry <karl@freefriends.org> | 2015-10-26 22:55:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-10-26 22:55:17 +0000 |
commit | 4197e92d39c374b0fb7e425517db8f5e70640e48 (patch) | |
tree | 6bfa0e7d717c1a54d3136e430c2b5f234fb329e9 /Master/texmf-dist/doc/lualatex | |
parent | aa39a42bb2d25793853401583b76c53cae6ad7f5 (diff) |
selnolig (26oct15)
git-svn-id: svn://tug.org/texlive/trunk@38721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea | 23 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/selnolig-bugreport.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.pdf | bin | 81936 -> 81746 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-wordlist.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.pdf | bin | 32236 -> 32239 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-wordlist.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/selnolig.pdf | bin | 361693 -> 358610 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/selnolig/selnolig.tex | 10 |
10 files changed, 35 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea b/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea new file mode 100644 index 00000000000..d7422ed83cd --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea @@ -0,0 +1,23 @@ +# OpenType feature file to suppress the "rare" f_t.alt +# ligature provided by the font "Garamond Premier Pro". +# This feature file is employed by selnolig.tex, the +# user guide for the 'selnolig' package. +# Created by Mico Loretan, January 2013, based on +# important (crucial!) help provided by Khaled Hosny +# (see http://tex.stackexchange.com/q/89963/5001). + +# Scripts and languages +# If the font uses others, they should be defined here too +languagesystem DFLT dflt; +languagesystem latn dflt; + +# Undo the "f_t.alt" discretionary ligature +feature dlig { + sub f_t.alt by f t; +} dlig; + +# Apply the regular ligatures for ft and fft +feature liga { + sub f f t by f_f_t; + sub f t by f_t; +} liga;
\ No newline at end of file diff --git a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-bugreport.tex b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-bugreport.tex index 4ddd2c8ba50..328c608dc76 100644 --- a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-bugreport.tex +++ b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-bugreport.tex @@ -1,5 +1,5 @@ % !TEX TS-program = lualatex -% selnolig-bugreport.tex, 2015/10/08 +% selnolig-bugreport.tex, 2015/10/26 \documentclass{article} \usepackage[margin=1in]{geometry} diff --git a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.pdf b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.pdf Binary files differindex 49710b249dd..60f4a448cf5 100644 --- a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.pdf +++ b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.pdf diff --git a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.tex b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.tex index 3d84ff9d254..0dec5a98b5d 100644 --- a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.tex +++ b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-test.tex @@ -8,7 +8,7 @@ % in the companion file 'selnolig-english-wordlist.tex'. % % Author: Mico Loretan (loretan dot mico at gmail dot com) -% Date: 2015/10/08 +% Date: 2015/10/26 % Check first that we're running Lua(La)TeX. \usepackage{ifluatex} diff --git a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-wordlist.tex b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-wordlist.tex index e0909ea18b1..616d5d0d7e0 100644 --- a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-wordlist.tex +++ b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-english-wordlist.tex @@ -1,7 +1,7 @@ % !TeX root = selnolig-english-test.tex % !TEX TS-program = lualatex -% Last updated: 2015/10/08 +% Last updated: 2015/10/26 % For use with the 'selnolig' package and the % driver program 'selnolig-english-test.tex'. diff --git a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.pdf b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.pdf Binary files differindex 2de939c6c3f..b973e1e9071 100644 --- a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.pdf +++ b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.pdf diff --git a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.tex b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.tex index c58eca3cdd2..d84e2d354a4 100644 --- a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.tex +++ b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-test.tex @@ -7,7 +7,7 @@ % of test words is in 'selnolig-german-wordlist.tex'. % % Author: Mico Loretan (loretan dot mico at gmail dot com) -% Date: 2015/10/08 +% Date: 2015/10/26 % Check first that we're running lua(la)tex. \usepackage{ifluatex} diff --git a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-wordlist.tex b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-wordlist.tex index 1e6eeaf26be..a2df2dbb5d1 100644 --- a/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-wordlist.tex +++ b/Master/texmf-dist/doc/lualatex/selnolig/selnolig-german-wordlist.tex @@ -1,7 +1,7 @@ % !TeX root = selnolig-german-test.tex % !TEX TS-program = lualatex -% Last updated: 2015/10/08 +% Last updated: 2015/10/26 % For use with the 'selnolig' package and the % driver program 'selnolig-german-test.tex'. diff --git a/Master/texmf-dist/doc/lualatex/selnolig/selnolig.pdf b/Master/texmf-dist/doc/lualatex/selnolig/selnolig.pdf Binary files differindex 6eab0350d8f..0399b46a737 100644 --- a/Master/texmf-dist/doc/lualatex/selnolig/selnolig.pdf +++ b/Master/texmf-dist/doc/lualatex/selnolig/selnolig.pdf diff --git a/Master/texmf-dist/doc/lualatex/selnolig/selnolig.tex b/Master/texmf-dist/doc/lualatex/selnolig/selnolig.tex index 77c263bc4c6..a639c8840ee 100644 --- a/Master/texmf-dist/doc/lualatex/selnolig/selnolig.tex +++ b/Master/texmf-dist/doc/lualatex/selnolig/selnolig.tex @@ -10,7 +10,7 @@ % It has the status "maintained". % % Author: Mico Loretan (loretan dot mico at gmail dot com) -% Date: 2015/10/08 +% Date: 2015/10/26 % The file selnolig.tex contains the user guide to the % selnolig package. @@ -97,7 +97,7 @@ \nolig{steiflehnig}{s|teiflehnig} \nolig{strafbar}{s|trafbar} \nolig{belustigt}{belus|tigt} -\nolig{höflichst}{höflichs|t} +\nolig{flichst}{flichs|t} % flichst, höflichst \nolig{trittst}{tritts|t} \nolig{vortrefflichsten}{vortrefflichs|ten} \nolig{schnellste}{schnells|te} @@ -122,6 +122,8 @@ auf-füh-ren auf-hor-chen-den her-auf-kom-men un-er-schöpf-lich un-be-greif-lich kauf-leu-ten schlaf-lo-sig-keit ver-werf-li-che} + +\debugon % Load still a few more packages... @@ -586,7 +588,9 @@ However, the scope of this \cmmd{nolig} rule is a bit too broad (or, if you will \begin{Verbatim} \keeplig{flicht} \end{Verbatim} -This rule tells \pkg{selnolig} to override the action of the \Verb+\nolig{flich}{f|lich}+ rule for all words that contain the string \opt{flicht}. Most words affected by this \cmmd{keeplig} rule happen to contain the strings \enquote{Pflicht} and \enquote{pflicht}. In addition, this rule also helps preserve the fl-ligature in words such as \enquote{flichst} and \enquote{verflicht} (the second- and third-person-singular forms of the verbs flechten and verflechten, respectively). +This rule tells \pkg{selnolig} to override the action of the \Verb+\nolig{flich}{f|lich}+ rule for all words that contain the string \opt{flicht}. Most words affected by this \cmmd{keeplig} rule happen to contain the strings \enquote{Pflicht} and \enquote{pflicht}. In addition, this rule also helps preserve the fl-ligature in words such as \enquote{entflicht} and \enquote{verflicht} (the third-person-singular forms of the verbs entflechten and verflechten, respectively). + +%%%%flichst verflichst entflichst It is important to be aware of the following fact: It is \emph{not necessarily} the case that ligatures contained in the argument of a \cmmd{keeplig} rule will be used in words that contain the rule's search string. Why?! It is because, as was noted above, \emph{more than one} \cmmd{nolig} rule can apply to a given word. Consider, for instance, the word \opt{Lauflicht} mentioned earlier. This word happens to be caught by two \cmmd{nolig} rules and one \cmmd{keeplig} rule provided in the file \pkg{selnolig-german-patterns.sty}: \begin{Verbatim} |