Prezado Youssef,
Muito obrigado pelas sugestões. Eu, entretanto, resolvi estes aspectos da seguinte forma,
\usepackage{abstract}
\renewcommand{\absnamepos}{flushleft}
Adicionalmente, por definição departamental Apêndices e Anexos devem ser orientados à esquerda logo, bem simples, utilizei, por exemplo no meu caso,
\begin{apendicesenv}
\include{owlonto}
\end{apendicesenv}
\chapter{INTRODUÇÃO À LINGUAGEM OWL \hfill} no arquivo owlonto.tex
e no anexo:
\begin{anexosenv}
\include{design_taxo}
\end{anexosenv}
\chapter{LÓGICA MODAL E TAXONOMIA \hfill} no arquivo design_taxo.tex
Aqui resolvi customizando, por linhas "meio tortas", da seguinte forma após o \begin{document} de forma que é possível, inclusive, definir o tamanho do espaço entre os componentes.
\makeatletter
\renewcommand*\
l@figure{\@dottedtocline{1}{1em}{3.2em}}
\renewcommand*\
l@table{\@dottedtocline{1}{1em}{3.2em}}
\makeatother
\setcounter{figure}{0}
\makeatletter
\renewcommand{\thefigure}{\arabic{chapter}.\arabic{figure}}
\makeatother
\setcounter{table}{0}
\makeatletter
\renewcommand{\thetable}{\arabic{chapter}.\arabic{table}}
\makeatother
Como sempre, obrigado!
Youssef Cherem <ych...@gmail.com>: Jan 30 03:15AM -0800
\cleardoublepage
{\large \bfseries RESUMO}
\bigskip
\cleardoublepage
{\large \bfseries ABSTRACT}
\bigskip
\cleardoublepage
On Thursday, January 21, 2016 at 12:49:37 AM UTC-2, André Luiz Tietböhl
Ramos wrote:
|
Youssef Cherem <ych...@gmail.com>: Jan 30 03:35AM -0800
Ou mais simples:
\chapterstyle{article}
\chapter*{RESUMO}
\chapter*{ABSTRACT}
On Thursday, January 21, 2016 at 12:49:37 AM UTC-2, André Luiz Tietböhl
Ramos wrote:
|
Youssef Cherem <ych...@gmail.com>: Jan 30 03:12AM -0800
André,
Tente:
\renewcommand{\setcitebrackets}{\citebrackets[]}
Não entendi o que quer fazer com as listas -- que apareçam só o número, ou
algo a mais?
Comandos assim proporcionam o que você quer:
% nome "Figura" e "Tabela" no sumário: vazio
\renewcommand{\cftfigurename}{}
\renewcommand{\cfttablename}{}
%depois do nome "Figura" e "Tabela" no sumário: vazio
\renewcommand{\cftfigureaftersnum}{}
\renewcommand{\cfttableaftersnum}{}
On Saturday, January 16, 2016 at 11:09:03 AM UTC-2, André Luiz Tietböhl
Ramos wrote:
|