diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-21 23:40:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-21 23:40:47 +0000 |
commit | 9a3f6ed53beeeb860cce8e9c9763ec14455823b4 (patch) | |
tree | 240a85ed43241c3d0b144b27c92c33e23cc1f39e /Master/texmf-dist/tex/latex/manuscript | |
parent | eaffc13f37b5616be731d10453b43ea2379c3d92 (diff) |
manuscript (21jan15)
git-svn-id: svn://tug.org/texlive/trunk@36110 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/manuscript')
-rw-r--r-- | Master/texmf-dist/tex/latex/manuscript/manuscript.sty | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/manuscript/manuscript.sty b/Master/texmf-dist/tex/latex/manuscript/manuscript.sty index 2451f86b645..1074c241eea 100644 --- a/Master/texmf-dist/tex/latex/manuscript/manuscript.sty +++ b/Master/texmf-dist/tex/latex/manuscript/manuscript.sty @@ -7,7 +7,7 @@ %% manuscript.dtx (with options: `package') %% This is a stripped version of the original file. %% Copyright (C) 2002 Matej Cepl -%% $Id: manuscript.dtx,v 1.4 2002/05/23 16:34:41 matej Exp $ +%% $Id: manuscript.dtx,v 1.6 2005/09/02 12:08:35 matej Exp $ %% This program may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. @@ -17,7 +17,7 @@ %% version 1999/12/01 or later. \NeedsTeXFormat{LaTeX2e}[1996/06/01] \ProvidesPackage{manuscript} - [2003/06/17 1.5 emulate typesetting of typewriter] + [2015/01/19 1.7 emulate typesetting of typewriter] \newif\ifMS@ps \DeclareOption{cm}{\MS@psfalse} @@ -58,9 +58,11 @@ \renewcommand{\textbf}[1]{\textsc{#1}} \def\bfseries{\scshape} -\setul{0.3ex}{0.15ex} -\renewcommand{\emph}[1]{\ul{#1}} -\def\em{\egroup \expandafter \ul \expandafter{\iffalse}\fi} +\AtBeginDocument{% + \setul{0.3ex}{0.15ex} + \renewcommand{\emph}[1]{\ul{#1}} + \def\em{\egroup \expandafter \ul \expandafter{\iffalse}\fi} +} \let\footnotesize\@empty \doublespacing |