On Sat, Dec 24, 2016 at 6:16 AM, NITIN DARKUNDE <[email protected]> wrote:
> I mean that, if there is any way via which one can get the output on word
> and then on latex, in order to include in research paper. I am strongly of
> opinion that maths writing must be in latex.
>
I like the fancyvrb package. Add
\usepackage{fancyvrb}
and
\newcommand{\sage}{{\sf Sagemath}\,}
to the preamble. Then add
\begin{Verbatim}[fontsize=\scriptsize,fontfamily=courier,fontshape=tt,frame=single,label=\sage]
sage: A = matrix(QQ, [[1 , -1 , 2 , 3 , 0], [ -1, 0, -4, 3, -1],
[2, -1, 6, 0, 1], [-1, 2, 0, 1, 1]])
sage: A.right_kernel()
Vector space of degree 5 and dimension 2 over Rational Field
Basis matrix:
[ 1 0 -1/2 0 1]
[ 0 1 1/2 0 -2]
\end{Verbatim}
for the sagemath commands in the body of your document. It looks
really nice, IMHO.
> On Dec 24, 2016 4:43 PM, "Dima Pasechnik" <[email protected]> wrote:
>>
>> This is a bit off-topic, but writing maths in word is not really a good
>> idea. Every worthwhile
>> publication venue in mathematics or CS supports (La)TeX.
>>
>>
>> On Saturday, December 24, 2016 at 7:52:53 AM UTC, NITIN DARKUNDE wrote:
>>>
>>> Dear group members,
>>> I have been using sage since last 01
>>> month. I just done some easy commands in it . I want to ask you, how to take
>>> these commands and their output on word/latex file?(So that I can include,
>>> this stuff in my research paper). Thanks.
>>>
>>> --
>>> ----------------------------------------------------------------------
>>> Yours faithfully,
>>> -----------------------------------------------------------------------
>>> Mr. Nitin Shridhar Darkunde.
>>> Assistant Professor,
>>> Department of Mathematics,
>>> School of Mathematical Sciences,
>>> Swami Ramanand Teerth Marathwada University,
>>> Vishnupuri, Nanded-431 606 (M.S.), India.
>>> Mob. No:08275268895 Or 09273500312
>>> ********************************************************
>>>
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sage-support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at https://groups.google.com/group/sage-support.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.