summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/serbian-lig/serbian-lig.tex
blob: a4e5ba555499d1e7542ab7e0a62202e42bcacdb2 (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
%% serbian-lig.tex
%% Copyright 2011 Zoran Filipoviæ
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Zoran Filipoviæ
%

\documentclass[a4paper,12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[cp1250]{inputenc}
\usepackage{textcomp}

\usepackage{serbian-lig} 

\usepackage{xspace}
\usepackage{soul}
\usepackage{pifont}
\usepackage{tipa}

\title{The \textsf{serbian-lig} package\protect\footnote{this package is under LPPL licence,
       version 1.3c}}
\author{Zoran T. Filipovi\'{c} \\ Jurija Gagarina 263/6 \\ 11070 New Belgrade, Serbia}

\begin{document}
\frenchspacing
\maketitle

\begin{abstract}
This package provide disable ligatures for serbian languages. 
In serbian languages, in latin scripts, exist only \verb|fi| and \verb|fl| ligatures, 
so this package provide disable ligatures for this type of ligatures. 
\end{abstract}

\section{Introduction}

This package is activate by typing \verb|\usepacake{serbian-lig}| in preamble for your 
document, and provide disable ligature for words which contains \fbox{fi} \textit{\&} 
\fbox{fl} ligatures in serbian language in latin scripts. The list of words with ligatures
you may see in document \verb|lig-list.pdf| and same words in \verb|serbian-lig.sty|
package. 

\section{Example}

\noindent 
If you tupe: \verb|Kada je oficir sreo prefinjenu damu najfinijeg manira| \\
\verb|poèeo je da vadi fleke.|

\noindent
This produce: Kada je oficir sreo prefinjenu damu najfinijeg manira po\v{c}eo je da 
vadi fleke.

\noindent
If you tupe: \verb|Kada je \oficir sreo \prefinjenu damu \najfinijeg manira| \\
\verb|poèeo je da vadi \fleke.|

\noindent
This produce: Kada je \oficir sreo \prefinjenu damu \najfinijeg manira poèeo je da 
vadi \fleke{.}
\begin{center}
\ding{167} \qquad \ding{167}  \qquad \ding{167}
\end{center}
\centerline{So, happy \TeX ing in serbian language.}

\end{document}