为什么说是重新发布呢?Lyx 在8月1号的时候,隆重发布了1.5版。不料没过多久,就因为软件包的问题而撤下了。
几天后,也就是8月4号,官方重新放出了1.5版Lyx,并加了一个修订号,因而为1.5.1版。据说修正了一些Bug。
为什么如此关注Lyx?因为一直久闻Latex优秀的文档排版质量,却苦于没时间学习它的语法和配置CJK,无法来使用它来编辑一些文档。
Lyx的出现,可谓大大方便我这种懒人啦。所见即所得,可视化编辑,还支持CJK。真是太棒了。
目前官方还没有放出deb软件包,不过这只是时间问题,因为放出deb包是他们的习惯。
原码包在这里下载,ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.5.1.tar.bz2
下载完后,解压在终端进入lyx-1.5.1,执行:
./configure
(如果出现** moc 4 binary not found !
** uic 4 binary not found !
** qt 4 library not found !
请安装sudo apt-get install libqt4-dev)
make
sudo make install
二进制包请关注:


哈哈,幸好还没有开始学latex
回复
2007年08月06日 星期一 8:35 下午
说是跨平台的软件,咋不见windows’版本呢
回复
2007年08月06日 星期一 9:16 下午
不是有Windows版本吗?在这里:
ftp://ftp.lyx.org/pub/lyx/bin/1.5.1/LyX-1.5.1-1-Installer.exe
回复
2007年08月06日 星期一 9:37 下午
和google的相比好用么?
回复
2007年08月07日 星期二 9:41 上午
./configure时出现下列问题
code:
**** The following problems have been detected by configure.
**** Please check the messages below before running ‘make’.
**** (see the section ‘Problems’ in the INSTALL file)
** moc 4 binary not found !
** uic 4 binary not found !
** qt 4 library not found !
博主怎么解决!!!!!
回复
2007年08月07日 星期二 10:14 上午
**** The following problems have been detected by configure.
**** Please check the messages below before running ‘make’.
**** (see the section ‘Problems’ in the INSTALL file)
** moc 4 binary not found !
** uic 4 binary not found !
** qt 4 library not found !
一样
回复
2007年08月07日 星期二 10:16 上午
在新得×里装了个qt4dev好了
回复
2007年08月07日 星期二 10:20 上午
博主反应真是迅速,问题解决了,安装libqt4-dev编译就成功了。
同时谢谢eagle。
回复
2007年08月07日 星期二 12:05 下午
下好window版本了,可不明白为啥还得下个Basic MiKTeX,真是慢死了
回复
2007年08月07日 星期二 4:50 下午
呵呵,已经放出.deb包了,支持dapper+。不错!体贴老用户!
回复
2007年08月07日 星期二 11:33 下午
:~$ lyx
lyx: error while loading shared libraries: libAiksaurus-1.2.so.0: cannot open shared object file: No such file or directory
怎么回事?
回复
2007年08月09日 星期四 11:01 上午
你是不是用上面下载的deb来安装的?
回复
2007年08月09日 星期四 11:02 上午
是,不过我在新立得搜索并安装了libAiksaurus-1.2就可以启动lyX了,但是它不能打印,不能输出PDF等格式!
回复
2007年08月09日 星期四 11:43 上午
出现的提示是
LyX:Couldn’t export file.
No information for exporting the format XXX(xxxxxxxx).
怎么办啊
回复
2007年08月09日 星期四 11:58 上午
不能导入中文tex文件
回复
2008年01月31日 星期四 9:50 下午