blob: d2f51af2b9958a736c8705c9ddd413659fe12587 (
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
%%
%% This is file `friulan.ldf',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% friulan.dtx (with options: `code')
%% ------------------------------------------------------------------
%% The friulan module for babel
%% Copyright (C) 2012-2016 Claudio Beccari
%% All rights reserved
%%
%% Licence information appended
%%
%% Created by Claudio Beccari claudio dot beccari at gmail dot com
%%
%%
\ProvidesLanguage{friulan}
[2016/02/23 v.1.3 friulan support for the babel system]
\LdfInit{\CurrentOption}{captions\CurrentOption}
\ifx\l@friulan\@undefined
\ifx\l@furlan\@undefined
\@nopatterns{friulan}
\unless\ifx\l@italian\@undefined
\adddialect\l@friulan \l@italian
\fi
\else
\let\l@friulan\l@furlan
\fi
\fi
\expandafter\ifx\csname l@\CurrentOption\endcsname\relax
\expandafter\let\csname l@\CurrentOption\endcsname\l@friulan
\fi
\adddialect\l@furlan\l@friulan
\providehyphenmins{\CurrentOption}{\tw@\tw@}
\@namedef{captions\CurrentOption}{%
\def\prefacename{Prefazion}%
\def\refname{Riferiments}%
\def\abstractname{Somari}%
\def\bibname{Bibliografie}%
\def\chaptername{Cjapitul}%
\def\appendixname{Zonte}%
\def\contentsname{Tabele gjener\^al}%
\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}%
}
\@namedef{date\CurrentOption}{%
\def\today{\number\day\space di\space\ifcase\month\or
Gen\^ar\or Fevr\^ar\or Mar\c{c}\or Avril\or Mai\or Jugn\or
Lui\or Avost\or Setembar\or Otobar\or Novembar\or Dicembar%
\fi\space dal\space\number\year}}
\expandafter\addto\csname extras\CurrentOption\endcsname{%
\babel@savevariable\clubpenalty
\babel@savevariable\widowpenalty
\babel@savevariable\@clubpenalty
\clubpenalty3000\widowpenalty3000\@clubpenalty\clubpenalty}%
\expandafter\addto\csname extras\CurrentOption\endcsname{%
\babel@savevariable\finalhyphendemerits
\finalhyphendemerits50000000}%
\expandafter\addto\csname extras\CurrentOption\endcsname{%
\lccode`'=`'}%
\expandafter\addto\csname noextras\CurrentOption\endcsname{%
\lccode`'=0}%
\ldf@finish\CurrentOption
%% Distributable under the LaTeX Project Public License,
%% version 1.3c or higher (your choice). The latest version of
%% this license is at: http://www.latex-project.org/lppl.txt
%%
%% This work is "author-maintained"
%% The maintainer is Claudio Beccari
%%
%%
%% End of file `friulan.ldf'.
|