This question used to spend my half a day, and this time again, half a day. Here I write it down in case that somebody encounter the same problem as I do.

LyX is good for handling LaTeX. When using figures in LyX, it's better to have thumbnails in LyX. However in my computer, where I use a portable LyX with MikTeX package, the processor fails, where shows "Error converting to loadable format".

Several questions have been raised regarding this problem, refer to :

  1. lyx “error converting to loadable format”
  2. Lyx, Error Converting to Loadable Format for PDFs
  3. How LyX handles figures

However, all the above solutions failed for my case. I nearly gave up. However I continued and finally succeeded. Steps are stated as follows:

  1. Install a LyX distribution, named as "LyX-232-2-Installer-10.exe", and it works well;
  2. Change the installation path(Originally being D:\Lyx 2.3) into D:\Lyx 2.30, however it fails;
  3. I searched through all the files underneath D:\Lyx 2.3 for keywords D:\Lyx 2.3, and changed them into D:\Lyx 2.30, well, it didn't work.
  4. I searched thought the registry for the same keyword, not work.
  5. Revert the folder into D:\Lyx 2.3, and a copy of the folder in somewhere else (actually, not the copy of this installation, but the old one I used to working on);
  6. Rename the subfolders one by one, and test whether the copy works well;
  7. Finally, I found the problem was raised by the Magick, what a sad thing.
  8. There is another distribution of magick available the whole computer (e.g. in the global environment), and I delete the one underneath LyX. Well done.

最新文章

  1. IT界里的生日
  2. 未能正确加载“RoslynPackage”包
  3. 《JavaScript权威指南》学习笔记 第四天 数组
  4. Windows程序设计(第五版)学习:第四章 文本输出
  5. 在WAS 中建立db2 dataSource
  6. UI4_注册登录界面
  7. Socket 广播
  8. Jquer Ajax xmlhttp请求成功了,为什么一直在error函数里面
  9. mybatis generator配置文件
  10. jquery + ajax调用后台方法
  11. WebService 简单安全验证
  12. vs2005中分割线怎么插入
  13. 【原】cookie小结
  14. 解读Raft(三 安全性)
  15. C++输出
  16. hibernate设置二级缓存时报错java.lang.NoClassDefFoundError: org/hibernate/engine/jndi/JndiNameException
  17. django基于中间件的IP访问频率控制
  18. python--jianja2
  19. linux shell 脚本攻略学习1
  20. leetcode743

热门文章

  1. Java8两大特性(一)——Stream
  2. C++中哪些函数不能声明为inline?
  3. 关于vue使用的一些小经验
  4. Ubuntu中用户名密码和root密码修改
  5. 4、OGNL与值栈
  6. linux 下ln命令--笔记
  7. 模块基础 day15
  8. 函数基础(一)(day10整理)
  9. VS运行遇到的那些坑
  10. List、Set集合系列之剖析HashSet存储原理(HashMap底层)