diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/serbian-lig/serbian-lig.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/serbian-lig/serbian-lig.tex | 57 |
1 files changed, 41 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/serbian-lig/serbian-lig.tex b/Master/texmf-dist/doc/latex/serbian-lig/serbian-lig.tex index e6b88fce600..ea4f84dc18f 100644 --- a/Master/texmf-dist/doc/latex/serbian-lig/serbian-lig.tex +++ b/Master/texmf-dist/doc/latex/serbian-lig/serbian-lig.tex @@ -1,16 +1,36 @@ +%% 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ć +% +% This work consists of the files serbian-lig.dtx and serbian-lig.ins +% and the derived file serbian-lig.sty. \documentclass[a4paper,12pt]{article} \usepackage[T1]{fontenc} -\usepackage[latin1]{inputenc} +\usepackage[cp1250]{inputenc} \usepackage{lmodern} \usepackage{serbian-lig} \usepackage{xspace} +\usepackage{soul} +\usepackage{pifont} \usepackage{multicol}[1999/05/25] \usepackage[colorlinks,linkcolor=blue,citecolor=black, urlcolor=magenta,bookmarks]{hyperref} -\title{The \textsf{serbian-lig} package} +\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} @@ -18,28 +38,29 @@ urlcolor=magenta,bookmarks]{hyperref} \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. - +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 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. +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. If you want you may me send same words to \hyperlink{email}{zoran.filipovic@yahoo.com} +and I put in package. \section{Example} -Now we show same example. +\noindent +If you tupe: \verb|Kada je oficir sreo prefinjenu damu najfinijeg manira| \\ +\verb|počeo je da vadi fleke.| -\noindent \textbf{Example:} Kada je oficir sreo prefinjenu damu najfinijeg manira po\v{c}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: Kada je \verb|\oficir| sreo \verb|\prefinjenu| damu \verb|\najfinijeg| @@ -49,6 +70,10 @@ manira po\v{c}eo je da vadi \verb|\fleke|. This produce: Kada je \oficir sreo \prefinjenu damu \najfinijeg manira po\v{c}eo je da vadi \fleke{.} -So, happy serbian \TeX ing. +\begin{center} +\ding{167} \qquad \ding{167} \qquad \ding{167} +\end{center} + +\centerline{So, happy \TeX ing in serbian language.} \end{document}
\ No newline at end of file |