packages feed

mediawiki2latex 7.7 → 7.8

raw patch · 62 files changed

+369/−1 lines, 62 files

Files

mediawiki2latex.cabal view
@@ -1,5 +1,5 @@ Name:           mediawiki2latex-Version:        7.7+Version:        7.8 License:        GPL License-File:   LICENSE Author:         Dirk Hünniger <dirk.hunniger@googlemail.com>@@ -24,6 +24,68 @@   latex/my-tail.tex   latex/preamble.tex   latex/templates.user+  src/babel/af+  src/babel/an+  src/babel/ang+  src/babel/ar+  src/babel/ba+  src/babel/bo+  src/babel/ca+  src/babel/ce+  src/babel/co+  src/babel/da+  src/babel/de+  src/babel/el+  src/babel/en+  src/babel/es+  src/babel/fi+  src/babel/fr+  src/babel/ga+  src/babel/gl+  src/babel/gu+  src/babel/he+  src/babel/hu+  src/babel/hy+  src/babel/ia+  src/babel/ie+  src/babel/io+  src/babel/is+  src/babel/it+  src/babel/ka+  src/babel/km+  src/babel/ku+  src/babel/la+  src/babel/li+  src/babel/my+  src/babel/ne+  src/babel/nn+  src/babel/no+  src/babel/pa+  src/babel/pi+  src/babel/pt+  src/babel/qu+  src/babel/rm+  src/babel/ro+  src/babel/ru+  src/babel/se+  src/babel/sh+  src/babel/si+  src/babel/sk+  src/babel/sl+  src/babel/so+  src/babel/sq+  src/babel/sw+  src/babel/ta+  src/babel/te+  src/babel/tg+  src/babel/th+  src/babel/to+  src/babel/ug+  src/babel/uk+  src/babel/ur+  src/babel/vi+  src/babel/yi+ Source-Repository head   Type: git   Location: git://git.code.sf.net/p/wb2pdf/git
+ src/babel/af view
@@ -0,0 +1,5 @@+\usepackage[afrikaans]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{bladsy}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{afrikaans}
+ src/babel/an view
@@ -0,0 +1,5 @@+\usepackage[aragonese]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{aragonese}
+ src/babel/ang view
@@ -0,0 +1,5 @@+\usepackage[anglo-saxon]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{anglo-saxon}
+ src/babel/ar view
@@ -0,0 +1,5 @@+\usepackage[arabic]{babel}+\newcommand{\mychapterbabel}{فصل}+\newcommand{\mypagebabel}{صفحة}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{arabic}
+ src/babel/ba view
@@ -0,0 +1,5 @@+\usepackage[bashkir]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{bashkir}
+ src/babel/bo view
@@ -0,0 +1,5 @@+\usepackage[tibetan]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{tibetan}
+ src/babel/ca view
@@ -0,0 +1,5 @@+\usepackage[catalan]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{catalan}
+ src/babel/ce view
@@ -0,0 +1,5 @@+\usepackage[chechen]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{chechen}
+ src/babel/co view
@@ -0,0 +1,5 @@+\usepackage[corsican]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{corsican}
+ src/babel/da view
@@ -0,0 +1,5 @@+\usepackage[danish]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{side}+\newcommand{\myfigurebabel}{figur}+\newcommand{\mylangbabel}{danish}
+ src/babel/de view
@@ -0,0 +1,6 @@+\HyphSubstLet{ngerman}{ngerman-x-latest}+\usepackage[ngerman]{babel}+\newcommand{\mychapterbabel}{Kapitel}+\newcommand{\mypagebabel}{auf Seite}+\newcommand{\myfigurebabel}{Abb.}+\newcommand{\mylangbabel}{ngerman}
+ src/babel/el view
@@ -0,0 +1,5 @@+\usepackage[greek]{babel}+\newcommand{\mychapterbabel}{Κεφάλαιο}+\newcommand{\mypagebabel}{σελίδα}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{greek}
+ src/babel/en view
@@ -0,0 +1,5 @@+\usepackage[english]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{english}
+ src/babel/es view
@@ -0,0 +1,5 @@+\usepackage[spanish]{babel}+\newcommand{\mychapterbabel}{Capítulo}+\newcommand{\mypagebabel}{página}+\newcommand{\myfigurebabel}{figura}+\newcommand{\mylangbabel}{spanish}
+ src/babel/fi view
@@ -0,0 +1,5 @@+\usepackage[finnish]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{sivu}+\newcommand{\myfigurebabel}{kuva}+\newcommand{\mylangbabel}{finnish}
+ src/babel/fr view
@@ -0,0 +1,5 @@+\usepackage[french]{babel}+\newcommand{\mychapterbabel}{Chapitre}+\newcommand{\mypagebabel}{page}+\newcommand{\myfigurebabel}{FIGURE}+\newcommand{\mylangbabel}{french}
+ src/babel/ga view
@@ -0,0 +1,5 @@+\usepackage[irish]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{deilbh}+\newcommand{\mylangbabel}{irish}
+ src/babel/gl view
@@ -0,0 +1,5 @@+\usepackage[galician]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{páxina}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{galician}
+ src/babel/gu view
@@ -0,0 +1,5 @@+\usepackage[gujarati]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{gujarati}
+ src/babel/he view
@@ -0,0 +1,5 @@+\usepackage[hebrew]{babel}+\newcommand{\mychapterbabel}{פרק}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{hebrew}
+ src/babel/hu view
@@ -0,0 +1,5 @@+\usepackage[hungarian]{babel}+\newcommand{\mychapterbabel}{Fejezet}+\newcommand{\mypagebabel}{lap}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{hungarian}
+ src/babel/hy view
@@ -0,0 +1,5 @@+\usepackage[armenian]{babel}+\newcommand{\mychapterbabel}{Գլուխ}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{armenian}
+ src/babel/ia view
@@ -0,0 +1,5 @@+\usepackage[interlingua]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{interlingua}
+ src/babel/ie view
@@ -0,0 +1,5 @@+\usepackage[interlingue]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{interlingue}
+ src/babel/io view
@@ -0,0 +1,5 @@+\usepackage[ido]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{ido}
+ src/babel/is view
@@ -0,0 +1,5 @@+\usepackage[icelandic]{babel}+\newcommand{\mychapterbabel}{Kafli}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{icelandic}
+ src/babel/it view
@@ -0,0 +1,5 @@+\usepackage[italian]{babel}+\newcommand{\mychapterbabel}{Capitolo}+\newcommand{\mypagebabel}{pagina}+\newcommand{\myfigurebabel}{figura}+\newcommand{\mylangbabel}{italian}
+ src/babel/ka view
@@ -0,0 +1,5 @@+\usepackage[georgian]{babel}+\newcommand{\mychapterbabel}{თავში}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{georgian}
+ src/babel/km view
@@ -0,0 +1,5 @@+\usepackage[khmer]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{khmer}
+ src/babel/ku view
@@ -0,0 +1,5 @@+\usepackage[kurdish]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{kurdish}
+ src/babel/la view
@@ -0,0 +1,5 @@+\usepackage[latin]{babel}+\newcommand{\mychapterbabel}{Capitulum}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{latin}
+ src/babel/li view
@@ -0,0 +1,5 @@+\usepackage[limburgian]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{limburgian}
+ src/babel/my view
@@ -0,0 +1,5 @@+\usepackage[burmese]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{burmese}
+ src/babel/ne view
@@ -0,0 +1,5 @@+\usepackage[nepali]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{nepali}
+ src/babel/nn view
@@ -0,0 +1,5 @@+\usepackage[norwegian (nynorsk)]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{norwegian (nynorsk)}
+ src/babel/no view
@@ -0,0 +1,5 @@+\usepackage[norwegian (bokmål)]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{norwegian (bokmål)}
+ src/babel/pa view
@@ -0,0 +1,5 @@+\usepackage[punjabi]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{punjabi}
+ src/babel/pi view
@@ -0,0 +1,5 @@+\usepackage[pali]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{pali}
+ src/babel/pt view
@@ -0,0 +1,5 @@+\usepackage[portuguese]{babel}+\newcommand{\mychapterbabel}{Capítulo}+\newcommand{\mypagebabel}{página}+\newcommand{\myfigurebabel}{figura}+\newcommand{\mylangbabel}{portuguese}
+ src/babel/qu view
@@ -0,0 +1,5 @@+\usepackage[quechua]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{quechua}
+ src/babel/rm view
@@ -0,0 +1,5 @@+\usepackage[romansh]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{romansh}
+ src/babel/ro view
@@ -0,0 +1,5 @@+\usepackage[romanian]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{pagină}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{romanian}
+ src/babel/ru view
@@ -0,0 +1,5 @@+\usepackage[russian]{babel}+\newcommand{\mychapterbabel}{Глава}+\newcommand{\mypagebabel}{страница}+\newcommand{\myfigurebabel}{рисунок}+\newcommand{\mylangbabel}{russian}
+ src/babel/se view
@@ -0,0 +1,5 @@+\usepackage[northern sami]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{northern sami}
+ src/babel/sh view
@@ -0,0 +1,5 @@+\usepackage[serbo-croatian]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{serbo-croatian}
+ src/babel/si view
@@ -0,0 +1,5 @@+\usepackage[sinhalese]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{sinhalese}
+ src/babel/sk view
@@ -0,0 +1,5 @@+\usepackage[slovak]{babel}+\newcommand{\mychapterbabel}{Kapitola}+\newcommand{\mypagebabel}{strana}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{slovak}
+ src/babel/sl view
@@ -0,0 +1,5 @@+\usepackage[slovenian]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{strani}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{slovenian}
+ src/babel/so view
@@ -0,0 +1,5 @@+\usepackage[somali]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{somali}
+ src/babel/sq view
@@ -0,0 +1,5 @@+\usepackage[albanian]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{albanian}
+ src/babel/sw view
@@ -0,0 +1,5 @@+\usepackage[swahili]{babel}+\newcommand{\mychapterbabel}{Sura}+\newcommand{\mypagebabel}{ukurasa}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{swahili}
+ src/babel/ta view
@@ -0,0 +1,5 @@+\usepackage[tamil]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{tamil}
+ src/babel/te view
@@ -0,0 +1,5 @@+\usepackage[telugu]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{telugu}
+ src/babel/tg view
@@ -0,0 +1,5 @@+\usepackage[tajik]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{сафҳа}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{tajik}
+ src/babel/th view
@@ -0,0 +1,5 @@+\usepackage[thai]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{thai}
+ src/babel/to view
@@ -0,0 +1,5 @@+\usepackage[tongan]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{tongan}
+ src/babel/ug view
@@ -0,0 +1,5 @@+\usepackage[uyghur]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{uyghur}
+ src/babel/uk view
@@ -0,0 +1,5 @@+\usepackage[ukrainian]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{ukrainian}
+ src/babel/ur view
@@ -0,0 +1,5 @@+\usepackage[urdu]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{urdu}
+ src/babel/vi view
@@ -0,0 +1,5 @@+\usepackage[vietnamese]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{vietnamese}
+ src/babel/yi view
@@ -0,0 +1,5 @@+\usepackage[yiddish]{babel}+\newcommand{\mychapterbabel}{Chapter}+\newcommand{\mypagebabel}{on page}+\newcommand{\myfigurebabel}{Figure}+\newcommand{\mylangbabel}{yiddish}