Ol� Andr�:
O e-mail fiou grande. Se tiver d�vidas entre em contato.
[]s,
Rubens
A minha solu��o foi feita usando o nomentbl e ficou assim:
Antes do \begin{document}:
%%% Lista de s�mbolos
\usepackage[portuguese]{nomentbl}
% \renewcommand{\eqdeclaration}[1]{, veja eq.\nobreakspace(#1)}%
\renewcommand{\eqdeclaration}[1]{, eq.\nobreakspace(#1)}%refeq
\renewcommand{\pagedeclaration}[1]{, pg.\nobreakspace#1.\space}%refpage
\newcommand{\unit}[1]{\hspace*{\fill}[\,#1\,]}%
% \renewcommand{\nomentryend}{\hspace*{\fill}[\,#1\,]}}
%%%Para nomentbl
\def\nomNname{Grupos Adimensionais}%
\def\nomSname{Siglas}%
\def\nomErrorname{Classificados Erroneamente}%
\renewcommand{\nomAname}{Letras Latinas}%
\renewcommand{\nomGname}{Letras Gregas}%
\renewcommand{\nomXname}{Expoentes}%
\renewcommand{\nomZname}{�ndices}%
\renewcommand{\nomNname}{Grupos Adimensionais}%
\renewcommand{\nomSname}{Siglas}%
\renewcommand{\nomErrorname}{Classificados Erroneamente}%
\renewcommand\nomgroup[1]{%
\ifthenelse{\equal{#1}{A}}{%
\large\textbf{\nomAname}}{%
\ifthenelse{\equal{#1}{G}}{%
\large\textbf{\nomGname}}{%
\ifthenelse{\equal{#1}{N}}{%
\large\textbf{\nomNname}}{%
\ifthenelse{\equal{#1}{X}}{%
\large\textbf{\nomXname}}{%
\ifthenelse{\equal{#1}{Z}}{%
\large\textbf{\nomZname}}{%
\ifthenelse{\equal{#1}{S}}{%
\large\textbf{Siglas}}{%\nomSname}}{%
{\large\textbf{\nomErrorname}}%
}}}}}}}
\makenomenclature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
depois do \begin{document}:
bl� bl�....
\include{vent-capa}
\setcounter{page}{0}
\pagenumbering{roman}
\tableofcontents
\listoffigures
\listoftables
\cleardoublepage
\makeatletter
\@mkboth{\MakeUppercase\nomname}{\MakeUppercase\nomname}%
\makeatother
\printnomenclature %%% GERA A LISTA DE S�MBOLOS.
\cleardoublepage
\makeatletter
\@mkboth{\MakeUppercase\nomname}{\MakeUppercase\nomname}%
\makeatother
%\fi
\thispagestyle{plain}
\setcounter{page}{0}
\pagenumbering{arabic}
\pagenumbering{bychapter}
bl� bl� ...
Exemplo de uso:
\begin{equation}
\rho=\frac{p}{n R_u T}=\frac{M}{\Vol}\label{gas_perfeito}
\nomenclature[ARu]{$R_u$}{Constante universal dos gases}{J/K~mol}{}
\nomenclature[AM]{$M$}{Massa molar}{kg/kmol}{}
\nomenclature[AVm]{$\Vol$}{Volume molar}{\mc/kmol}{}
\nomenclature[An]{$n$}{N�mero de mols (ou kmols)}{}{}
\end{equation}
Voc� roda latex duas vezes e depois roda o makeindex:
makeindex vent0.nlo -s nomentblm.ist -o <file>.nls
O arquivo nomentblm.ist � o arquivo nomentbl.ist modificado com minhas
defini��es. D� uma olhada:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% This is file `nomentbl.ist',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% nomentbl.dtx (with options: `idxstyle')
%%
%% Copyright (C) 2006 by Brian Elmegaard <
b...@mek.dtu.dk>
%%
%% This file can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License distributed from CTAN
%% archives in the directory macros/latex/base/lppl.txt; either
%% version 1.2 of the license, or (at your option) any later version.
%%
%% Nomenclature style file for MAKEINDEX.
%% For nomentbl v0.4
%%
%% Written by Brian Elmegaard
%%
actual '@'
quote '%'
delim_0 ""
delim_1 ""
delim_2 ""
item_0 ""
delim_t " \\\\\n"
line_max 1000
heading_prefix "\\multicolumn{3}{l}{\\nomgroup{"
heading_suffix "}} \\\\\n\\nopagebreak\\\\*[\\parskip]\n\\nopagebreak{}"
headings_flag 1
group_skip "\\\\*[\\parskip]"
preamble "\n\\begin{thenomenclature}\n%
\\begin{longtable}[l]%
{cp{\\textwidth*\\real{0.68}}l!{\\extracolsep{\\fill}}lll}\n"
postamble "\n\\end{longtable}\n\n\\end{thenomenclature}\n"
keyword "\\nomenclatureentry"
%%
%%
%\endinput
%%
%% End of file `nomentbl.ist'.
%%%%%%%%%%%%%%%%%%%%%%%%%
Voc� pode modificar o \\real{0.68} para o valor que voc� precisar. Fa�a
mudan�as e verifique o resultado. Eu uso este arquivo com format A5,
assim, para formato A4 acho que precisa de ajustes. Teste o nomentbl.ist
original.
Em 06-02-2013 12:30, Andre Zibetti escreveu:
> Pessoal,
>
> Preciso de uma ajuda..
>
> Estou utilizando o abntex2, pois bem, na tese me pedem para dividir as
> listas
>
> - Listas de s�mbolos
> - letras gregas
> - letras romanas
> - etc..
> - ....
> - Lista de abreviaturas e siglas
>
> Estou tentando usar o pacote nomecl com subgrupos, por�m n�o tenho
> id�ia de como fazer o tal nomencl.cfg funcionar...
>
> Criei conforme o exemplo do pr�prio manual do nomencl, por�m ele nem
> compila meu documento, diz que falta o \begin{document}...
>
> Alguma id�ia?
>
> Abra�os
> --
> Voc� est� recebendo esta mensagem porque se inscreveu no grupo
> "Latex-br" dos Grupos do Google.
> Para cancelar a inscri��o neste grupo e parar de receber seus e-mails,
> Para obter mais op��es, acesse
https://groups.google.com/groups/opt_out.
>
>
--
Liberte-se, para editar textos, planilhas e apresenta��es
use
http://pt-br.libreoffice.org/ � totalmente de gra�a.