diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-05 17:27:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-05 17:27:27 +0000 |
commit | ea773821281aef2b16b846424822968dbbe99b5a (patch) | |
tree | 031e05a02b969d5d04777b80865c8420ffa460bf /Master | |
parent | 28e5b1e3eef2a6cefaaa9ea56e0452b104beecd0 (diff) |
wordlike update
git-svn-id: svn://tug.org/texlive/trunk@13633 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/wordlike/wordlike.pdf | bin | 119597 -> 120093 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/wordlike/wordlike.dtx (renamed from Master/texmf-dist/source/wordlike/wordlike.dtx) | 14 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/wordlike/wordlike.ins (renamed from Master/texmf-dist/source/wordlike/wordlike.ins) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/wordlike/wordlike.sty | 2 |
4 files changed, 4 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/wordlike/wordlike.pdf b/Master/texmf-dist/doc/latex/wordlike/wordlike.pdf Binary files differindex 1de3a49aa00..ed312b8c9ce 100644 --- a/Master/texmf-dist/doc/latex/wordlike/wordlike.pdf +++ b/Master/texmf-dist/doc/latex/wordlike/wordlike.pdf diff --git a/Master/texmf-dist/source/wordlike/wordlike.dtx b/Master/texmf-dist/source/latex/wordlike/wordlike.dtx index fc3fd3767c2..7f9838fc11a 100644 --- a/Master/texmf-dist/source/wordlike/wordlike.dtx +++ b/Master/texmf-dist/source/latex/wordlike/wordlike.dtx @@ -19,7 +19,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{wordlike} %<*package> - [2006/03/30 v1.2b simulating word processor layout] + [2006/03/29 v1.2a simulating word processor layout] %</package> % %<*driver> @@ -60,8 +60,6 @@ % \changes{v1.0.1}{2006/02/21}{Documentation slightly fixed} % \changes{v1.2a}{2006/03/29}{Broken v1.1 on CTAN replaced by fixed % local version 1.2a} -% \changes{v1.2b}{2006/03/30}{Line endings changed to UNIX for the -% benefit of Macintosh users.} % % \GetFileInfo{wordlike.dtx} % @@ -77,12 +75,7 @@ % \texttt{comp.text.tex}. -- Thanks also to \emph{Martin Wilhelm % Leidig} for pointing out an embarrasing syntax error in % version 1.1 I last uploaded to CTAN. I apologise for any -% inconvenience this may have caused. \emph{Martin} also found -% out that the DOS endings in my original dtx file led to strange -% behaviour in Oz\TeX{} which interprets CR as well as LF as a -% newline character each and inserts these in the sty file when -% processing the dtx. This is why I changed line feed characters -% to Unix as from v1.2b.}} +% inconvenience this may have caused.}} % % \author{Jürgen Fenn} % @@ -158,9 +151,8 @@ % which typesets section headings \texttt{bold} and % \texttt{normalsize}. % -% \changes{v1.2b}{2006/03/30}{Spelling of 'scrartcl' fixed.} % \wordlike{} is made for \texttt{article} class or a replacement for -% this, \emph{e.\,g.} \texttt{scrartcl} from the \textsf{KOMA-Script} +% this, \emph{e.\,g.} \texttt{scratcl} from the \textsf{KOMA-Script} % bundle, or whatever other class you prefer.\footnote{I think this % will suffice in most cases. If you require an option for % \texttt{book} and \texttt{report} classes, please let me know.} diff --git a/Master/texmf-dist/source/wordlike/wordlike.ins b/Master/texmf-dist/source/latex/wordlike/wordlike.ins index 8fc6771ae51..8fc6771ae51 100644 --- a/Master/texmf-dist/source/wordlike/wordlike.ins +++ b/Master/texmf-dist/source/latex/wordlike/wordlike.ins diff --git a/Master/texmf-dist/tex/latex/wordlike/wordlike.sty b/Master/texmf-dist/tex/latex/wordlike/wordlike.sty index 3da18ba534c..40226749580 100644 --- a/Master/texmf-dist/tex/latex/wordlike/wordlike.sty +++ b/Master/texmf-dist/tex/latex/wordlike/wordlike.sty @@ -19,7 +19,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{wordlike} - [2006/03/30 v1.2b simulating word processor layout] + [2006/03/29 v1.2a simulating word processor layout] \DeclareOption{msword}{ \setcounter{secnumdepth}{5}% \setcounter{tocdepth}{5}% |