glaemscribe 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,11 +27,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
27
27
  \** 0.0.3 : added o/u curl option **\
28
28
  \** 0.0.4 : added voiced plosives corner cases treatment and option to chose method **\
29
29
  \** 0.0.5 : fixing h+long vowel medially **\
30
+ \** 0.0.6 : adding option for alveolarized consonants st (t+t), pt (p+t), ht (c+t) **\
30
31
 
31
32
  \language "Quenya"
32
33
  \writing "Tengwar"
33
34
  \mode "Classical"
34
- \version "0.0.5"
35
+ \version "0.0.6"
35
36
  \authors "Talagan (Benjamin Babut)"
36
37
 
37
38
  \charset tengwar_ds true
@@ -47,6 +48,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
47
48
  \value VOICED_PLOSIVES_WITH_STROKE 1
48
49
  \value VOICED_PLOSIVES_WITH_XTD 2
49
50
  \end
51
+ \beg option st_pt_ht ST_PT_HT_SEPARATED
52
+ \value ST_PT_HT_SEPARATED 1
53
+ \value ST_PT_HT_WITH_XTD 2
54
+ \end
50
55
  \option reverse_numbers true
51
56
  \beg option numbers_base BASE_12
52
57
  \value BASE_10 10
@@ -79,6 +84,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
79
84
  \elvish_numbers "\\eval numbers_base" "\\eval reverse_numbers"
80
85
  \end
81
86
 
87
+
82
88
  \beg processor
83
89
 
84
90
  \beg rules litteral
@@ -182,7 +188,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
182
188
  \** Palatalized **\
183
189
  ndy{V_D_KER_WN} --> ANDO THINF_DDOT_XL {V_D_IMG_XL_WN}
184
190
 
185
- \** Have some rules for d,b,g,gw although there are not theoritically possible, alduudenie e.g needs it **\
191
+ \** Have some rules for d,b,g,gw although there are not theoritically possible, aldudénie e.g needs it **\
186
192
  {L2_KER_UN} === d * b * g * gw
187
193
  \if "voiced_plosives_treatment == VOICED_PLOSIVES_WITH_STROKE"
188
194
  [{L2_KER_UN}]{V_D_KER_WN} --> [{L2_IMG}] THINF_STROKE_XL {V_D_IMG_XL_WN}
@@ -191,6 +197,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
191
197
  [{L2_KER_UN}]{V_D_KER_WN} --> [{L2_IMG_UN}] {V_D_IMG_XL_WN}
192
198
  \endif
193
199
 
200
+ \if "st_pt_ht == ST_PT_HT_WITH_XTD"
201
+ {L2_KER_ALVEOLARIZED_1} === st * pt
202
+ {L2_IMG_ALVEOLARIZED_1} === TW_EXT_11 * TW_EXT_12
203
+ {L2_KER_ALVEOLARIZED_2} === ht
204
+ {L2_IMG_ALVEOLARIZED_2} === TW_EXT_13
205
+
206
+ [{L2_KER_ALVEOLARIZED_1}]{V_D_KER_WN} --> [{L2_IMG_ALVEOLARIZED_1}] {V_D_IMG__L_WN}
207
+ [{L2_KER_ALVEOLARIZED_2}]{V_D_KER_WN} --> [{L2_IMG_ALVEOLARIZED_2}] {V_D_IMG_XL_WN}
208
+ \endif
209
+
194
210
  \** ===================== **\
195
211
  \** 3RD LINE RULES **\
196
212
  \** ===================== **\
@@ -28,6 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28
28
  \**
29
29
 
30
30
  0.0.2 : Added lw
31
+ 0.0.3 : Added thorn as equivalent for th
31
32
 
32
33
  **\
33
34
 
@@ -35,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
35
36
  \language "Sindarin"
36
37
  \writing "Tengwar"
37
38
  \mode "Beleriand"
38
- \version "0.0.2"
39
+ \version "0.0.3"
39
40
  \authors "Talagan (Benjamin Babut)"
40
41
 
41
42
  \charset tengwar_ds true
@@ -157,8 +158,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
157
158
  \** ======== **\
158
159
  \** 3RD LINE **\
159
160
  \** ======== **\
