博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Sage002. View error with latex
阅读量:7236 次
发布时间:2019-06-29

本文共 513 字,大约阅读时间需要 1 分钟。

Problem

I got a "Latex error" when try to use view comamnd in Sage 5.2.

I've already installed (a lot of, I'm not familar with TeX) texlive, and I can compile tex code manually.

Reason:

dvipng missing.

Sage use dvipng to ensure(maybe other purpose) the  generated dvi file -- output of latex -- is ok.

hint: use func?? to see source code of a particular function, then debug the source.

(my)Solution:

just install dvipng

sudo apt-get install dvipng

转载于:https://www.cnblogs.com/kongs/archive/2012/08/19/2646062.html

你可能感兴趣的文章
spring boot 调试 - 热部署
查看>>
Python installation
查看>>
C# 带用户密码访问网络共享
查看>>
Win10之UWP的数据存储
查看>>
程序员最常用的5大编程实战网站
查看>>
管理数据中心需要瞻前顾后
查看>>
Ubuntu 搜狗输入法 双拼输入法
查看>>
小麦铺首推“无边界”门店 ,再融资 1.2 亿,刘泽轩要打造怎样的便利店?
查看>>
英特尔发布量子计算测试芯片,挑战IBM
查看>>
修改文件后缀的C语言实现
查看>>
myISAM索引
查看>>
ovs 实用案例
查看>>
leetcode 104 Maximum Depth of Binary Tree二叉树求深度
查看>>
libevent2笔记(linux、windows、android的编译)
查看>>
如何减少JS的全局变量污染
查看>>
大数据计数原理1+0=1这你都不会算(二)
查看>>
Facebook的Hadoop应用与故障转移方案
查看>>
结合stack数据结构,实现不同进制转换的算法
查看>>
应用、算法、芯片,“三位一体”浅析语音识别
查看>>
14亿用户数据泄露,原因竟是垃圾邮件!
查看>>