Deat Texmacs Developers, I was unable to use the \mathbb command inside a XYpic-session until I added the amssymb package to the tm_xypic file (see attached patch). I am sure it would be useful, if this gets applied upstream.
Best regards,
Eshat (please CC me if you reply)
--- /usr/lib/texmacs/TeXmacs/bin/tm_xypic_orig 2013-02-22 02:48:02.000000000
+0100
+++ /usr/lib/texmacs/TeXmacs/bin/tm_xypic 2013-03-28 15:45:50.123724181
+0100
@@ -63,6 +63,7 @@
# Begin creation of LaTeX file
echo -E "\documentclass{article}" > $TEMP_FILE.tex
echo -E "\usepackage[all]{xy}" >> $TEMP_FILE.tex
+ echo -E "\usepackage[all]{amssymb}" >> $TEMP_FILE.tex
echo -E "\pagestyle{empty}" >> $TEMP_FILE.tex
echo -E "\begin{document}" >> $TEMP_FILE.tex
--
eshat cakar
web: www.eshat.de gpg-id: 799B 95D5
signature.asc
Description: PGP signature
_______________________________________________ Texmacs-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/texmacs-dev
