Discussion:
bibtex
nuadhu2001
2006-12-29 12:43:49 UTC
Permalink
hello evrybody!

well i have always problems using bibtex in my documents.

the tex document:

...
\nocite{*}
\bibliographystyle{alphadin}
\bibliography{lit}
\end{document}

and the used bib file:
@book{BOOK,
author={Karl-Hermann Neumann},
title={Pflanzliche Zell- und Gewebekulturen.},
year={1995},
publisher={Utb},
isbn={3825218694}
}

@misc{wiki,
author={Wikipedia},
title={Zellkultur -- Wikipedia{,} Die freie Enzyklopädie},
year={2006},
url="\url{http://de.wikipedia.org/w/index.php?title=Zellkultur&oldid=25530297}",
note="[Online; Stand 29. Dezember 2006]"
}

@PhDThesis{phd,
author = {Windhövel, Jörg},
title ={Biochemische und molekularbiologische Untersuchungen zur
Cinnamoyl-CoA: NADP Oxidoreduktase aus Zellsuspensionskulturen von
Linum album},
year = {2002},
school = {Heinrich -- Heine -- Universität Düsseldorf, Mathematisch
-- Naturwissenschaftliche Fakultät}
}

the following message is shown after "Build > BibTeX":
...
ptr=1, stack=
---the literal stack isn't empty for entry wiki
while executing---line 1656 of file alphadin.bst
(There was 1 error message)

So - what is the problem?

Thank's

ps: i'm a latex newbie
owieland1969
2007-01-01 12:34:34 UTC
Permalink
Hi,

I would propose, that you try to locate the problem by commenting out entry by entry.

After you found the entry(ies), you may proceed by testing each field, especially those with
special chars (e. g. german umlauts). Maybe bibtex has problems with them.

Another possibility may be a erroneous .bst file, but this is very unlikely.

Hope that helps,
Oliver
Post by nuadhu2001
hello evrybody!
well i have always problems using bibtex in my documents.
...
\nocite{*}
\bibliographystyle{alphadin}
\bibliography{lit}
\end{document}
@book{BOOK,
author={Karl-Hermann Neumann},
title={Pflanzliche Zell- und Gewebekulturen.},
year={1995},
publisher={Utb},
isbn={3825218694}
}
@misc{wiki,
author={Wikipedia},
title={Zellkultur -- Wikipedia{,} Die freie Enzyklopädie},
year={2006},
url="\url{http://de.wikipedia.org/w/index.php?title=Zellkultur&oldid=25530297}",
note="[Online; Stand 29. Dezember 2006]"
}
@PhDThesis{phd,
author = {Windhövel, Jörg},
title ={Biochemische und molekularbiologische Untersuchungen zur
Cinnamoyl-CoA: NADP Oxidoreduktase aus Zellsuspensionskulturen von
Linum album},
year = {2002},
school = {Heinrich -- Heine -- Universität Düsseldorf, Mathematisch
-- Naturwissenschaftliche Fakultät}
}
...
ptr=1, stack=
---the literal stack isn't empty for entry wiki
while executing---line 1656 of file alphadin.bst
(There was 1 error message)
So - what is the problem?
Thank's
ps: i'm a latex newbie
Alain Delmotte
2007-01-02 08:17:10 UTC
Permalink
Hi,

Here is my MCE and I have no problem (except the loading of the
hyphenation for German).
-------------------------------------------
\documentclass{article}

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[german]{babel}
\usepackage[a4paper]{geometry}

\usepackage{lmodern} % not necessary, for => .pdf

\begin{document}

...
\nocite{*}
\bibliographystyle{alphadin}
\bibliography{lit}
\end{document}
-------------------------------------------
I am using TeXnicCenter and mikTeX 2.4.

Best wishes for 2007.

Alain Delmotte
Post by nuadhu2001
hello evrybody!
well i have always problems using bibtex in my documents.
...
\nocite{*}
\bibliographystyle{alphadin}
\bibliography{lit}
\end{document}
@book{BOOK,
author={Karl-Hermann Neumann},
title={Pflanzliche Zell- und Gewebekulturen.},
year={1995},
publisher={Utb},
isbn={3825218694}
}
@misc{wiki,
author={Wikipedia},
title={Zellkultur -- Wikipedia{,} Die freie Enzyklopädie},
year={2006},
url="\url{http://de.wikipedia.org/w/index.php?title=Zellkultur&oldid=25530297}",
note="[Online; Stand 29. Dezember 2006]"
}
@PhDThesis{phd,
author = {Windhövel, Jörg},
title ={Biochemische und molekularbiologische Untersuchungen zur
Cinnamoyl-CoA: NADP Oxidoreduktase aus Zellsuspensionskulturen von
Linum album},
year = {2002},
school = {Heinrich -- Heine -- Universität Düsseldorf, Mathematisch
-- Naturwissenschaftliche Fakultät}
}
...
ptr=1, stack=
---the literal stack isn't empty for entry wiki
while executing---line 1656 of file alphadin.bst
(There was 1 error message)
So - what is the problem?
Thank's
ps: i'm a latex newbie
Yahoo! Groups Links
nuadhu2001
2007-01-02 22:08:37 UTC
Permalink
Hi!

