| ICTAM04's profileJian-Ying Wu's HomepagePhotosBlogLists | Help |
|
October 11 A new manuscript submitted to MOM!After several revisions since finished in the middle of September, today I submitted a new manuscript entitled with "A more fundamental approach of microplane theory" to MOM. IJSS and MOM are the two major choices. Due to its relative higher impacting factor and the recent acceptance of the previous paper, finally I submitted it to MOM. The five possible reviewers I gave are: I. Carol; Z.P. Bazant, E. Ramm, P. Steinmann and M. Jirasek. I am not sure what will happen when two of them read the manuscript. It seems a little crazy :) God bless me! Be more careful and more serious!Today, when I read again the paper accepted by MOM, I found that there are still a few typos and inaccurate interpretations. Most of them are resulted from my carelessness. Luckily, they can be corrected in the final opportunity -- corrected proof. This gives me a torturous lesson: Remember the heavily rainy day in Tongji University forever!To be more careful and more serious any time!October 03 Another new paper was officially accepted by MOMYesterday, a new paper entitled with "On the mathematical and thermodynamical descriptions of strain equivalence based anisotropic damage model." was officially accepted by Mechanics of Materials (MOM). The impacting factor of MOM grows rapidly and reaches the somewhat horrible 2.1 this year. As a distinct comparison, the impacting factor of IJSS still stays at about 1.5 (which is still very high in the engineering areas), probably due to its greatly increasing amount of publications. Interested readers are referred to my homepage http://wu.mech.cn/ to download the coarse copy for the early reference. Note: it is not the final copy since some revisions may be made under the possible requests of the publishers. September 12 为texlive 2007 安装 ctex-fonts转贴自: http://bbs.ctex.org/viewthread.php?tid=39142&extra=page%3D4
为texlive 2007 安装 ctex-fonts
yulewang 已经写了一篇关于texlive 2007安装的文章。这篇文章很好,但他的方法是以utf-8为主的。起初我也是照着这篇文章做的,但用了一段时间以后发现了一些小问题,于是决定还是用回GBK,为texlive 2007 安装 ctex-fonts。
具体安装还是很简单的,当然你必须先在XP下安装好了ctex和ctex-fonts包:
* 安装texlive 2007
o 下载 texlive 2007
o unzip texlive2007-live-20070212.iso.zip
o mount -o loop texlive2007-live-20070212.iso /mnt/iso
o cd /mnt/iso
o sudo ./install-tl.sh
o 按 I 安装
o 安装结束后按照提示修改 PATH, MANPATH 和 INFOPATH
* 建立本地的texmf目录
o mkdir ~/texmf
* 将xp下的ctex-fonts 拷贝到 linux 下
将xp下 C:\CTex\localtexmf 目录下的 dvipdfm、dvips、fonts、pdftex 和 tex目录完整地拷贝到你的 ~/texmf 目录下。
* 将 dvips 目录移到 fonts 下
由于texlive2007与ctex包的目录结构有所不同,所以需要做些改动
o cd ~/texmf
o mv dvips/ fonts/
* 修订权限
从xp拷贝过来的文件可能有权限问题,需要修订一下
o find ~/texmf -type f -exec chmod 644 {} \;
o find ~/texmf -type d -exec chmod 755 {} \;
* 生成 ls-R 数据
o texhash ~/texmf
* 更新font map
o cd ~/texmf/fonts/dvips/chinese
o updmap --enable Map=t1-gbksong.map
o updmap --enable Map=t1-gbkhei.map
o updmap --enable Map=t1-gbkkai.map
o updmap --enable Map=t1-gbkli.map
o updmap --enable Map=t1-gbkfs.map
o updmap --enable Map=t1-gbkyou.map
好了,这就全部完成了,接下来就可以编辑一个tex文件,看看你的配置是否正确了。
请注意,除了第1步安装 texlive 2007 之外,所有的步骤都是在普通用户权限下完成的。 September 11 Debian下编译安装MPlayerMPlayer是Linux下一款优秀的媒体播放软件,然而在我的Debian系统下却一直没有用起来。说起其中的原因,一是因为如果使用Apt来查找安装,那么所安装上的是非GUI下的MPlayer程序,其实要论起来,这样的程序也是一样可以播放媒体文件,然而就个人的使用来看,如果只是播放一些MP3文件,那么还是相当不错的,但是如果要播放视频文件,则效果就冻自己所希望的了。再就是如果下载源码来自己编译安装,那么编译所需要的Gcc版本比所要求的要高,从而不可以编译,而如果要编译支持GUI,则要安装相应的库文件,而那时这对我来说也是一个不小的困难。而其中还有最重要后点就是传统的源码安装方法会将编译后的文件分别安装到不同的文件中,而这样对于以后的管理也会造成一定的麻烦。所以一直以来都是没有安装成功过。
最近在校内的FTP上发现了MPlayer 1.0pre8版本,下载来简单试了一下,发现可以用我的GCC来编译,而且可以生成Debian的Deb安装包,而查找安装相应的库文件也并不是一件十分困难的事情。我的编译安装过程如下:
1 下载源码包
MPlayer的源码包可以在http://www.mplayer.hu下载。
2 解压源码包:
tar -xvf MPlayer-1.0pre8.tar.bz2
3 下载解码器:
我们可以在http://www.mplayerhq.hu/MPlayer/releases/codecs/下载相应的解码器。
4 安装解码器:
创建相应的目录:
mkdir /usr/local/lib/codecs(以rot身份运行)
进入相应的目录:
cd /usr/local/lib/codecs
解压:
tar -xvf all-20061022.tar.bz2
mv all-20061022/* . && rmdir all-20061022
5 安装相应的Gtk库文件:
apt-get install libgtk2.0-dev
6 进入源码目录:
cd MPlayer-1.0pre8
在这个目录中我们可以看到一个我为Debian的目录,在其中介绍了生成Deb安装包命令的方法。
7 生成Deb安装包:
DEB_BUILD_OPTIONS="--enable-gui --with-codecsdir=/usr/local/lib/codecs" fakeroot debian/rules binary
其中的DEB_BUILD_OPTIONS是我们所传递的配置参数。
这样Debian就会编译生成一个Deb安装了,而我们所要做就是使用dpkg命令来安装这个安装包。
在我这里,这样安装成功的MPlayer还有一些问题,因为这时我们并没有皮肤文件,所以不会成功的启动GUI界面,所以我们要安装相应的皮肤文件。MPlayer的皮肤文件我们可以在其官方网站上下载。
8 创建相应的目录:
mkdir /usr/share/mplayer/Skin
(这里要以root命令运行)
9 安装皮肤文件:
将下载的皮肤文件解压到/usr/share/mplayer/Skin目录下,并重命名为default
推荐PowerPlayer wget http://www3.mplayerhq.hu/MPlayer/skins/PowerPlayer-1.1.tar.bz2
这样以后我们就可以启动MPlayer的GUI界面了。
10 配置声音
MPlayer使用OSS作为输出,所以我们要安装相应的OSS软件包:
apt-get install oss-compat
将个人用户加入到audio组中:
gpasswd -a mylxiaoyi audio
经过这样的配置以后,我们再试着用MPlayer播放媒体文件,哈哈,成功了~~
对于字幕的字体,我们可以在MPlayer首选项中进行选择配置。
That's all~~Enjoy our life with MPlayer~~ |
|||||
|
|