Fonts & Character Sets ⇒ LaTeX Error: Encoding scheme `\stmaryrdfam ' unknown.
LaTeX Error: Encoding scheme `\stmaryrdfam ' unknown.
I have been trying to get LaTeX to work for a few days now. Earlier today it seemed to work, but now it doesn't anymore.
I installed Ubuntu and LiveTex along with the LaTeX plugin for gEdit. I am a novice in all of them, and I gotta say installing packages for Latex is a nightmare.
I want to use this style package to make natural deduction proofs:
http://www.mscs.dal.ca/~selinger/fitch/
I put the fitch.sty file in home/texmf/tex/latex/fitch (I read this in a tutorial somewhere) and then ran texhash ~/texmf in the terminal.
Now, when I try to build an image, I get the following error:
LaTeX Error: Encoding scheme `\stmaryrdfam ' unknown.
Unknown? How can I make it known?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
LaTeX Error: Encoding scheme `\stmaryrdfam ' unknown.
Personally I, prefer this package (unfortunately also named fitch.sty) for typesetting Fitch-style derivations.
It would have needed to be put in /home/<yourusername>/texmf/tex/latex/fitch, or for short ~/texmf/tex/latex/fitch for that to work. Perhaps that's what you meant though. But otherwise that should have worked. (And perhaps it did! See below.)ocky7 wrote: I put the fitch.sty file in home/texmf/tex/latex/fitch (I read this in a tutorial somewhere) and then ran texhash ~/texmf in the terminal.
The package you linked to does not make use of this command or encoding at all, so this seems like an unrelated error. It is very difficult to diagnose without knowing where it came from. Can you post a minimal working example of a document which generates this error, and put, as an attachment, a complete .log file that is generated when you try to process it?Now, when I try to build an image, I get the following error:
LaTeX Error: Encoding scheme `\stmaryrdfam ' unknown.
Unknown? How can I make it known?