diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-18 00:32:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-18 00:32:09 +0000 |
commit | 6ddbdfefdfa08fd1da77e6d5f8d3edec8e81d15c (patch) | |
tree | dc7e2b41af395999f5243cafd1b014d5130ea046 /Master/texmf-dist/tex/latex/elbioimp | |
parent | 57a41168bf79aad7fe801d13fe653640dab69686 (diff) |
elbioimp 1.1 (17nov10)
git-svn-id: svn://tug.org/texlive/trunk@20469 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/elbioimp')
-rw-r--r-- | Master/texmf-dist/tex/latex/elbioimp/elbioimp.cls | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/elbioimp/elbioimp.cls b/Master/texmf-dist/tex/latex/elbioimp/elbioimp.cls index 4cda6a2d181..4fc1d07f92b 100644 --- a/Master/texmf-dist/tex/latex/elbioimp/elbioimp.cls +++ b/Master/texmf-dist/tex/latex/elbioimp/elbioimp.cls @@ -15,7 +15,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{elbioimp} - [2010/02/08 v1.0 Document class for Journal of Electrical Bioimpedance] + [2010/11/03 v1.1 Document class for Journal of Electrical Bioimpedance] \DeclareOption*{\ClassWarningNoLine {elbioimp}{Class option \CurrentOption \space is illegal in this document class}} @@ -58,17 +58,17 @@ \AtBeginDocument{\pagestyle{empty}} \RequirePackage{mathptmx} \renewcommand{\Huge}{\@setfontsize% - \Huge {20}{22}} + \Huge {20}{26}} \renewcommand{\huge}{\@setfontsize - \huge {16}{17.6}} + \huge {16}{20.8}} \renewcommand{\LARGE}{\@setfontsize - \LARGE {14}{15.4}} + \LARGE {14}{18.2}} \renewcommand{\Large}{\@setfontsize - \Large {12}{13.2}} + \Large {12}{15.6}} \renewcommand{\large}{\@setfontsize - \large {11}{12.1}} + \large {11}{14.3}} \renewcommand{\normalsize}{% - \@setfontsize \normalsize {10}{11} + \@setfontsize \normalsize {10}{13} \abovedisplayskip = 10pt plus 2pt minus 5pt \abovedisplayshortskip = @@ -81,7 +81,7 @@ \parsep = 3pt plus 1pt minus 1pt \itemsep = \topsep}} \renewcommand{\small}{% - \@setfontsize \small {9}{9.9}% + \@setfontsize \small {9}{11.7}% \abovedisplayskip = 8.5pt plus 3pt minus 4pt \abovedisplayshortskip = @@ -94,7 +94,7 @@ \itemsep = \topsep}% \belowdisplayskip = \abovedisplayskip} \renewcommand{\footnotesize}{% - \@setfontsize \footnotesize {8}{8.8}% + \@setfontsize \footnotesize {8}{10.4}% \abovedisplayskip = 6pt plus 2pt minus 4pt \abovedisplayshortskip = @@ -107,9 +107,9 @@ \itemsep = \topsep}% \belowdisplayskip = \abovedisplayskip} \renewcommand{\scriptsize}{\@setfontsize - \scriptsize {7}{7.7}} + \scriptsize {7}{9.1}} \renewcommand{\tiny}{\@setfontsize - \tiny {5}{5.5}} + \tiny {5}{6.5}} \normalsize \RequirePackage{type1cm,type1ec} \DeclareMathSizes{11}{11}{8}{6} |