summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-20 22:13:25 +0000
committerKarl Berry <karl@freefriends.org>2013-05-20 22:13:25 +0000
commitb64b9be866c50e538889f57118ab6eb6a30e1b26 (patch)
treec03c3499777e50d596d301422f97127171ae8d2a /Master/texmf-dist/doc/latex
parentd7e4f3e635c77e944b82a4781b0c9fd92d1bec18 (diff)
rm polyglot, per author (never on CTAN)
git-svn-id: svn://tug.org/texlive/trunk@30599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/polyglot/sample.dvibin3356 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/polyglot/sample.tex80
2 files changed, 0 insertions, 80 deletions
diff --git a/Master/texmf-dist/doc/latex/polyglot/sample.dvi b/Master/texmf-dist/doc/latex/polyglot/sample.dvi
deleted file mode 100644
index 46335a3ed2e..00000000000
--- a/Master/texmf-dist/doc/latex/polyglot/sample.dvi
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/polyglot/sample.tex b/Master/texmf-dist/doc/latex/polyglot/sample.tex
deleted file mode 100644
index 6f4a1f24521..00000000000
--- a/Master/texmf-dist/doc/latex/polyglot/sample.tex
+++ /dev/null
@@ -1,80 +0,0 @@
-\documentclass{book}
-
-\typeout{I am going to load five languages. Don't get desperate}
-\usepackage[english,german,spanish,french,hebrew,american]{polyglot}
-
-\raggedbottom
-
-\begin{document}
-
-\chapter{A sample document}
-
-\section{1st language: English}
-
-This document illustrates some points of the package \textsf{polyglot}.
-For instance, the British date is \today.
-
-The American one is
-\uselanguage[date]{american}{\today}.\\
-\verb=\uselanguage[date]{american}{\today}=
-
-\unselectlanguage
-\selectlanguage*{french}
-
-\section{2\sptext{e} langue: fran/cais}
-
-The first things you will notice in French is the indentation of the
-first line after the title, which is in the \verb=layout= group, and the
-small space just before the colon. Other features are:
-\begin{itemize}
-\item Dashes in every level of \verb=itemize= environment.
-\item Ligatures for a lot of accents (and encyclop"aedic
-task). \verb=encyclop"aedic=
-\item French << guillemets >>. \verb=<< guillemets >>=.
-\item French spacing.
-\end{itemize}
-
-Today is \today.
-
-\unselectlanguage
-\selectlanguage*{spanish}
-
-\section{3\sptext{er} idioma: espa~nol}
-
-Also ligatures, guillemets, new layout, etc. Today is \today.
-
-\clearpage
-
-\unselectlanguage
-\selectlanguage*{german}
-
-\section{4. Sprache: Deutsche}
-
-The usual ligatures are implemented, as "`German quotes"'
-\verb="`German quotes"'=, \verb="ck=, usw.
-In \verb=OT1= you get low umlauts:
-"a, "o, "u. Today is \today.
-
-\section{5th language: hebrew}
-
-In this section we illustrate the use of the package
-for romanizing languages. In \verb=r_hebrew= we define
-some ligatures which simplifly the typing of text (following
-the ISO recomendations, with lots of diacritic marks). For example:
-\let\k\c
-\begin{quote}
-\selectlanguage{hebrew}
-b.ar-.a, tim-z-.en".a, te-z-e, r-o^s, y.av^o'', k.al^u'', n.av^i'',
-p.ar".a, z".e, q'en"e, g.al"o, b.an.a(y)w, r'e''iyy".a, h.a--.ar.e-z,
-w.e--'.e-d^om, r^ua.h
-\end{quote}
-\begin{verbatim}
-b.ar-.a, tim-z-.en".a, te-z-e, r-o^s, y.av^o'',
-k.al^u'', n.av^i'', p.ar".a, z".e, q'en"e,
-g.al"o, b.an.a(y)w, r'e''iyy".a, h.a--.ar.e-z,
-w.e--'.e-d^om, r^ua.h
-\end{verbatim}
-
-\end{document}
-
-