]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 07:19:42 +0000 (08:19 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 07:19:42 +0000 (08:19 +0100)
.etckeeper
texmf/language.dat.lua.d/._cfg0000_language.texlive-langgerman.dat.lua [new file with mode: 0644]

index 7001554fe468814fcf8ceec8f73bd08f87e22e27..da3709809d5603fc3d9ae6669ac1006d24a9c784 100755 (executable)
@@ -1329,6 +1329,7 @@ maybe chmod 0644 './texmf/language.dat.d/language.texlive-langcyrillic.dat'
 maybe chmod 0644 './texmf/language.dat.d/language.texlive-langenglish.dat'
 maybe chmod 0644 './texmf/language.dat.d/language.texlive-langgerman.dat'
 maybe chmod 0755 './texmf/language.dat.lua.d'
+maybe chmod 0644 './texmf/language.dat.lua.d/._cfg0000_language.texlive-langgerman.dat.lua'
 maybe chmod 0644 './texmf/language.dat.lua.d/.keep_app-text_texlive-core-0'
 maybe chmod 0644 './texmf/language.dat.lua.d/language.texlive-langcyrillic.dat.lua'
 maybe chmod 0644 './texmf/language.dat.lua.d/language.texlive-langenglish.dat.lua'
diff --git a/texmf/language.dat.lua.d/._cfg0000_language.texlive-langgerman.dat.lua b/texmf/language.dat.lua.d/._cfg0000_language.texlive-langgerman.dat.lua
new file mode 100644 (file)
index 0000000..9613046
--- /dev/null
@@ -0,0 +1,37 @@
+       ['german-x-2009-06-19'] = {
+               loader = 'dehypht-x-2009-06-19.tex',
+               lefthyphenmin = 2,
+               righthyphenmin = 2,
+               synonyms = { 'german-x-latest' },
+               patterns = 'hyph-de-1901.pat.txt',
+               hyphenation = 'hyph-de-1901.hyp.txt',
+       },
+       ['ngerman-x-2009-06-19'] = {
+               loader = 'dehyphn-x-2009-06-19.tex',
+               lefthyphenmin = 2,
+               righthyphenmin = 2,
+               synonyms = { 'ngerman-x-latest' },
+               patterns = 'hyph-de-1996.pat.txt',
+               hyphenation = 'hyph-de-1996.hyp.txt',
+       },
+       ['german'] = {
+               loader = 'loadhyph-de-1901.tex',
+               lefthyphenmin = 2,
+               righthyphenmin = 2,
+               synonyms = { },
+               patterns = 'hyph-de-1901.pat.txt',
+       },
+       ['ngerman'] = {
+               loader = 'loadhyph-de-1996.tex',
+               lefthyphenmin = 2,
+               righthyphenmin = 2,
+               synonyms = { },
+               patterns = 'hyph-de-1996.pat.txt',
+       },
+       ['swissgerman'] = {
+               loader = 'loadhyph-de-ch-1901.tex',
+               lefthyphenmin = 2,
+               righthyphenmin = 2,
+               synonyms = { },
+               patterns = 'hyph-de-ch-1901.pat.txt',
+       },