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/source/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/source/latex/elbioimp')
-rw-r--r-- | Master/texmf-dist/source/latex/elbioimp/Makefile | 25 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/elbioimp/elbioimp.dtx | 27 |
2 files changed, 14 insertions, 38 deletions
diff --git a/Master/texmf-dist/source/latex/elbioimp/Makefile b/Master/texmf-dist/source/latex/elbioimp/Makefile deleted file mode 100644 index aef127bf066..00000000000 --- a/Master/texmf-dist/source/latex/elbioimp/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PACKAGE = elbioimp - -$(PACKAGE).cls: $(PACKAGE).ins $(PACKAGE).dtx - tex $(PACKAGE).ins - -$(PACKAGE).pdf: $(PACKAGE).cls - pdflatex $(PACKAGE).dtx - bibtex $(PACKAGE) - makeindex -s gglo.ist -o elbioimp.gls elbioimp.glo - makeindex -s gind.ist -o elbioimp.ind elbioimp.idx - pdflatex $(PACKAGE).dtx - -test1.pdf: test1.tex $(PACKAGE).cls - pdflatex test1.tex - bibtex test1 - pdflatex test1.tex - pdflatex test1.tex - -distr: $(PACKAGE).pdf test1.pdf - zip elbioimp README Makefile $(PACKAGE).dtx $(PACKAGE).ins \ - $(PACKAGE).cls $(PACKAGE).pdf test1.tex test-bib.bib \ - test-ill.png $(PACKAGE)-basis.tex - -clean: - rm -f *.aux *.bbl *.blg *.glo *.gls *.idx *.ilg *.ind *.log *.zip *~ diff --git a/Master/texmf-dist/source/latex/elbioimp/elbioimp.dtx b/Master/texmf-dist/source/latex/elbioimp/elbioimp.dtx index d93eafa0cd7..9009b02dac8 100644 --- a/Master/texmf-dist/source/latex/elbioimp/elbioimp.dtx +++ b/Master/texmf-dist/source/latex/elbioimp/elbioimp.dtx @@ -15,7 +15,7 @@ %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<class>\ProvidesClass{elbioimp} %<*class> - [2010/02/08 v1.0 Document class for Journal of Electrical Bioimpedance] + [2010/11/03 v1.1 Document class for Journal of Electrical Bioimpedance] %</class> % %<*driver> @@ -54,6 +54,7 @@ % % \CheckSum{222} % % \changes{v1.0}{2010/01/20}{Initial version} +% \changes{v1.1}{2010/11/02}{Line spacing modified} % % \GetFileInfo{elbioimp.dtx} % @@ -263,7 +264,7 @@ % % \subsection{Text sizes} % The specified text sizes are shown in Table\vref{tab:sizes}. -% The leading should be 10\%. +% The leading should be 30\%. % \begin{table} % \centering % \begin{tabular}{cr} @@ -282,17 +283,17 @@ % \end{table} % \begin{macrocode} \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 = @@ -305,7 +306,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 = @@ -318,7 +319,7 @@ \itemsep = \topsep}% \belowdisplayskip = \abovedisplayskip} \renewcommand{\footnotesize}{% - \@setfontsize \footnotesize {8}{8.8}% + \@setfontsize \footnotesize {8}{10.4}% \abovedisplayskip = 6pt plus 2pt minus 4pt \abovedisplayshortskip = @@ -331,9 +332,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}} % \end{macrocode} % As expected, \verb:\normalsize: is the default. % \begin{macrocode} @@ -416,7 +417,7 @@ \setlength{\floatsep}{6pt plus 3pt} \setlength{\textfloatsep}{\floatsep} % \end{macrocode} -% +% % % \section{Document reference list} % The reference list should be according to the Vancouver style: |