summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/csquotes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-12 23:51:21 +0000
committerKarl Berry <karl@freefriends.org>2008-10-12 23:51:21 +0000
commite73355cca2045428eff783dea61d6da3a6bcfbdc (patch)
treedea7539ca7c0b75904a999009b8548db28d196f4 /Master/texmf-dist/doc/latex/csquotes
parent9cad19503f443217d31276de7630b4224f2853d0 (diff)
csquotes update (12oct08)
git-svn-id: svn://tug.org/texlive/trunk@10947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/csquotes')
-rw-r--r--Master/texmf-dist/doc/latex/csquotes/csquotes.tex26
1 files changed, 12 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex b/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
index 99711a51c4e..c808ba54d4c 100644
--- a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
+++ b/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
@@ -1,10 +1,5 @@
% $Id: csquotes.tex,v 4.2 2008/06/24 17:09:34 lehman stable $
-%
-% This is the source of csquotes.pdf. This file is primarily included
-% in the distribution for legal reasons. It will not compile as is
-% because it depends on unpublished classes and packages.
-%
-\documentclass{latexdoc}[2008/06/15]
+\documentclass{latexdoc}[2008/10/11]
\usepackage[latin9]{inputenc}
\usepackage[american]{babel}
\usepackage[strict,babel=once]{csquotes}
@@ -12,7 +7,7 @@
\usepackage{booktabs}
\usepackage{graphicx}
\usepackage{shortvrb}
-\usepackage{symbol}
+\usepackage{pifont}
\MakeAutoQuote{«}{»}
\MakeAutoQuote*{<}{>}
\MakeShortVerb{\|}
@@ -55,6 +50,9 @@
\makebox[#1][c]{\rule{0pt}{#2}}}
\fi
+\newcommand{\tickmarkyes}{\Pisymbol{psy}{183}}
+\newcommand{\tickmarkno}{\textendash}
+
% samples
\definecolor{grid}{rgb}{0.7,0.7,0.7}
@@ -64,7 +62,7 @@
\newcommand*{\mkmetrics}[2][25]{%
\setlength{\unitlength}{1pt}%
- \setlength{\linethickness}{0.25pt}%
+ \linethickness{0.25pt}%
\begin{picture}(#1,0)(0,0)
%\put(0,0){\parbox[b]{#1\unitlength}{\mkgrid{\fontdimen9\font}}}
\put(0,0){\parbox[b]{#1\unitlength}{\mkgrid{\fontdimen5\font}}}
@@ -668,7 +666,7 @@ The reason why we are using variants and aliases instead of two independent styl
This is an example of a second"=level alias pointing to a first"=level alias. If the current language is \opt{otherspeak}, the above aliases will be expanded as follows:
\begin{lstlisting}[style=plain]{}
-otherspeak #\pisymbol{symbol}{108}# newspeak #\pisymbol{symbol}{108}# newspeak/official
+otherspeak = newspeak = newspeak/official
\end{lstlisting}
%
We also define a new package option to choose a style variant:
@@ -726,8 +724,8 @@ The following commands change the default values used by various quotation facil
\begin{table}
\tablesetup
-\def\+{\pisymbol{symbol}{117}}%
-\def\_{\textendash}%
+\let\+\tickmarkyes
+\let\_\tickmarkno
\begin{tabularx}{\columnwidth}{@{}X@{}*{21}{@{}c}@{}}
\toprule
\multicolumn{1}{@{}H}{Parameter} & \multicolumn{21}{@{}H}{Command or environment} \\
@@ -774,8 +772,8 @@ The integrated quotation facilities have slightly different requirements since t
\begin{table}
\tablesetup
-\def\+{\pisymbol{symbol}{117}}%
-\def\_{\textendash}%
+\let\+\tickmarkyes
+\let\_\tickmarkno
\begin{tabularx}{\columnwidth}{@{}X@{}*{21}{@{}c}@{}}
\toprule
\multicolumn{1}{@{}H}{Hook} & \multicolumn{21}{@{}H}{Command or environment} \\
@@ -1107,7 +1105,7 @@ The scope of these hooks should always be confined to a group.
\section{Revision history}
-This revision history is a list of changes relevant to users of this package. Changes of a more technical nature which do not affect the user interface or the behavior of the package are not included in the list. The numbers on the right indicate the relevant section of this manual.
+This revision history is a list of changes relevant to users of this package. Changes of a more technical nature which do not affect the user interface or the behavior of the package are not included in the list. If an entry in the revision history states that a feature has been \emph{extended}, this indicates a syntactically backwards compatible modification, such as the addition of an optional argument to an existing command. Entries stating that a feature has been \emph{modified} demand attention. They indicate a modification which may require changes to existing documents in some, hopefully rare, cases. The numbers on the right indicate the relevant section of this manual.
\begin{changelog}