trrocha / abntex2

Automatically exported from code.google.com/p/abntex2
0 stars 0 forks source link

Lista de símbolos / List of symbols #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which component is your suggestion addressed to?
[ ] class
[ ] packages
[ ] bibliography style
[ ] documentation
[ ] examples
[x] other: Lista de símbolos / List of symbols
What is you suggestion?

Pessoal, antes de tudo, acho ótimo o trabalho de vocês com o abntex2.

Bem, ainda não temos uma 'lista de símbolos' que funcione como a 'lista de 
figuras', por exemplo. Eu venho tentando obter essa funcionalidade e estou 
quase finalizando. Por isso, peço a ajuda de vocês: com o código abaixo eu 
consigo a aparência desejada, mas, apesar de serem mostrados o números 
corretos, os links enviam para a página errada no documento PDF final. O que 
pode estar errado?

---

Guys, first of all, you're doing great with the abntex2.

Well, we don't have yet a 'list of symbols' that works like a 'list of 
figures', e.g. I have been trying to achieve this functionality and I'm almost 
there. So I ask your help: with the code below I have the look I desire but, 
despite it shows the correct number the links sends you a wrong page on the 
final PDF document. What can be wrong?

---

Additional information: Code

% ***** Definicao / Definition *****
% Escreve o simbolo no texto e uma entrada na Lista de Simbolos.
% Writes the symbol on text and an entry in symbol list
% Uso/Usage:
% \simb[entrada na lista de simbolos]{simbolo}
% \simb[caption in symbol list]{symbol}

\newcommand{\simb}[2][]{%
    \ifthenelse{\equal{#1}{}}
        {\addcontentsline{los}{simbolo}{\hbox to 21pt{\ensuremath{#2}}}}
        {\addcontentsline{los}{simbolo}{\hbox to 21pt{\ensuremath{#2}}
        \hspace*{6pt}{#1}}}
        \ensuremath{#2}
}
\makeatletter
% \listadesimbolos: imprime a lista de simbolos / prints the symbol list
\newcommand{\listadesimbolos}{
    \pretextualchapter{Lista de S\'imbolos}  % nome / name
    {\SingleSpacing\setlength{\parindent}{0cm}
    \@starttoc{los}}
}
\newcommand\l@simbolo[2]{\normalsize #1 \hspace*{2.5pt}\mydots #2 \par}

Original issue reported on code.google.com by leobr...@gmail.com on 2 May 2014 at 6:01

Attachments:

GoogleCodeExporter commented 9 years ago
Caro leobruno, peço gentileza de verificar a issue 104, que já estava aberta 
com este objetivo.

Original comment by laurocesar on 2 May 2014 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by laurocesar on 2 May 2014 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by laurocesar on 2 May 2014 at 6:06

GoogleCodeExporter commented 9 years ago
Caro leobruno

O josepaulolima topou contribuir com esta issue. Peço gentileza de se falarem 
pelo fórum abntex2, assim ele pode te ajudar com isso e, quando tivermos a 
solução final para a questão, incorporamos a funcionalidade nas próximas 
versões do abnTeX2, ok?

Original comment by laurocesar on 3 May 2014 at 12:45

GoogleCodeExporter commented 9 years ago

Original comment by laurocesar on 9 Jun 2014 at 1:51

GoogleCodeExporter commented 9 years ago
Coloquei uma atualização deste issue no issue #104.
Um ponto: na norma ABNT, parece-me que a lista de símbolos e siglas não 
contém o número da página a qual pertence a entrada.

Original comment by josepaul...@gmail.com on 20 Jul 2014 at 7:54

GoogleCodeExporter commented 9 years ago

Original comment by laurocesar on 15 Jan 2015 at 9:49