Re: [LaTeX-br] Orientação à esquerda de RESUMO e ABSTRACT, Pequenas dúvidas na redefinição de citações, lista de figuras e lista de tabelas

753 views
Skip to first unread message

Andre Luiz Tietbohl Ramos, Dr.

unread,
Feb 4, 2016, 6:11:44 AM2/4/16
to late...@googlegroups.com
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!

--
Andre Luiz Tietbohl Ramos, Dr. <andrel...@gmail.com>

On Dom, 2016-01-31 at 10:41 +0000, late...@googlegroups.com wrote:
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:
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to latex-br+u...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages