\documentclass[12pt,openright,twoside,a4paper]{memoir}
\usepackage{nomencl} % Lista de simbolos
% ---
% Compila a lista de abreviaturas e siglas
% ---
\makenomenclature
% ---
\begin{document}
% ---
% inserir lista de Abreviaturas e Siglas
% ---
\nomenclature{Fig.}{Figure}
\nomenclature{$A_i$}{Area of the $i^{th}$ component}
\nomenclature{456}{Isto é um número}
\nomenclature{4456}{Isto é outro número}
\nomenclature{a}{primeira letra do alfabeto}
\nomenclature{lauro}{meu nome}
\renewcommand{\nomname}{Lista de Abreviaturas e Siglas}
\pdfbookmark[0]{\nomname}{las}
\printnomenclature
\cleardoublepage
% ---
% ---
% inserir lista de símbolos
% ---
???????????
% ---
\end{document}
--
You received this message because you are subscribed to the Google Groups "Latex-br" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latex-br+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/56921a64-b7fb-43ea-8b14-16e18897d369%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/e2d830b0-56c9-4711-82fa-287d6dfe025b%40googlegroups.com.