\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}