summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/ulem/ulem.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/ulem/ulem.ltx')
-rw-r--r--Master/texmf-dist/doc/generic/ulem/ulem.ltx14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/ulem/ulem.ltx b/Master/texmf-dist/doc/generic/ulem/ulem.ltx
index 6aeeb401429..2979659c300 100644
--- a/Master/texmf-dist/doc/generic/ulem/ulem.ltx
+++ b/Master/texmf-dist/doc/generic/ulem/ulem.ltx
@@ -2,9 +2,9 @@
% ulem.ltx Manual for ulem.sty
%
%
-% Copyright (c) 1989-2010 by Donald Arseneau
+% Copyright (c) 1989-2011 by Donald Arseneau
%
-% Version date 2010/10/03
+% Version date 2011/03/18
%
\documentclass[12pt]{ltxdoc}
\addtolength{\textwidth}{1cm}
@@ -12,13 +12,14 @@
\usepackage{ulem}
\def\baselinestretch{1.06}
\setlength\parskip{2pt}
-
+\hyphenation{normalem uwforbf ulforem}
\title{The ulem package:\\ underlining for emphasis}
\author{Donald Arseneau\\ asnd@triumf.ca}
-\date{2010/10/03}
+\date{2011/03/18}
\begin{document}
\maketitle
+\sloppy
\begin{abstract}
The ulem package provides various types of underlining that can stretch
@@ -45,7 +46,7 @@
\begin{footnotesize}
-\noindent The ulem package is Copyright \copyright\ 1989--2010 by
+\noindent The ulem package is Copyright \copyright\ 1989--2011 by
Donald Arseneau (Vancouver, Canada).\\
The package (ulem.sty) and this documentation (ulem.ltx, ulem.pdf) may be
freely transmitted, reproduced, or modified for any purpose provided that the
@@ -137,8 +138,7 @@ math mode, in a limited way, but it doesn't work in section titles,
unfortunately, because the titles are not delimited by explicit braces when
printed by the \cs{section} command. Currently under UWforbf the \cs{bfseries}
command still produces bold face, but \cs{bf} makes an
-under-wave% Pfooey: no verbatim in footnotes
-\footnote{%
+under-wave\footnote{%% no verbatim in footnotes
To get under-waved section titles (in ordinary \LaTeX\ classes) you could define:\\
\texttt{\string\renewcommand\string\@seccntformat[1]\string{\string\uwave
\string{\string\csname\ the\#1\string\endcsname\string}\string\hskip 1em\string}}\\