Please what's the error in this code, it didn't work:
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{pst-eps}
\usepackage[french]{babel}
\usepackage[xcas]{tablor}
\begin{document}
\begin{TV} TV([-1,1],[],"f","x",x^2,1,n,\tv) \end{TV}
\end{document}
i have this error:
./essai tblor.tex:8: FancyVerb Error: Extraneous input ` TV([-1,1],[],"f","x",x^2,1,n,\tv ) \end {TV}' between \beg in{TV}[<key=value>] and line end . \FV@Error ... {FancyVerb Error: \space \space #1 } l.8 ... TV([-1,1],[],"f","x",x^2,1,n,\tv) \end{TV} ? Process aborted –
\begin{TV}and\end{TV}should be on lines by themselves. – egreg Oct 13 '12 at 22:20tabloris only in french. It would be a great advantage to have it in English too ... – Kurt Oct 13 '12 at 23:14