Well...i've tryed to fx the problem and:
if i use a other bibliographystlye there's no problem (no error
message, only warnings for empty edition or so)

ok thanks!
Post by Alain Delmotte
Hi,
Here is my MCE and I have no problem (except the loading of the
hyphenation for German).
-------------------------------------------
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[german]{babel}
\usepackage[a4paper]{geometry}
\usepackage{lmodern} % not necessary, for => .pdf
\begin{document}
...
\nocite{*}
\bibliographystyle{alphadin}
\bibliography{lit}
\end{document}
-------------------------------------------
I am using TeXnicCenter and mikTeX 2.4.
Best wishes for 2007.
Alain Delmotte
Post by nuadhu2001
hello evrybody!
well i have always problems using bibtex in my documents.
...
\nocite{*}
\bibliographystyle{alphadin}
\bibliography{lit}
\end{document}
@book{BOOK,
author={Karl-Hermann Neumann},
title={Pflanzliche Zell- und Gewebekulturen.},
year={1995},
publisher={Utb},
isbn={3825218694}
}
@misc{wiki,
author={Wikipedia},
title={Zellkultur -- Wikipedia{,} Die freie Enzyklopädie},
year={2006},
url="\url{http://de.wikipedia.org/w/index.php?title=Zellkultur&oldid=25530297}",
Post by Alain Delmotte
Post by nuadhu2001
note="[Online; Stand 29. Dezember 2006]"
}
@PhDThesis{phd,
author = {Windhövel, Jörg},
title ={Biochemische und molekularbiologische Untersuchungen zur
Cinnamoyl-CoA: NADP Oxidoreduktase aus Zellsuspensionskulturen von
Linum album},
year = {2002},
school = {Heinrich -- Heine -- Universität Düsseldorf, Mathematisch
-- Naturwissenschaftliche Fakultät}
}
...
ptr=1, stack=
---the literal stack isn't empty for entry wiki
while executing---line 1656 of file alphadin.bst
(There was 1 error message)
So - what is the problem?
Thank's
ps: i'm a latex newbie
Yahoo! Groups Links
Alain Delmotte
2007-01-03 09:33:59 UTC
Permalink
Hello,

My version of alphadin is Ausgabe [8] 10/10/00
ersetzt ALPHADIN.BST Ausgabe [7,1] 23/11/99
ersetzt DinAlpha.bst 1994

Perhaps this could be the problem, unless you load something else which
interfere;
In this case try changing the order of loading.

Hope this helps!

Alain Delmotte
Post by nuadhu2001
Hi!
if i use a other bibliographystlye there's no problem (no error
message, only warnings for empty edition or so)
ok thanks!
Post by Alain Delmotte
Hi,
Here is my MCE and I have no problem (except the loading of the
hyphenation for German).
-------------------------------------------
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[german]{babel}
\usepackage[a4paper]{geometry}
\usepackage{lmodern} % not necessary, for => .pdf
\begin{document}
...
\nocite{*}
\bibliographystyle{alphadin}
\bibliography{lit}
\end{document}
-------------------------------------------
I am using TeXnicCenter and mikTeX 2.4.
Best wishes for 2007.
Alain Delmotte
Post by nuadhu2001
hello evrybody!
well i have always problems using bibtex in my documents.
...
\nocite{*}
\bibliographystyle{alphadin}
\bibliography{lit}
\end{document}
@book{BOOK,
author={Karl-Hermann Neumann},
title={Pflanzliche Zell- und Gewebekulturen.},
year={1995},
publisher={Utb},
isbn={3825218694}
}
@misc{wiki,
author={Wikipedia},
title={Zellkultur -- Wikipedia{,} Die freie Enzyklopädie},
year={2006},
url="\url{http://de.wikipedia.org/w/index.php?title=Zellkultur&oldid=25530297}",
Post by Alain Delmotte
Post by nuadhu2001
note="[Online; Stand 29. Dezember 2006]"
}
@PhDThesis{phd,
author = {Windhövel, Jörg},
title ={Biochemische und molekularbiologische Untersuchungen zur
Cinnamoyl-CoA: NADP Oxidoreduktase aus Zellsuspensionskulturen von
Linum album},
year = {2002},
school = {Heinrich -- Heine -- Universität Düsseldorf, Mathematisch
-- Naturwissenschaftliche Fakultät}
}
...
ptr=1, stack=
---the literal stack isn't empty for entry wiki
while executing---line 1656 of file alphadin.bst
(There was 1 error message)
So - what is the problem?
Thank's
ps: i'm a latex newbie
Yahoo! Groups Links
Yahoo! Groups Links
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Loading...