Hi,
Z:\>makeglossaries LiteratureReview
defined(%hash) is deprecated at C:\Program Files\MiKTeX 2.9\scripts
\glossaries\makeglossaries line 227.
(Maybe you should just omit the defined()?)
added glossary type 'main' (glg,gls,glo)
Warning: File 'LiteratureReview.glo' is empty.
Have you used any entries defined in glossary 'main'?
Anyone encountered this error please? Any ideas how to solve it?
Thanks
|
|
0
|
|
|
|
Reply
|
joe.bonello.1979 (1)
|
1/14/2011 3:46:59 PM |
|
On 14/01/11 15:46, Joey wrote:
> Z:\>makeglossaries LiteratureReview
> defined(%hash) is deprecated at C:\Program Files\MiKTeX 2.9\scripts
> \glossaries\makeglossaries line 227.
> (Maybe you should just omit the defined()?)
You're using an old version of makeglossaries. This warning message will
go away if you update.
> added glossary type 'main' (glg,gls,glo)
> Warning: File 'LiteratureReview.glo' is empty.
> Have you used any entries defined in glossary 'main'?
This warning means that you haven't used any entries in the main
glossary, so the main glossary file is empty. If you don't want to use
the main glossary (e.g. you just want the 'acronym' glossary) you can
suppress its creation using the 'nomain' package option. If that's not
the case then you need to supply a minimal example.
Regards
Nicola Talbot
--
Home: http://theoval.cmp.uea.ac.uk/~nlct/
LaTeX Related Information: http://theoval.cmp.uea.ac.uk/~nlct/latex/
Creating a LaTeX Minimal Example:
http://theoval.cmp.uea.ac.uk/~nlct/latex/minexample/
|
|
0
|
|
|
|
Reply
|
Nicola
|
1/17/2011 8:26:56 AM
|
|
On 17 Jan., 09:26, Nicola Talbot <n.tal...@uea.ac.uk> wrote:
> On 14/01/11 15:46, Joey wrote:
>
> > Z:\>makeglossariesLiteratureReview
> > defined(%hash) is deprecated at C:\Program Files\MiKTeX 2.9\scripts
> > \glossaries\makeglossariesline 227.
> > =A0 =A0 =A0 =A0 =A0(Maybe you should just omit the defined()?)
>
> You're using an old version ofmakeglossaries. This warning message will
> go away if you update.
>
> > added glossary type 'main' (glg,gls,glo)
> > Warning: File 'LiteratureReview.glo' is empty.
> > Have you used any entries defined in glossary 'main'?
>
> This warning means that you haven't used any entries in the main
> glossary, so the main glossary file is empty. If you don't want to use
> the main glossary (e.g. you just want the 'acronym' glossary) you can
> suppress its creation using the 'nomain' package option. If that's not
> the case then you need to supply a minimal example.
>
> Regards
> Nicola Talbot
> --
> Home:http://theoval.cmp.uea.ac.uk/~nlct/
> LaTeX Related Information:http://theoval.cmp.uea.ac.uk/~nlct/latex/
> Creating a LaTeX Minimal Example:http://theoval.cmp.uea.ac.uk/~nlct/latex=
/minexample/
HI,
I am having the same problem, better to say the first part of it
(define (%hash).....):
I am using this version of the perlscript:
# File : makeglossaries
# Author : Nicola Talbot
# Version : 1.9 (2010/06/14)
I checked ctan for a newer version of this file, but this seems to be
the newest one.
|
|
0
|
|
|
|
Reply
|
tobias.foerster (2)
|
2/16/2011 5:03:06 PM
|
|
On 16/02/11 17:03, biaaas wrote:
>
> HI,
> I am having the same problem, better to say the first part of it
> (define (%hash).....):
> I am using this version of the perlscript:
> # File : makeglossaries
> # Author : Nicola Talbot
> # Version : 1.9 (2010/06/14)
> I checked ctan for a newer version of this file, but this seems to be
> the newest one.
Looks like I fixed the problem last September but didn't upload it.
(Possibly because I was working on the next version of glossaries, but
got sidetracked by too many other things.) Look for the line
unless (defined %thistype)
and removed "defined".
I'll try to get the next version finished soon.
Regards
Nicola Talbot
--
Home: http://theoval.cmp.uea.ac.uk/~nlct/
LaTeX Related Information: http://theoval.cmp.uea.ac.uk/~nlct/latex/
Creating a LaTeX Minimal Example:
http://theoval.cmp.uea.ac.uk/~nlct/latex/minexample/
|
|
0
|
|
|
|
Reply
|
n.talbot (143)
|
2/16/2011 9:08:31 PM
|
|
On 16 Feb., 22:08, Nicola Talbot <n.tal...@uea.ac.uk> wrote:
> On 16/02/11 17:03, biaaas wrote:
>
>
>
> > HI,
> > I am having the same problem, better to say the first part of it
> > (define (%hash).....):
> > I am using this version of the perlscript:
> > # File =A0 =A0:makeglossaries
> > # Author =A0: Nicola Talbot
> > # Version : 1.9 (2010/06/14)
> > I checked ctan for a newer version of this file, but this seems to be
> > the newest one.
>
> Looks like I fixed the problem last September but didn't upload it.
> (Possibly because I was working on the next version of glossaries, but
> got sidetracked by too many other things.) Look for the line
>
> =A0 =A0 unless (defined %thistype)
>
> and removed "defined".
>
> I'll try to get the next version finished soon.
>
> Regards
> Nicola Talbot
> --
> Home:http://theoval.cmp.uea.ac.uk/~nlct/
> LaTeX Related Information:http://theoval.cmp.uea.ac.uk/~nlct/latex/
> Creating a LaTeX Minimal Example:http://theoval.cmp.uea.ac.uk/~nlct/latex=
/minexample/
Hello,
thanks for your fast response. I used your workaround and the "(define
(%hash).....):"-Error is gone.
But I still have Problems calling xindy or makeindex. I thought this
was somehow connected to the "hash" problem and would disappear with
it.
I get the following error message:
Call to makeindex failed (Errno:256):
Can't create output index file C:...... .acr
Maybe you can help with that.
Thanks!
|
|
0
|
|
|
|
Reply
|
tobias.foerster (2)
|
2/17/2011 10:04:57 AM
|
|
Hello,
I think the problem mentioned in my last post is more a problem of
the new version of makeindex. When I start the script with the full
path "c:\........\maintexfile" (without file extension) I get the
error (makeglossaries and makeglossarie.bat are in the same folder as
maintexfile). When I start the script with only the file name
"maintexfile" it works. The "hasherror" distracted me from the fact
that I upgraded from Miktex2.8 to 2.9, which upgrades makeindex from
2.14 to 2.15. The makeglossaries package is the same for both Miktex
versions.
Forget about xindy I didn't realize that there is no windows version.
Thanks again for the help!
biaaas
> Hello,
> thanks for your fast response. I used your workaround and the "(define
> (%hash).....):"-Error is gone.
> But I still have Problems calling xindy or makeindex. I thought this
> was somehow connected to the "hash" problem and would disappear with
> it.
> I get the following error message:
>
> =A0 Call to makeindex failed (Errno:256):
> =A0 Can't create output index file C:...... .acr
>
> Maybe you can help with that.
>
> Thanks!
|
|
0
|
|
|
|
Reply
|
biaaas
|
2/18/2011 9:17:48 AM
|
|
|
5 Replies
900 Views
(page loaded in 0.123 seconds)
|