Search found 4 matches

by efrenlopes
Thu Dec 15, 2011 8:51 pm
Forum: Page Layout
Topic: glossaries | Style for List of Acronyms
Replies: 4
Views: 8165

glossaries | Style for List of Acronyms

I got! Just leave it at that:

Code: Select all

\newglossarystyle{dottedlocations}{%
  \glossarystyle{list}%
  \renewcommand*{\glossaryentryfield}[5]{%
    \item[\glstarget{##1}{##2}]\emph{##3}%
      \unskip\leaders\hbox to 2.9mm{\hss.}\hfill##5}%
  \renewcommand*{\glsgroupskip}{}%
}
It was perfect:)
Thank you.
by efrenlopes
Thu Dec 15, 2011 6:08 pm
Forum: Page Layout
Topic: glossaries | Style for List of Acronyms
Replies: 4
Views: 8165

glossaries | Style for List of Acronyms

I tried to run this example, but I got the following error:


(./Exemplo.aux) (./Exemplo.gls
! Undefined control sequence.
<argument> \glsentryitem
{manet}\glstarget {manet}{\glsnamefont {MANET}}
l.5 \setentrycounter{page}\glsnumberformat{1}}}
\glsgroupskip
! Undefined control sequence ...
by efrenlopes
Tue Dec 13, 2011 11:25 pm
Forum: Page Layout
Topic: glossaries | Style for List of Acronyms
Replies: 4
Views: 8165

glossaries | Style for List of Acronyms

Hello!

I am using the glossaries package to make a list of acronyms. But I'm not liking the format that is being generated. I have to generate a format like this?
ListOfAcronyms.jpg
This format I generated using the acronym package, but I want to do this with the glossaries package.

There is ...
by efrenlopes
Thu Feb 25, 2010 6:59 pm
Forum: BibTeX, biblatex and biber
Topic: Command to print a complete Bibliography Entry in the Text
Replies: 0
Views: 1377

Command to print a complete Bibliography Entry in the Text

Hello!

I'm using bibtex to generate my references. It generates the chapter
references as follows:

Albowicz, J., Chen, A., and Zhang, L. (2001). Recursive position estimation in sensor
networks. In Proceedings of the 9th International Conference on Network Protocols
(ICNP’01), pages 35–41 ...