File: czech.hva

package info (click to toggle)
hevea 2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,588 kB
  • ctags: 2,364
  • sloc: ml: 18,965; sh: 370; makefile: 131
file content (44 lines) | stat: -rw-r--r-- 1,504 bytes parent folder | download | duplicates (10)
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
%%%% Hevea support for babel option 'czech'.

%%%% Note : Support for
%%%%    a) date
%%%%    b) usual shorthands (\' \` \^ etc.)
%%%%    c) names of various part descriptors (contentsname etc.)

\newcommand{\czech@babel}{
\renewcommand{\czech@month} 
{\ifthenelse{\value{month}=1 }{Leden}
{\ifthenelse{\value{month}=2 }{\'Unor}
{\ifthenelse{\value{month}=3 }{Brezen}
{\ifthenelse{\value{month}=4 }{Duben}
{\ifthenelse{\value{month}=5 }{Kveten}
{\ifthenelse{\value{month}=6 }{Cerven}
{\ifthenelse{\value{month}=7 }{Cervenec}
{\ifthenelse{\value{month}=8 }{Srpen}
{\ifthenelse{\value{month}=9 }{Z\'ar\'i}
{\ifthenelse{\value{month}=10}{R\'ijen}
{\ifthenelse{\value{month}=11}{Listopad}
{\ifthenelse{\value{month}=12}{Pronisec}{}
}}}}}}}}}}}}%
\renewcommand\today{\theday.~\czech@month~\theyear}%
\renewcommand\prefacename{Predmluva}%
\renewcommand\refname{Reference}%
\renewcommand\abstractname{Abstrakt}%
\renewcommand\bibname{Literatura}%
\renewcommand\chaptername{Kapitola}%
\renewcommand\appendixname{Dodatek}%
\renewcommand\contentsname{Obsah}%
\renewcommand\listfigurename{Seznam Obr\'azku}%
\renewcommand\listtablename{Seznam Tabulek}%
\renewcommand\indexname{Index}%
\renewcommand\figurename{Obrazek}%
\renewcommand\tablename{Tabluka}%
\renewcommand\partname{C\'ast}%
\renewcommand\enclname{Pr\'iloha}%
\renewcommand\ccname{cc}%
\renewcommand\headtoname{Komu}%
\renewcommand\pagename{Strana}%
\renewcommand\headpagename{Strana}%
\renewcommand\seename{viz}%
\renewcommand\alsoseename{viz t\'ez}%
}