Kevin Rudisill
2003-11-04 20:23:33 UTC
I create the latex file:
\documentclass[12pt]{memoir}
\chapterstyle{default}
\begin{document}
{\bf hello world!}
\end{document}
and I get the error:
ERROR: Class memoir Error: Font command \bf is not supported.
--- TeX said ---
See the memoir class documentation for explanation.
Type H <return> for immediate help.
...
l.4 {\bf
hello world!}
--- HELP ---
No help available
Considering the error cropped up when I was trying to use camel in
combination with memoir, does anyone know of a good workaround. If I
redefine \bf to \textbf then it does it with \tt next. What I was
wondering is, isn't there a significant difference between \bf and
\textbf? If I just rename one to the other won't it lead to problems
down the road? Would it be possible to just get one of the other
LaTeX styles (i.e. article) first to get all the defaults then
\usepackage{memoir} (or something like that) to get the memoir
specifics?
Does anyone know of a better workaround?
Thanks,
-Kevin
\documentclass[12pt]{memoir}
\chapterstyle{default}
\begin{document}
{\bf hello world!}
\end{document}
and I get the error:
ERROR: Class memoir Error: Font command \bf is not supported.
--- TeX said ---
See the memoir class documentation for explanation.
Type H <return> for immediate help.
...
l.4 {\bf
hello world!}
--- HELP ---
No help available
Considering the error cropped up when I was trying to use camel in
combination with memoir, does anyone know of a good workaround. If I
redefine \bf to \textbf then it does it with \tt next. What I was
wondering is, isn't there a significant difference between \bf and
\textbf? If I just rename one to the other won't it lead to problems
down the road? Would it be possible to just get one of the other
LaTeX styles (i.e. article) first to get all the defaults then
\usepackage{memoir} (or something like that) to get the memoir
specifics?
Does anyone know of a better workaround?
Thanks,
-Kevin