blob: e6b88fce600d08c964933da92ba1079eed44c8bb (
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
|
\documentclass[a4paper,12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}
\usepackage{serbian-lig}
\usepackage{xspace}
\usepackage{multicol}[1999/05/25]
\usepackage[colorlinks,linkcolor=blue,citecolor=black,
urlcolor=magenta,bookmarks]{hyperref}
\title{The \textsf{serbian-lig} package}
\author{Zoran T. Filipovi\'{c} \\ Jurija Gagarina 263/6 \\ 11070 New Belgrade, Serbia}
\begin{document}
\frenchspacing
\maketitle
\begin{abstract}
This is a very small package who 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 same word which contains fi \textit{\&} fl
ligatures in serbian language in latin scripts. The packege request \verb|xspace| package.
The list of words you may see in document
\verb|\usepacake{lig-list}| and same words in \verb|\usepacake{serbian-lig}| package.
If you want you may me send word to \hyperlink{email}{zoran.filipovic@yahoo.com}
and I you put in package.
\section{Example}
Now we show same example.
\noindent \textbf{Example:} Kada je oficir sreo prefinjenu damu najfinijeg manira po\v{c}eo
je da vadi fleke.
\noindent
If you tupe: Kada je \verb|\oficir| sreo \verb|\prefinjenu| damu \verb|\najfinijeg|
manira po\v{c}eo je da vadi \verb|\fleke|.
\noindent
This produce: Kada je \oficir sreo \prefinjenu damu \najfinijeg manira po\v{c}eo je da
vadi \fleke{.}
So, happy serbian \TeX ing.
\end{document}
|