On Fri, Aug 20, 2010 at 2:55 PM, Peter Bienstman <[email protected]> wrote: > Hi Gwern, > > After some googling, I came across this file > http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf > which seems to say its \Box instead of \box, and requires e.g. the > amsfonts package > > Edit your .mnemosyne/latex/preamble to look e.g. something like this: > > \documentclass[12pt]{article} > \usepackage{amsfonts} > \pagestyle{empty} > \begin{document} > > Cheers, > > Peter
Turns out amsfonts is installed as part of texlive-base. Which makes me angrier about the lack of error messages - would it kill LaTeX to have emitted an error message like 'you tried to use \Box, which is not imported but is available in the amsfonts package!' (I did try the uppercase version a few times; strangely, both \diamond and \Diamond work, but \box doesn't...) Adding the \usepackage fixed it, thanks. -- gwern -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
