blob: d0ef8b77daad046e6f1719c107326a8dea2920e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
\ProvidesFile{gloss-friulan.ldf}[polyglossia: module for friulan]
\makeatletter
\PolyglossiaSetup{friulan}{%
hyphennames={friulan,furlan},
hyphenmins={2,2},
indentfirst=false,
fontsetup=true,
frenchspacing=true,
}
\def\captionsfriulan{%
\def\prefacename{Prefazion}%
\def\refname{Riferiments}%
\def\abstractname{Somari}%
\def\bibname{Bibliografie}%
\def\chaptername{Cjapitul}%
\def\appendixname{Zonte}%
\def\contentsname{Tabele gjenerâl}%
\def\listfigurename{Liste des figuris}%
\def\listtablename{Liste des tabelis}%
\def\indexname{Tabele analitiche}%
\def\figurename{Figure}%
\def\tablename{Tabele}%
\def\partname{Part}%
\def\enclname{Zonte(is)}%
\def\ccname{Cun copie a}%
\def\headtoname{Par}%
\def\pagename{Pagjine}%
\def\seename{cjale}%
\def\alsoname{cjale ancje}%
\def\proofname{Dimostrazion}%
\def\glossaryname{Glossari}%
}
\def\datefriulan{%
\def\today{\number\day\space di\space\ifcase\month\or
Genâr\or Fevrâr\or Març\or Avril\or Mai\or Jugn\or
Lui\or Avost\or Setembar\or Otobar\or Novembar\or Dicembar%
\fi\space dal\space\number\year}}
\AtEndPreamble{% the user or the class might define different values
\edef\xpgfu@savedvalues{%
\clubpenalty=\the\clubpenalty\space
\@clubpenalty=\the\@clubpenalty\space
\widowpenalty=\the\widowpenalty\space
\finalhyphendemerits=\the\finalhyphendemerits}
}
\def\noextras@friulan{%
\lccode\string"2019=\z@
% TODO Figure out what the two lines below were supposed to be good for.
% \noitalian@shorthands
% \xpgit@savedvalues
}
\def\blockextras@friulan{%
\lccode\string"2019=\string"2019
\clubpenalty=3000 \@clubpenalty=3000 \widowpenalty=3000
\finalhyphendemerits=50000000
}
\def\inlineextras@friulan{%
\lccode\string"2019=\string"2019
}
|