summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/aeguill/guil-test1.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/aeguill/guil-test1.tex
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/aeguill/guil-test1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/aeguill/guil-test1.tex57
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/aeguill/guil-test1.tex b/Master/texmf-dist/doc/latex/aeguill/guil-test1.tex
new file mode 100644
index 00000000000..a1c80dbb4a9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/aeguill/guil-test1.tex
@@ -0,0 +1,57 @@
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage[latin1]{inputenc}
+\usepackage[pl]{aeguill}
+%\usepackage{french}
+%\usepackage[frenchb]{babel}
+
+\begin{document}
+\title{The \texttt{aeguill} package}
+\author{Denis Roegel\\
+ \texttt{roegel@loria.fr}}
+\date{2 August 2003}
+\maketitle
+
+When using the T1 encoding and the \texttt{ae} fonts, one is
+faced with the problem that the \texttt{ae} fonts do not contain
+the guillemets, which are necessary for the French.
+
+This package proposes a solution to this problem.
+
+Example of french guillemets: «~test~».
+ % the input << test >> works only with \usepackage{french}
+
+The guillemets in the previous example
+are taken from the \texttt{plr} fonts (Polish CMR),
+which are similar to EC guillemets and
+of which there is a Type~1 version. Hence, you will get
+a nice output with \texttt{pdflatex}.
+
+There are five options to the \texttt{aeguill} package:
+
+\begin{itemize}
+\item `\texttt{lm}' (default): with this, the guillemets
+are taken from the \texttt{lmr} fonts.
+\item `\texttt{pl}': with this, the guillemets
+are taken from the \texttt{plr} fonts.
+\item `\texttt{cyr}': with this, the guillemets
+are taken from the \texttt{wncyr} fonts.
+\item `\texttt{cm}': with this, the guillemets are built with the
+\texttt{lasy} fonts.
+\item `\texttt{ec}': with this, the guillemets are those in the
+\texttt{ec} fonts.
+\end{itemize}
+
+
+\textbf{Caution:}
+
+\begin{itemize}
+\item If the \texttt{babel} package is used with the \texttt{french} option,
+ do not use \verb|\CyrillicGuillemets|.
+\item If the \texttt{french} package is used,
+ you may write ``\verb|<<|'' and ``\verb|>>|''
+ instead of ``\verb|«|'' and ``\verb|»|'' (i.e., use 7-bit encoding
+ instead of 8-bit encoding).
+\end{itemize}
+
+\end{document} \ No newline at end of file