自己写一个 LaTeX 宏包 latex posted @ 2007年08月24日 09:17AM in LaTeX with tags CJK 宏包 latex 写一个宏包的基本工作就是将你原本很长的文档导言拷贝到一个分离的文件中去,这个文件需要以 .sty 结尾,文件中需要使用一个专用的命令: \ProvidesPackage{package name} 这个命令应该在宏包文件起始处使用,用于… more →
天天向上-wordpresstingan wrote 2 weeks ago: psfig Example: \noindent \psfig{file=fig1.eps,width=\textwidth} \noindent{{\bfseries Fig.~1} \ Examp … more →
techlifer wrote 9 months ago: Concept As a newer to ,often feel confused with ,TexLive,Cjk-latex,LyX, CJK-LyX,XeTeX: Text process … more →
tingan wrote 1 year ago: Installation in a texmf Tree For a more permanent installation, you can place the files of the the p … more →
tingan wrote 1 year ago: This article was gotten from http://texblog.wordpress.com/2008/04/02/include-source-code-in-latex-w … more →
tingan wrote 1 year ago: 问题:如何同时让表格同一行一个单元格的文字能垂直居中?比如说文字超长超出页面范围需要分行显示 答:(来源于smth) 方案一: \newcommand{\tabincell}[2]{\begin{ta … more →
lwl wrote 1 year ago: matlab的输出功能非常强大,可以将图片输出成自己喜欢的任何格式。我一般都同时保存成png和eps。前者方便查看,后者嵌入LaTeX文档中。为了方便起见,我写了代码同时保存两者。代码如下 savea … more →
lwl wrote 1 year ago: 想要用LaTeX制作幻灯片或者海报,没有问题。 Beamer是一个LaTeX的包,专门用来做幻灯片,生成的格式自然是pdf。效果非常精美,导航栏、标题副标题等一应俱全。昨天我的导师看到后,大为震惊,想 … more →
dimens wrote 1 year ago: 这个世界上最令人头疼的就是各种不兼容。但是不兼容又是个性化的基础。矛盾啊,无处不在。如果写文章的话,就有矛盾啦,是使用Office系列软件,比如Microsoft word,Kongsoft的WPS等 … more →
Leon wrote 2 years ago: 一个用 ttf2pt1 和 afm2tfm 生成 UTF-8 的字体文件的脚本 最早的版本在这里 http://www.study-area.org/tips/latex/pdftex.html … more →
Leon wrote 2 years ago: 一个用 ttf2pt1 和 afm2tfm 生成 UTF-8 的字体文件的脚本 最早的版本在这里 http://www.study-area.org/tips/latex/pdftex.html … more →
Leon wrote 2 years ago: XeTeX下制作beamer演示文稿初体验 一直想在XeTeX制作beamer演示文稿,摸索了很长时间总算搞定了,最终生成可复制/拷贝/搜索/书签无乱码的PDF文档. 我的系统是windows 200 … more →
Leon wrote 2 years ago: TeXLive 2007 CJK Chinese HowTO Yue Wang Attention: In TeXLive 2007, there is no need t … more →
Leon wrote 2 years ago: 数据类型(续): transformtransform t=(t.x,t.y,t.xx,t.xy,t.yx,t.yy) 把一个点 pair (x,y) 变为点 (x',y') ,其中 … more →
Leon wrote 2 years ago: 由于 MetaPost 编译后的 eps 图文件,gv/gsview 并不一定能阅览,所以,我们要验证他的 编译结果,除了引入文稿中外,还有一个标准的验证方法: tex mproof some.1 . … more →