160
- {LINE_3RD_KER_1} === th * (f,ph,ff)
161
- {LINE_3RD_IMG_1} === SULE * FORMEN
161
+ {LINE_3RD_KER_1} === (þ,th) * (f,ph,ff)
162
+ {LINE_3RD_IMG_1} === SULE * FORMEN
162
163
  {LINE_3RD_KER_2} === ch
163
164
  {LINE_3RD_IMG_2} === AHA
164
165
 
@@ -173,7 +174,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
173
174
  \** ======== **\
174
175
  \** 4TH LINE **\
175
176
  \** ======== **\
176
- {LINE_4TH_KER} === (ð,ðh,dh) * (v,bh,f_)
177
+ {LINE_4TH_KER} === (đ,ð,ðh,dh) * (v,bh,f_)
177
178
  {LINE_4TH_IMG} === ANTO * AMPA
178
179
 
179
180
  [{LINE_4TH_KER}] --> [{LINE_4TH_IMG}]
@@ -31,6 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
31
31
  Reworked the problem of labialized consonnants (+w), adding an option for treating the u-curl + tehta combination.
32
32
  0.0.3 : Extended the labialized consonnants option.
33
33
  0.0.4 : Fixed nw (BUG : was using ORE from the beleriand mode), added lw
34
+ 0.0.5 : Added thorn as equivalent for th
34
35
 
35
36
  **\
36
37
 
@@ -38,7 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
38
39
  \language "Sindarin"
39
40
  \writing "Tengwar"
40
41
  \mode "Classical"
41
- \version "0.0.4"
42
+ \version "0.0.5"
42
43
  \authors "Talagan (Benjamin Babut)"
43
44
 
44
45
  \charset tengwar_ds true
@@ -170,7 +171,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
170
171
  {V_D_KER_WN}nd --> ANDO DASH_SUP_L {V_D_IMG_XL_WN}
171
172
 
172
173
  \** 3RD LINE **\
173
- {LINE_3RD_KER_1} === th * (f,ph,ff)
174
+ {LINE_3RD_KER_1} === (þ,th) * (f,ph,ff)
174
175
  {LINE_3RD_IMG_1} === SULE * FORMEN
175
176
  {LINE_3RD_KER_2} === ch
176
177
  {LINE_3RD_IMG_2} === HWESTA
@@ -184,7 +185,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
184
185
  {V_D_KER_WN}nch --> HWESTA DASH_SUP_S {V_D_IMG__S_WN}
185
186
 
186
187
  \** 4TH LINE **\
187
- {LINE_4TH_KER} === (ð,ðh,dh) * (v,bh,f_) \** Some noldorin variants here ... **\
188
+ {LINE_4TH_KER} === (đ,ð,ðh,dh) * (v,bh,f_) \** Some noldorin variants here ... **\
188
189
  {LINE_4TH_IMG} === ANTO * AMPA
189
190
 
190
191
  {V_D_KER_WN}[{LINE_4TH_KER}] --> 2,1 --> [{LINE_4TH_IMG}]{V_D_IMG_XL_WN}
@@ -24,10 +24,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
24
24
 
25
25
  \** Sindarin Angerthas Daeron mode for glaemscribe **\
26
26
 
27
+ \** changelog **\
28
+ \** 0.0.3 : Added thorn as equivalent for th **\
29
+
30
+
27
31
  \language "Sindarin"
28
32
  \writing "Cirth"
29
33
  \mode "Angerthas Daeron"
30
- \version "0.0.1"
34
+ \version "0.0.2"
31
35
  \authors "Talagan (Benjamin Babut)"
32
36
 
33
37
  \charset cirth_ds true
@@ -120,7 +124,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
120
124
  sh --> CIRTH_15
121
125
  ss --> CIRTH_36
122
126
  t --> CIRTH_8
123
- th --> CIRTH_10
127
+ (þ,th) --> CIRTH_10
124
128
  u --> CIRTH_42
125
129
  ú --> CIRTH_43
126
130
  ü --> CIRTH_45_ALT \** Can use CIRTH_45 **\
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glaemscribe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-02 00:00:00.000000000 Z
12
+ date: 2016-04-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: commander