diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-13 00:24:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-13 00:24:58 +0000 |
commit | c487423b5c24652e6abe60cea3512eb8eb22751f (patch) | |
tree | d7edf21a627fb27826a565001da9a345ab44a95f /Master/texmf-dist/tex/latex/ms | |
parent | fd892ee03c4703e995221797b257d65380876db3 (diff) |
prelim2e (ms) 1.3 (11jun09)
git-svn-id: svn://tug.org/texlive/trunk@13727 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ms')
-rw-r--r-- | Master/texmf-dist/tex/latex/ms/prelim2e.sty | 64 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ms/ragged2e.sty | 6 |
2 files changed, 28 insertions, 42 deletions
diff --git a/Master/texmf-dist/tex/latex/ms/prelim2e.sty b/Master/texmf-dist/tex/latex/ms/prelim2e.sty index 4cc43f60306..e07d55bde32 100644 --- a/Master/texmf-dist/tex/latex/ms/prelim2e.sty +++ b/Master/texmf-dist/tex/latex/ms/prelim2e.sty @@ -6,37 +6,29 @@ %% %% prelim2e.dtx (with options: `package') %% -%% Copyright (C) [1995..2001] by Martin Schroeder. All rights reserved. +%% Copyright (C) 1995..2009 by Martin Schroeder. %% %% This file is part of the Prelim2e package +%% ----------------------------------------- %% -%% This program may be redistributed and/or modified under the terms -%% of the LaTeX Project Public License, either version 1.0 of this -%% license, or (at your option) any later version. +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. %% The latest version of this license is in -%% CTAN:macros/latex/base/lppl.txt. +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. %% -%% Happy users are requested to send me a postcard. :-) +%% This work has the LPPL maintenance status `maintained'. %% -%% The Prelim2e package contains these files: +%% The Current Maintainer of this work is Martin Schroeder. %% -%% prelim2e.asc -%% prelim2e.dtx -%% prelim2e.dvi -%% prelim2e.ins -%% prelim2e.bug -%% -%% Error Reports in case of UNCHANGED versions to -%% -%% Martin Schr"oder -%% Cr"usemannallee 3 -%% 28213 Bremen -%% Germany -%% martin@oneiros.de +%% This work consists of the files prelim2e.dtx and prelim2e.ins +%% and the derived file prelim2e.sty. %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{prelim2e} - [2001/02/17 v1.23 prelim2e Package (MS)] + [2009/05/29 v1.3 prelim2e Package (MS)] %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -57,19 +49,17 @@ %% =================================================================== %% @LaTeX-package-file{ %% author = {Martin Schr\"oder}, -%% version = "1.23", -%% date = "17 February 2001", +%% version = "1.3", +%% date = "29 May 2009", %% filename = "prelim2e.sty", %% address = {Martin Schr\"oder -%% Cr\"usemannallee 3 -%% 28213 Bremen +%% Barmer Stra\"se 14 +%% 44137 Dortmund %% Germany}, -%% telephone = "+49-421-2239425", +%% telephone = "+49-231-1206574", %% email = "martin@oneiros.de", -%% pgp-Key = "2048 bit / KeyID 292814E5", -%% pgp-fingerprint = "7E86 6EC8 97FA 2995 82C3 FEA5 2719 090E", %% docstring = "LaTeX package which allows the marking of -%% preliminary versions of a document. +%% preliminary versions of a document." %% } %% =================================================================== %% \fi @@ -89,6 +79,8 @@ \renewcommand{\PrelimWords}{Vorl\"aufige Version}} \DeclareOption{italian}{% \renewcommand{\PrelimWords}{Versione preliminare}} +\DeclareOption{norsk}{% + \renewcommand{\PrelimWords}{Forel\o{}pig versjon}} \DeclareOption{time}{\@prelim@timetrue} \DeclareOption{scrtime}{\@prelim@scrtimetrue\@prelim@timetrue} \DeclareOption*{% @@ -104,8 +96,8 @@ \fi \newcommand{\PrelimText}{% \textnormal{% - \footnotesize% - \PrelimTextStyle% + \footnotesize + \PrelimTextStyle \PrelimWords{} -- \today \if@prelim@time \ -- \thistime @@ -113,7 +105,7 @@ }% } \newcommand{\PrelimTextStyle}{} -\newcommand{\@Prelim@EveryShipout}{ +\newcommand{\@Prelim@EveryShipout}{% \bgroup \dimen\z@=\wd\@cclv \dimen\@ne=\ht\@cclv @@ -123,16 +115,16 @@ \global\setbox\@cclv\vbox to \dimen\thr@@{% \hb@xt@\dimen\z@{% \box\@cclv% - \hss% + \hss }% \vbox to \z@{% \hb@xt@\dimen\z@{% \let\protect\relax - \hfill\PrelimText\hfill% + \hfill\PrelimText\hfill }% - \vss% + \vss }% - \vss% + \vss }% \wd\@cclv=\dimen\z@ \ht\@cclv=\dimen\@ne diff --git a/Master/texmf-dist/tex/latex/ms/ragged2e.sty b/Master/texmf-dist/tex/latex/ms/ragged2e.sty index 03d941856f3..9f279ccc90a 100644 --- a/Master/texmf-dist/tex/latex/ms/ragged2e.sty +++ b/Master/texmf-dist/tex/latex/ms/ragged2e.sty @@ -26,12 +26,6 @@ %% This work consists of the files ragged2e.dtx and ragged2e.ins %% and the derived file ragged2e.sty. %% -%% Martin Schroeder -%% Barmer Strasse 14 -%% 44137 Dortmund -%% Germany -%% martin@oneiros.de -%% \NeedsTeXFormat{LaTeX2e}[1996/10/24] \ProvidesPackage{ragged2e} [2009/05/21 v2.1 ragged2e Package (MS)] |