From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/aeguill/README | 8 +++ Master/texmf-dist/doc/latex/aeguill/guil-test1.tex | 57 +++++++++++++++++ Master/texmf-dist/doc/latex/aeguill/guil-test2.tex | 74 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/aeguill/license.txt | 11 ++++ 4 files changed, 150 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/aeguill/README create mode 100644 Master/texmf-dist/doc/latex/aeguill/guil-test1.tex create mode 100644 Master/texmf-dist/doc/latex/aeguill/guil-test2.tex create mode 100644 Master/texmf-dist/doc/latex/aeguill/license.txt (limited to 'Master/texmf-dist/doc/latex/aeguill') diff --git a/Master/texmf-dist/doc/latex/aeguill/README b/Master/texmf-dist/doc/latex/aeguill/README new file mode 100644 index 00000000000..5d3d57d9911 --- /dev/null +++ b/Master/texmf-dist/doc/latex/aeguill/README @@ -0,0 +1,8 @@ +aeguill.sty + +This package adds French guillemets to the ae package. + +It is released under the LPPL. + +Denis Roegel, 25 April 2001. + 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 diff --git a/Master/texmf-dist/doc/latex/aeguill/guil-test2.tex b/Master/texmf-dist/doc/latex/aeguill/guil-test2.tex new file mode 100644 index 00000000000..6d8b2b6f82f --- /dev/null +++ b/Master/texmf-dist/doc/latex/aeguill/guil-test2.tex @@ -0,0 +1,74 @@ +% This file was kindly provided by Rolf Niepraschk and shows the +% differences between the various guillemets, without using the aeguill +% package. D. Roegel, 2000/05/22. +% +% guil-test2.tex + +% Rolf Niepraschk, 2000/05/20, email: niepraschk@ptb.de +% Denis Roegel, 2003/08/02: updated for LM fonts + +% dvips -Pwww -Ppl guil-test.dvi -o guil-test.ps + +\documentclass[a4paper,11pt]{article} +\usepackage[T1,OT2,OT4]{fontenc} + +\listfiles + +\setlength{\parindent}{0pt} + +\newcommand\CyrGuillemot{% + \def\selectguillfont{\fontencoding{OT2}\fontfamily{wncyr}\selectfont} + \def\guillemotleft{\selectguillfont\symbol{60}} + \def\guillemotright{\selectguillfont\symbol{62}} +} + +\newcommand\PlGuillemot{% + \def\selectguillfont{\fontencoding{OT4}\fontfamily{cmr}\selectfont} + \def\guillemotleft{\selectguillfont\symbol{174}} + \def\guillemotright{\selectguillfont\symbol{175}} +} + +\newcommand\LaGuillemot{% + \def\selectguillfont{\fontencoding{U}\fontfamily{lasy}% + \fontseries{m}\fontshape{n}\selectfont} + \def\guillemotleft{\selectguillfont\hbox{\symbol{40}% + \kern-0.20em\symbol{40}}} + \def\guillemotright{\selectguillfont\hbox{\symbol{41}% + \kern-0.20em\symbol{41}}} +} + +\newcommand\ECGuillemot{% + \def\selectguillfont{\fontencoding{T1}\fontfamily{cmr}\selectfont} + \def\guillemotleft{\selectguillfont\symbol{19}} + \def\guillemotright{\selectguillfont\symbol{20}} +} + +\newcommand\LMGuillemot{% + \def\selectguillfont{\fontencoding{T1}\fontfamily{lmr}\selectfont} + \def\guillemotleft{\selectguillfont\symbol{19}} + \def\guillemotright{\selectguillfont\symbol{20}} +} + +\newcommand\CyrGLeft{\CyrGuillemot\guillemotleft} +\newcommand\CyrGRight{\CyrGuillemot\guillemotright} +\newcommand\PlGLeft{\PlGuillemot\guillemotleft} +\newcommand\PlGRight{\PlGuillemot\guillemotright} +\newcommand\LaGLeft{\LaGuillemot\guillemotleft} +\newcommand\LaGRight{\LaGuillemot\guillemotright} +\newcommand\ECGLeft{\ECGuillemot\guillemotleft} +\newcommand\ECGRight{\ECGuillemot\guillemotright} +\newcommand\LMGLeft{\LMGuillemot\guillemotleft} +\newcommand\LMGRight{\LMGuillemot\guillemotright} + +\begin{document} + +\begin{tabular}{l|ccccc} + & \textbf{wncyr} & \textbf{polish cmr} + & \textbf{lasy} & \textbf{ec} & \textbf{lmr} \\ \hline + \verb|\guillemotleft| & \CyrGLeft & \PlGLeft + & \LaGLeft & \ECGLeft & \LMGLeft \\ + \verb|\guillemotright| & \CyrGRight & \PlGRight + & \LaGRight & \ECGRight & \LMGRight +\end{tabular} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/aeguill/license.txt b/Master/texmf-dist/doc/latex/aeguill/license.txt new file mode 100644 index 00000000000..ea0ebbc0e51 --- /dev/null +++ b/Master/texmf-dist/doc/latex/aeguill/license.txt @@ -0,0 +1,11 @@ +aeguill.sty + +This package adds French guillemets to the ae package. + +It is released under the LPPL. + +Denis Roegel, 2 August 2003. + + + + -- cgit v1.2.3