+2007.30.03 Versao 1.3.0
+
+ Adaptada a classe ppgeesa.cls para funcionar com o
+ IEEEtran.cls v1.7.
+
+ Conforme o estilo do IEEE, as figuras nao tem mais os
+ captions centralizados, mesmo que ele tenha apenas 1 linha.
+ Os captions de tabelas continuam centralizados.
+
+ Removidas da classe ppgeesa.cls as redefinicoes de abstract,
+ keywords, tablename e bibname. Agora a classe IEEEtran.cls
+ funciona corretamente com as definicoes em portugues ja'
+ existentes em deletex_pt_BR.ldf.
+
+ Incluido em deletex_pt_BR.ldf a definicao de
+ IEEEkeywordsname.
+
+ Alterado o exemplo modeloseminario.tex para utilizar o
+ ambiente IEEEkeyords ao inves do ambiente keywords.
+
+ Adequacoes nos Makefiles.
+
+ Atualizacao no arquivo FAQ.
+
2006.12.15 Versao 1.2.2
Corrigidos os dizeres da folha de rosto e da folha de
\subfigure em cada slide.
===============================================================================
+Q18 - Não estou conseguindo compilar o seminário de andamento usando o
+deletex pois ele não reconhece um comando chamado
+
+\centerfigcaptionstrue
+
+Alguma orientação sobre o que devo fazer?
+
+A17 - Isto esta' ocorrendo porque a versao do DeLeTeX e' anterior a versao
+1.3.0 e a versao do IEEEtran e' 1.7 ou posterior. A solucao e' atualizar o
+DeLeTeX para a versao 1.3.0 ou posterior ou "desatualizar" a versao do
+IEEEtran para a versao 1.6c.
+
+===============================================================================
DeLeTeX
Pacote LaTeX para formatacao de documentos para o DELET/EE/UFRGS
- Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+ Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
Estes arquivos compoem o pacote de estilos LaTeX de documentos para o
DELET/EE/UFRGS. Os estilos foram adaptados a partir do pacote iiufrgs versao
existe uma forma de obter a formatacao desejada sem que seja necessario a
modificacao dos arquivo do pacote. Se o seu conhecimento de LaTeX nao e'
suficiente para saber como fazer isto, tambem nao e' suficiente para editar
-corretamente os arquivo de estilo. Se for mesmo insistir em modificar os
+corretamente os arquivos de estilo. Se for mesmo insistir em modificar os
arquivos, pelo menos altere os seus nomes.
Estao disponiveis as classes e estilos:
documentos no formato dissertacao. O bibabnt pode ser obtido em
<http://www.inf.ufrgs.br/utug>.
-- IEEEtran, versao 1.6, utilizado como base para a classe ppgeesa.cls. O IEEEtran pode
+- IEEEtran, versao 1.7, utilizado como base para a classe ppgeesa.cls. O IEEEtran pode
ser obtido em
-<http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran>.
+<http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran>. Se o seu
+sistema tem uma versao anterior do IEEEtran, utilize uma versao do DeLeTeX
+anterior a versao 1.3.0, ou atualize a versao do IEEEtran.
-- IEEEtranBST, versao 1.1, utilizado para formatar as referencias
+- IEEEtranBST, versao 1.12, utilizado para formatar as referencias
bibliograficas nos documentos no formato artigo para o Seminario de
Andamento do PPGEE. O IEEEtranBST pode ser obtido em
-<http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex>.
+<http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex>. Se o
+seu sistema tem uma versao anterior do IEEEtranBST, utilize uma versao do
+DeLeTeX anterior a versao 1.3.0, ou atualize a versao do IEEEtranBST.
- prosper, utilizado gerar apresentacoes em pdf. Pode ser obtido em
<http://prosper.sourceforge.net>.
+BIBINPUTS:=:
+BSTINPUTS:=:$(BSTINPUTS)
+TEXINPUTS:=:$(TEXINPUTS):../inputs
+
all: doc
doc: deletex.ps deletex.pdf \
deletex.bbl: exemplo.bib
bibtex deletex
+ latex deletex
deletter.ps: deletter.dvi
dvips deletter
plan.pdf: plan.dvi
dvipdf plan
-plan.dvi: plan.tex plan.aux ../inputs/*
+plan.dvi: plan.tex plan.aux plan.bbl ../inputs/*
latex plan
latex plan
plan.bbl: plan.bib
bibtex plan
-
-deletter.aux: deletter.tex
- latex deletter
+ latex plan
modeloseminario.ps: modeloseminario.dvi
dvips modeloseminario
modeloseminario.bbl: modelo.bib
bibtex modeloseminario
+ latex modeloseminario
modeloppgee2003revisada.ps: modeloppgee2003revisada.dvi
dvips modeloppgee2003revisada
modeloppgee2003revisada.bbl: modeloppgee2003revisada.bib
bibtex modeloppgee2003revisada
+ latex modeloppgee2003revisada
presentation.ps: presentation.dvi
dvips presentation
texto legível e uniforme.
\end{abstract}
-\begin{keywords}
+\begin{IEEEkeywords}
Preparação de um artigo, formato duas colunas, padrão Seminário de
Andamento.
-\end{keywords}
+\end{IEEEkeywords}
\section{Introdução}
abreviatura "Fig.", mesmo no início de uma sentença.
\begin{figure}[htbp]
-\centering
+\center
\includegraphics[width=0.45\columnwidth]{fe.eps}
\caption{Logotipo do Fórum de Energia.}
\label{fig:fe}
%==============================================================================
% PPRdeletex - Prosper style for DELET/EE/UFRGS
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
%
%==============================================================================
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{PPRdeletex}[2006/12/15 v1.2.2 PPRdeletex - Prosper style for DELET/EE/UFRGS]
+\ProvidesPackage{PPRdeletex}[2007/03/30 v1.3.0 PPRdeletex - Prosper style for DELET/EE/UFRGS]
\DeclareOption{english}{\@englishtrue\OptionNotUsed}\newif\if@english
\ProcessOptions\relax
\IfFileExists{pst-grad}{\RequirePackage{pst-grad}}{\RequirePackage{gradient}}
%==============================================================================
% deletex - Documents for DELET/EE/UFRGS
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This class was adapted from:
% $Id: iiufrgs.cls,v 4.14 2003/11/21 22:36:13 avila Exp $
% Identificação
%==============================================================================
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{deletex}[2006/12/15 v1.2.2 DeleTeX class - Documents for DELET/EE/UFRGS]
+\ProvidesClass{deletex}[2007/03/30 v1.3.0 DeleTeX class - Documents for DELET/EE/UFRGS]
%==============================================================================
% Declaração de opções
-\ProvidesLanguage{deletex_en}[2006/12/15 v1.2.2 DeLeTex english support]
+\ProvidesLanguage{deletex_en}[2007/03/30 v1.3.0 DeLeTex english support]
\@namedef{captionsenglish}{%
\def\bibname{References}%
\def\refname{\bibname}
-\ProvidesLanguage{deletex_pt_BR}[2006/12/15 v1.2.2 DeLeTex brazilian portuguese support]
+\ProvidesLanguage{deletex_pt_BR}[2007/03/30 v1.3.0 DeLeTex brazilian portuguese support]
\@namedef{captionsbrazilian}{%
\def\bibname{Refer{\^e}ncias}%
\def\refname{\bibname}
\def\listsymbolname{Lista de S{\'\i}mbolos}%
\def\annexname{Anexo}%
\def\keywordsname{Palavras-chave}%
+ \def\IEEEkeywordsname{\keywordsname}%
\def\cipcaption{CIP -- CATALOGA{\c{C}}{\~A}O NA PUBLICA{\c{C}}{\~A}O}%
\def\byname{por}%
% deletdefs.sty - pacote com definicoes do DELET/EE/UFRGS
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from:
% $Id: iidefs.sty,v 4.3 2003/11/21 22:36:13 avila Exp $
% and redistributing these files
%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{deletexdefs}[2006/12/15 v1.2.2 deletexdef - Definitions for DELET/EE/UFRGS]
+\ProvidesPackage{deletexdefs}[2007/03/30 v1.3.0 deletexdef - Definitions for DELET/EE/UFRGS]
\RequirePackage{graphicx}
%
% deletexdipl-ecp.def - graduation report definitions
-% Copyright (C) 2005, 2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2005, 2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexdipl-ecp.def}[2006/12/15 v1.2.2 DeLeTeX Graduation Project in Computer Engineering]
+\ProvidesFile{deletexdipl-ecp.def}[2007/03/30 v1.3.0 DeLeTeX Graduation Project in Computer Engineering]
\newcommand{\titlepagespecificinfo}{\diplecpspecificinfo}
\def\@approvalspecificinfo{\diplecpapproval}
\def\coordname{\DELETheadname}
% deletexdipl-ele.def - graduation project definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexdipl-ele.def}[2006/12/15 v1.2.2 DeLeTeX Graduation Project in Electrical Engineering]
+\ProvidesFile{deletexdipl-ele.def}[2007/03/30 v1.3.0 DeLeTeX Graduation Project in Electrical Engineering]
\newcommand{\titlepagespecificinfo}{\diplelespecificinfo}
\def\@approvalspecificinfo{\dipleleapproval}
\def\coordname{\DELETheadname}
% deletexdiss.def - M. Sc. dissertation definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexdiss.def}[2006/12/15 v1.2.2 DeLeTeX M. Sc. Dissertation]
+\ProvidesFile{deletexdiss.def}[2007/03/30 v1.3.0 DeLeTeX M. Sc. Dissertation]
\newcommand{\titlepagespecificinfo}{\dissspecificinfo}
\def\@cipspecificinfo{\dissname}
\def\@approvalspecificinfo{\dissapproval}
% deletexespec.def - Specialization course definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from:
% $Id: espec.def,v 4.2 2003/11/21 22:36:13 avila Exp $
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexespec.def}[2006/12/15 v1.2.2 Specialization Monography]
+\ProvidesFile{deletexespec.def}[2007/03/30 v1.3.0 Specialization Monography]
\newcommand{\titlepagespecificinfo}{\especspecificinfo}
\def\@cipspecificinfo{\especname}
\course{\especcoursename\ \delet@espec}
% deletexdipl-ele.def - graduation project definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexestagio.def}[2006/12/15 v1.2.2 DeLeTeX Supervisioned Training Report]
+\ProvidesFile{deletexestagio.def}[2007/03/30 v1.3.0 DeLeTeX Supervisioned Training Report]
\def\@deletexest{}
%\newcommand{\titlepagespecificinfo}{\estspecificinfo}
\def\@approvalspecificinfo{\estapproval}
% deletexpep.def - studies and research plan definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexpep.def}[2006/12/15 v1.2.2 DeLeTeX Studies and Research Plan]
+\ProvidesFile{deletexpep.def}[2007/03/30 v1.3.0 DeLeTeX Studies and Research Plan]
\newcommand{\titlepagespecificinfo}{\pepspecificinfo}
\course{\ppgee}
% deletexplano-doutorado.def - Ph. D. plan definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexplano-doutorado.def}[2006/12/15 v1.2.2 DeLeTeX Ph. D. Plan]
+\ProvidesFile{deletexplano-doutorado.def}[2007/03/30 v1.3.0 DeLeTeX Ph. D. Plan]
\newcommand{\titlepagespecificinfo}{\planodoutoradospecificinfo}
\course{\ppgee}
% deletexprop-tese.def - Ph. D. thesis proposal definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexprop-tese.def}[2006/12/15 v1.2.2 DeLeTeX Ph. D. Thesis Proposal]
+\ProvidesFile{deletexprop-tese.def}[2007/03/30 v1.3.0 DeLeTeX Ph. D. Thesis Proposal]
\newcommand{\titlepagespecificinfo}{\proptesespecificinfo}
\course{\ppgee}
% deletexrp.def - Research report definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexrp.def}[2006/12/15 v1.2.2 DeLeTeX Research Report]
+\ProvidesFile{deletexrp.def}[2007/03/30 v1.3.0 DeLeTeX Research Report]
\newcommand{\rp}[1]{\gdef\delet@rp{#1}}
\newcommand{\financ}[1]{\gdef\delet@financ{#1}}
\newcommand{\titlepagespecificinfo}{%
% deletextc.def - final report definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletextc.def}[2006/12/15 v1.2.2 DeLeTeX Final Report]
+\ProvidesFile{deletextc.def}[2007/03/30 v1.3.0 DeLeTeX Final Report]
\newcommand{\titlepagespecificinfo}{\tcspecificinfo}
\def\@cipspecificinfo{\tcname}
\course{\ppgee}
% deletextese.def - Ph. D. thesis definitions
-% Copyright (C) 2004..2005 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletextese.def}[2006/12/15 v1.2.2 DeLeTeX Ph. D. Thesis]
+\ProvidesFile{deletextese.def}[2007/03/30 v1.3.0 DeLeTeX Ph. D. Thesis]
\newcommand{\titlepagespecificinfo}{\tesespecificinfo}
\def\@cipspecificinfo{\tesename}
\def\@approvalspecificinfo{\teseapproval}
% deletexti.def - Individual Studies definitions
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This file was adapted from the similar one in iiufrgs-4.2.0 package.
%
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
-\ProvidesFile{deletexti.def}[2006/12/15 v1.2.2 DeLeTeX Individual Studies]
+\ProvidesFile{deletexti.def}[2007/03/30 v1.3.0 DeLeTeX Individual Studies]
\newcommand{\ti}[2][]{
\gdef\@tinumber{#2}
\gdef\@tirelease{#1}
%==============================================================================
% deleticle - DELET article
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
%==============================================================================
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{deleticle}[2006/12/15 v1.2.2 Pacote DeLeTeX - deleticle.cls - DELET Article]
+\ProvidesClass{deleticle}[2007/03/30 v1.3.0 Pacote DeLeTeX - deleticle.cls - DELET Article]
\DeclareOption{english}{\@englishtrue\OptionNotUsed}\newif\if@english
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
% deletplan.cls - Class for DELET/EE/UFRGS teaching plan
-% Copyright (C) 2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This is free software, distributed under the GNU GPL; please take
% a look in `deletex.cls' to see complete information on using, copying
% and redistributing these files
%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{deletplan}[2006/12/15 v1.2.2 DeleTeX package - deletplan.cls - Teaching plans for DELET/EE/UFRGS]
+\ProvidesClass{deletplan}[2007/03/30 v1.3.0 DeleTeX package - deletplan.cls - Teaching plans for DELET/EE/UFRGS]
\DeclareOption{english}{\@englishtrue\OptionNotUsed}\newif\if@english
\DeclareOption{ppgee}{\@ppgeetrue\OptionNotUsed}\newif\if@ppgee
\DeclareOption*{
% deletter.cls - Letter class for DELET/EE/UFRGS
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This class was adapted from:
% iiletter.cls - modelo de carta com logotipo do II/UFRGS
% and redistributing these files
%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{deletter}[2006/12/15 v1.2.2 DeleTeX package - deletter.cls - Letter Documents for DELET/EE/UFRGS]
+\ProvidesClass{deletter}[2007/30/03 v1.3.0 DeleTeX package - deletter.cls - Letter Documents for DELET/EE/UFRGS]
\DeclareOption{english}{\@englishtrue\OptionNotUsed}\newif\if@english
\DeclareOption{promo}{\@promotrue\OptionNotUsed}\newif\if@promo
\DeclareOption{spf}{\@spftrue\OptionNotUsed}\newif\if@spf
%==============================================================================
% ppgeesa - Seminario de Andamento do PPGEE
-% Copyright (C) 2004..2006 Walter Fetter Lages <w.fetter@ieee.org>
+% Copyright (C) 2004..2007 Walter Fetter Lages <w.fetter@ieee.org>
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
%==============================================================================
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{ppgeesa}[2006/12/15 v1.2.2 Pacote DeLeTeX - ppgeesa.cls - Seminario de Andamento do PPGEE]
+\ProvidesClass{ppgeesa}[2007/03/30 v1.3.0 Pacote DeLeTeX - ppgeesa.cls - Seminario de Andamento do PPGEE]
\DeclareOption{english}{\@englishtrue\OptionNotUsed}\newif\if@english
\DeclareOption{twoside}{\PassOptionsToClass{twoside}{IEEETran}}
\fi
\RequirePackage{deletexdefs}
-% Redefines abstract and keywords to show correct names in portuguese
-%
-\def\abstract{\normalfont%
- \if@twocolumn%
- \@IEEEabskeysecsize\bfseries\textit{\abstractname}---\,%
- \else%
- \begin{center}\vspace{-1.78ex}\@IEEEabskeysecsize\textbf{\abstractname}\end{center}\quotation\@IEEEabskeysecsize%
- \fi\@IEEEgobbleleadPARNLSP}
-% V1.6 IEEE wants only 1 pica from end of abstract to introduction heading when in
-% conference mode (the heading already has this much above it)
-\def\endabstract{\relax\if@confmode\vspace{0ex}\else\vspace{1.34ex}\fi\par\if@twocolumn\else\endquotation\fi%
- \normalfont\normalsize}
-
-
-\def\keywords{\normalfont%
- \if@twocolumn%
- \@IEEEabskeysecsize\bfseries\textit{\keywordsname}---\,\relax%
- \else%
- \begin{center}\@IEEEabskeysecsize\bfseries \keywordsname\end{center}\quotation\@IEEEabskeysecsize%
- \fi\@IEEEgobbleleadPARNLSP}
-\def\endkeywords{\relax\if@technote\vspace{1.34ex}\else\vspace{0.67ex}\fi%
- \par\if@twocolumn\else\endquotation\fi%
- \normalsize\normalfont}
-
-% redefines tablename
-%
-\def\fnum@table{\MakeUppercase{\tablename}~\thetable}
-
-% redefines bibname
-%
-\def\thebibliography#1{\section*{\bibname}%
- \addcontentsline{toc}{section}{\bibname}%
- % V1.6 add some rubber space here and provide a command trigger
- \footnotesize \vskip 0.3\baselineskip plus 0.1\baselineskip minus 0.1\baselineskip%
- \list{\@biblabel{\@arabic\c@enumiv}}%
- {\settowidth\labelwidth{\@biblabel{#1}}%
- \leftmargin\labelwidth
- \advance\leftmargin\labelsep\relax
- \itemsep 0pt plus .5pt\relax%
- \usecounter{enumiv}%
- \let\p@enumiv\@empty
- \renewcommand\theenumiv{\@arabic\c@enumiv}}%
- \let\@IEEElatexbibitem\bibitem%
- \def\bibitem{\@IEEEbibitemprefix\@IEEElatexbibitem}%
-\def\newblock{\hskip .11em plus .33em minus .07em}%
-% originally:
-% \sloppy\clubpenalty4000\widowpenalty4000%
-% by adding the \interlinepenalty here, we make it more
-% difficult, but not impossible, for LaTeX to break within a reference.
-% IEEE almost never breaks a reference (but they do it more often with
-% technotes). You may get an underfull vbox warning around the bibliography,
-% but the final result will be much more like what IEEE will publish.
-% MDS 11/2000
-\if@technote\sloppy\clubpenalty4000\widowpenalty4000\interlinepenalty100%
-\else\sloppy\clubpenalty4000\widowpenalty4000\interlinepenalty500\fi%
- \sfcode`\.=1000\relax}
-
-\centerfigcaptionstrue