summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/srbook-mem
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-08 00:50:08 +0000
committerKarl Berry <karl@freefriends.org>2011-08-08 00:50:08 +0000
commit4cd8be3a31066476b296c28a331a086953180816 (patch)
tree74b58d398ed3c3c736b9ada68a2f7105f60c1d74 /Master/texmf-dist/doc/latex/srbook-mem
parent17adabfbf74165afccb1265d52eea3ad4383f6e1 (diff)
new latex package srbook-mem (13jun11)
git-svn-id: svn://tug.org/texlive/trunk@23454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/srbook-mem')
-rw-r--r--Master/texmf-dist/doc/latex/srbook-mem/README30
-rw-r--r--Master/texmf-dist/doc/latex/srbook-mem/SerbianBookMem.pdfbin0 -> 213835 bytes
-rw-r--r--Master/texmf-dist/doc/latex/srbook-mem/SerbianBookMem.tex118
-rw-r--r--Master/texmf-dist/doc/latex/srbook-mem/Test.pdfbin0 -> 27055 bytes
-rw-r--r--Master/texmf-dist/doc/latex/srbook-mem/Test.tex35
-rw-r--r--Master/texmf-dist/doc/latex/srbook-mem/TestLight.pdfbin0 -> 46904 bytes
-rw-r--r--Master/texmf-dist/doc/latex/srbook-mem/TestLight.tex36
7 files changed, 219 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/srbook-mem/README b/Master/texmf-dist/doc/latex/srbook-mem/README
new file mode 100644
index 00000000000..99c51d16393
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/srbook-mem/README
@@ -0,0 +1,30 @@
+
+ README
+
+This package provide a number of the book, part and chapter in letters, in
+serbian language in latin scripts, for memoir class.
+
+Produce Knjiga Prva like First Book, Deo Prvi like First Part and
+Glava Prva like Chapter first.
+
+There is options [light] which very nice and smooth.
+
+memoir class is such to many predefines chapterstyle, so you may choose
+just a package (\usepackage{srbook-mem}) i find the output is very nice for the
+following chapterstyle:
+
+default:companion:chappell:ell:ger:ntglike:thatcher
+
+The second options is [wilson] (\usepackage[wilson]{srbook-mem}), which produce
+Jedan, Dva, \dots{} like One, Two \dots{} i find the output is very nice for the
+following chapterstyle:
+
+wilsondob:komalike:crosshead:section:article:tandh:section
+
+Licence: under GNU GPL
+
+Zoran T. Filipovic
+Jurija Gagarina 263/6
+11070 Novi Beograd
+Srbija
+zoran dot filipovic at yahoo dot com
diff --git a/Master/texmf-dist/doc/latex/srbook-mem/SerbianBookMem.pdf b/Master/texmf-dist/doc/latex/srbook-mem/SerbianBookMem.pdf
new file mode 100644
index 00000000000..19284ce60fb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/srbook-mem/SerbianBookMem.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/srbook-mem/SerbianBookMem.tex b/Master/texmf-dist/doc/latex/srbook-mem/SerbianBookMem.tex
new file mode 100644
index 00000000000..8b2680aa3d2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/srbook-mem/SerbianBookMem.tex
@@ -0,0 +1,118 @@
+
+\documentclass[a4paper,12pt]{memoir}
+\usepackage[T1]{fontenc}
+\usepackage[latin1]{inputenc}
+\usepackage{lmodern}
+\usepackage{verbatim}
+\usepackage{soul}
+\usepackage{xspace}
+
+\title{The \textsf{srbook-mem} package}
+\author{Zoran T. Filipovi\'{c} \\
+ Jurija Gagarina 263/6 \\
+ 11070 New Belgrade, Serbia}
+
+\usepackage[serbian,english]{babel}
+\usepackage[wilson]{srbook-mem}
+
+%%% NICE WIDHTOUT WILSONDOB OPTIONS IN SRBOOK-MEM (NO LIGHT)
+%%% \usepackage{srbook-mem}
+
+%\chapterstyle{default}
+%\chapterstyle{companion}
+%\chapterstyle{chappell}
+%\chapterstyle{ell}
+%\chapterstyle{ger}
+%\chapterstyle{ntglike}
+%\chapterstyle{thatcher}
+
+%%% NICE WIDTH WILSONDOB OPTIONS IN SRBOOK-MEM (NO LIGHT)
+%%% \usepackage[wilsondob]{srbook-mem}
+
+\chapterstyle{wilsondob}
+%\chapterstyle{komalike}
+%\chapterstyle{crosshead}
+%\chapterstyle{section}
+%\chapterstyle{article}
+%\chapterstyle{tandh}
+%\chapterstyle{section}
+
+\begin{document}
+\frenchspacing
+\maketitle
+
+\begin{abstract}
+In this document I try to explain how to produce a number of the book, part and chapter in
+letters for serbian language in latin scripts. This package working very nice under \verb|memoir|
+documentclass.
+\end{abstract}
+
+\section*{Introduction}
+
+If you defines serbian language (latin scripts) in babel package, and type
+\verb|\book{},\part{},\chapter{}| that produce, in \verb|memoir| class, something like that: \textbf{Book I}, \textbf{Deo I} and \textbf{Glava I}. In many book in serbian language, and for many publisher we must produce something like that:
+\textbf{Knjiga Prva} like \textbf{First Book}, \textbf{Deo Prvi} like \textbf{First Part}
+and \textbf{Glava Prva} like \textbf{Chapter First}.
+
+In this meaning, I produce this package which working with \verb|memoir| documentclass.
+
+\section*{The package}
+
+If you want use this packages, you just put couple line like:
+
+\begin{verbatim}
+\documentclass[a4paper,12pt]{memoir}
+\usepackage[T1]{fontenc}
+\usepackage[latin1]{inputenc}
+\usepackage[serbian]{babel}
+\usepackage{srbook-mem}
+\begin{document}
+your text
+\end{document}
+\end{verbatim}
+
+and that is produce \verb|\book| to the ten numbers (in letters), \verb|\part| to
+the twenty numbers (in letters) and \verb|\chapter| to the fourty numbers (in letters).
+
+Package provide a options which I call \verb|light| which produce Knjiga Prva, Deo Prvi,
+Glava Prva, width \verb|normalfont|. The default font is bold. I find that is options
+\verb|light| is very nice and smooth. However, because is \verb|memoir| class is such
+to many predefines chapterstyle, you may choose just a package, typing
+\verb|\usepackage{srbook-mem}|, width no \verb|light| options. I find that the output is very nice for the following chapterstyle:
+\begin{center}
+\verb|default:companion:chappell:ell:ger:ntglike:thatcher|
+\end{center}
+
+That is produce number in letter in chapter for serbian language in latin script.
+
+The second options is to typing \verb|\usepackage[wilson]{srbook-mem}|, which produce
+Jedan, Dva, \dots{} like One, Two \dots{} I find that the output is very nice for the
+following chapterstyle:
+\begin{center}
+\verb|wilsondob:komalike:crosshead:section:article:tandh:section|
+\end{center}
+
+So, if you want to use this options you must
+typing, in preambula, line \verb|\usepackage[wilson]{srbook-mem}| push you machine
+to going, and the output is:
+
+\selectlanguage{serbian}
+
+\book{Ovo je prva knjiga}
+
+\part{Ovo je prvi deo}
+\selectlanguage{serbian}
+\chapter{Ovo je prva glava}
+
+However, you just see the \verb|Test.pdf| and \verb|TestLight.pdf| and---for
+my \TeX friend---evrything will be clear.
+
+\chapter{Ovo je druga glava}
+
+Or you just see this \verb|SerbianBookMem.tex| files, and \dots
+
+\chapter{Ovo je tre\'{c}a glava}
+
+Happy \TeX ing! In serbian language, of course!
+
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/srbook-mem/Test.pdf b/Master/texmf-dist/doc/latex/srbook-mem/Test.pdf
new file mode 100644
index 00000000000..dfa96d939cc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/srbook-mem/Test.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/srbook-mem/Test.tex b/Master/texmf-dist/doc/latex/srbook-mem/Test.tex
new file mode 100644
index 00000000000..278aebff7ae
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/srbook-mem/Test.tex
@@ -0,0 +1,35 @@
+
+\documentclass[a4paper,openany,twoside,12pt]{memoir}
+\usepackage[T1]{fontenc}
+\usepackage[cp1250]{inputenc}
+\usepackage{textcomp}
+
+\usepackage[serbian]{babel}
+\usepackage{srbook-mem}
+
+\stockaiv \pageaiv
+\textwidth = 15cm \textheight = 23cm
+\setlrmargins{2.5cm}{*}{*} \setulmargins{2.5cm}{*}{*}
+
+\checkandfixthelayout[lines]
+ \checkthelayout[fixed] \fixthelayout
+\baselineskip\onelineskip
+
+\begin{document}
+\selectlanguage{serbian}
+
+\book{Ovo je naslov prve knjige}
+
+\part{Ovo je naslov prvog dela}
+
+\chapter{Ovo je naslov prve glave}
+
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+
+\chapter{Ovo je naslov druge glave}
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/srbook-mem/TestLight.pdf b/Master/texmf-dist/doc/latex/srbook-mem/TestLight.pdf
new file mode 100644
index 00000000000..c867c1a37e1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/srbook-mem/TestLight.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/srbook-mem/TestLight.tex b/Master/texmf-dist/doc/latex/srbook-mem/TestLight.tex
new file mode 100644
index 00000000000..21d2ca76d3c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/srbook-mem/TestLight.tex
@@ -0,0 +1,36 @@
+
+\documentclass[a4paper,openany,twoside,12pt]{memoir}
+\usepackage[T1]{fontenc}
+\usepackage[cp1250]{inputenc}
+\usepackage{textcomp}
+
+\usepackage[serbian]{babel}
+\usepackage[light]{srbook-mem}
+
+\stockaiv \pageaiv
+\textwidth = 15cm \textheight = 23cm
+\setlrmargins{2.5cm}{*}{*} \setulmargins{2.5cm}{*}{*}
+
+\checkandfixthelayout[lines]
+ \checkthelayout[fixed] \fixthelayout
+\baselineskip\onelineskip
+
+\begin{document}
+\selectlanguage{serbian}
+
+\book{Ovo je naslov prve knjige}
+
+\part{Ovo je naslov prvog dela}
+
+\chapter{Ovo je naslov prve glave}
+
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst tekst
+
+\chapter{Ovo je naslov druge glave}
+
+\end{document}