diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/wordlike/wordlike.pdf | bin | 120093 -> 119597 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/wordlike/wordlike.dtx (renamed from Master/texmf-dist/source/latex/wordlike/wordlike.dtx) | 14 | ||||
-rw-r--r-- | Master/texmf-dist/source/wordlike/wordlike.ins (renamed from Master/texmf-dist/source/latex/wordlike/wordlike.ins) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/wordlike/wordlike.sty | 2 |
4 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/wordlike/wordlike.pdf b/Master/texmf-dist/doc/latex/wordlike/wordlike.pdf Binary files differindex ed312b8c9ce..1de3a49aa00 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/latex/wordlike/wordlike.dtx b/Master/texmf-dist/source/wordlike/wordlike.dtx index 7f9838fc11a..fc3fd3767c2 100644 --- a/Master/texmf-dist/source/latex/wordlike/wordlike.dtx +++ b/Master/texmf-dist/source/wordlike/wordlike.dtx @@ -19,7 +19,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{wordlike} %<*package> - [2006/03/29 v1.2a simulating word processor layout] + [2006/03/30 v1.2b simulating word processor layout] %</package> % %<*driver> @@ -60,6 +60,8 @@ % \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} % @@ -75,7 +77,12 @@ % \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.}} +% 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.}} % % \author{Jürgen Fenn} % @@ -151,8 +158,9 @@ % 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{scratcl} from the \textsf{KOMA-Script} +% this, \emph{e.\,g.} \texttt{scrartcl} 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/latex/wordlike/wordlike.ins b/Master/texmf-dist/source/wordlike/wordlike.ins index 8fc6771ae51..8fc6771ae51 100644 --- a/Master/texmf-dist/source/latex/wordlike/wordlike.ins +++ b/Master/texmf-dist/source/wordlike/wordlike.ins diff --git a/Master/texmf-dist/tex/latex/wordlike/wordlike.sty b/Master/texmf-dist/tex/latex/wordlike/wordlike.sty index 40226749580..3da18ba534c 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/29 v1.2a simulating word processor layout] + [2006/03/30 v1.2b simulating word processor layout] \DeclareOption{msword}{ \setcounter{secnumdepth}{5}% \setcounter{tocdepth}{5}% |