- ·上一篇教育:如何在word中显示非打印,打印,显示
- ·下一篇教育:word修订状态如何关,修订,状态
ubuntu如何用word,ubuntu
1.如何在ubuntu上装word 2007
可以明确的告诉你~
linux系统是装不了MS-office的
如果你确实想在ubuntu下用微软的东西 可以虚拟一个windows系统~
但没有必要 这样还不如直接装win
在ubuntu下可以用openoffice啊~可以兼容MS-office的 Word同样可以保存为.doc文档的~
而且openoffice操作简单~易用 普通办公完全够用 文档,制表,幻灯~ 不必微软的office差啊~
2.ubuntu 怎么把代码复制到word
第一步:安装 unoconv 和 pandocsudo apt-get install unoconv pandoc第二步:将 word 文件转换 htmlunoconv -f html -o file.html file.docx-f html:指定我们要转为 html 格式(format)-o file.html:表示输出(output)的文件名为 file.htmlfile.docx:表示要转换的文件为 file.docx第三步:将 html 转换为 markdownpandoc -f html -t markdown -o file.md file.html-f html:指定我们要从什么文件(from)转换-t markdown:指定我们要转为 markdown 格式(to)-o file.md:表示输出(output)的文件名为 file.mdfile.html:表示要转换的文件为 file.html第四步:将图片拷贝到 images 中转换出来后会有很多图片,需要将图片拷贝到 images 文件夹中, 然后再单独上传images中的文件到博客中,这样就可以把我们 Word文档分享到博客了,比如CSDN博客。
3.ubuntu中怎样安装 word2vec
1、确保gcc为最新版
yum install gcc2、安装subversion,用来获取word2vec源码
yum install subversion3、指定一个任意目录为word2vec工作目录,通过svn指令获取word2vec源
svn checkout
unoconv -f html -o file.html file.docx
-f html:指定我们要转为 html 格式(format)
-o file.html:表示输出(output)的文件名为 file.html
file.docx:表示要转换的文件为 file.docx
第三步:将 html 转换为 markdown
pandoc -f html -t markdown -o file.md file.html
-f html:指定我们要从什么文件(from)转换
-t markdown:指定我们要转为 markdown 格式(to)
-o file.md:表示输出(output)的文件名为 file.md
file.html:表示要转换的文件为 file.html
第四步:将图片拷贝到 images 中
转换出来后会有很多图片,需要将图片拷贝到 images 文件夹中, 然后再单独上传images中的文件到博客中,这样就可以把我们 Word文档分享到博客了,比如CSDN博客。
6.ubuntu 怎么把代码复制到word
第一步:安装 unoconv 和 pandoc
sudo apt-get install unoconv pandoc
第二步:将 word 文件转换 html
unoconv -f html -o file.html file.docx
-f html:指定我们要转为 html 格式(format)
-o file.html:表示输出(output)的文件名为 file.html
file.docx:表示要转换的文件为 file.docx
第三步:将 html 转换为 markdown
pandoc -f html -t markdown -o file.md file.html
-f html:指定我们要从什么文件(from)转换
-t markdown:指定我们要转为 markdown 格式(to)
-o file.md:表示输出(output)的文件名为 file.md
file.html:表示要转换的文件为 file.html
第四步:将图片拷贝到 images 中
转换出来后会有很多图片,需要将图片拷贝到 images 文件夹中, 然后再单独上传images中的文件到博客中,这样就可以把我们 Word文档分享到博客了,比如CSDN博客。