You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LaTeX Users Group
I am trying to pdflatex a .tex file that has the following in the
preamble:
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{graphicx}
\usepackage[authoryear]{natbib}
\usepackage{color}
\usepackage{authblk}
\usepackage{wasysym}
\usepackage{bbding}
\usepackage{babel}
a \renewcommand generates an error that a symbol is already defined.
Are there known conflicts with the bbding.sty package that any of the
listed packages could be causing?
Thanks,
jon
unread,
Jun 27, 2009, 6:01:46 PM6/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LaTeX Users Group
load bbding before wasysym. (and give a language option to babel.)
if you're still having problems, provide a /minimal/ example that
demonstrates the problem.