
latex
文章平均质量分 68
zzjjzzgggg
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Let lyx1.6 support xelatex
I found a way to let Lyx support Xetex.Note: The method is for windows user------------------------------------------------------------------------Firstly:close Lyx if it runs.------------...原创 2011-04-17 11:28:08 · 2019 阅读 · 0 评论 -
Gnuplot Output Enhanced Symbols
http://gnuplot.sourceforge.net/demo/enhancedtext.html http://gnuplot.sourceforge.net/docs_4.2/node411.html Gnuplot: bar above letter It is easy. read the last link above. Gnuplot: chec...原创 2014-04-17 13:54:39 · 643 阅读 · 0 评论 -
adjust itemize and enumeration indent in beamer
In that same style file, beamer has 3 lengths that set the margins for lists: \leftmargini\leftmarginii\leftmarginiii They are each set to 2em. You can change these values in your docume...原创 2014-04-04 09:16:56 · 1536 阅读 · 0 评论 -
cite
cite宏包的说明文档说得不全,今天看了一下他的cite.sty文件,全都明白了,一些关键的东西记一下:cite宏包有好些选项,而且格式overcite等其它一些格式是一回事儿,就是间接调用的cite.sty,选项如下: [superscript] use superscrpts for cites without optional notes [super] alias fo...原创 2013-10-21 19:01:35 · 1302 阅读 · 0 评论 -
Tikz node shape
http://www.texample.net/tikz/examples/feature/nodes-and-shapes/原创 2014-01-04 20:08:12 · 2498 阅读 · 0 评论 -
ubuntu texlive install package
I advise to recur to an installation by hand of a tex package only when such tex package is not available in an ubuntu package.Searching for it withapt-file -x search '/textcomp.sty$'I obtai...原创 2013-02-16 19:55:42 · 294 阅读 · 0 评论 -
条件注释
\usepackage{comment} %\includecomment{solution} %% include the solutions \excludecomment{solution} %% exclude the solutions \begin{solution} ... \end{solution}原创 2013-12-07 10:27:36 · 308 阅读 · 0 评论 -
reduce jpeg --> eps size
sam2p This is sam2p 0.49.1.Available Loaders: PS PDF JAI PNG JPEG TIFF PNM BMP GIF LBM XPM PCX TGA.Available Appliers: XWD Meta Empty BMP PNG TIFF6 TIFF6-JAI JPEG-JAI JPEG PNM GIF89a+LZW XPM PSL1...原创 2013-11-26 11:12:53 · 465 阅读 · 0 评论 -
LatexMK
vim ~/.latexmkrc$pdf_previewer = "start evince %O %S"#监视源码、自动编译、实时预览latexmk -pdf -pvc -xelatex articleor:latexmk -pdf -pvc articleor: non-stop modelatexmk -pdf -pvc -interaction=no...原创 2013-11-21 14:50:17 · 1855 阅读 · 0 评论 -
EDAS提交论文时的字体嵌入
1. 先生成ps文件,然后将ps按照下面命令转为pdfgswin32c -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dPDFSETTINGS=/printer -dCOMPatibilityLevel=1.4 -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true...原创 2012-07-28 01:35:25 · 605 阅读 · 0 评论 -
visio画的图转eps
visio画的图先打印成pdf文件,再用GSview打开pdf文件,GSview的Edit里面有几种conventer可以把pdf转成eps。eps的边框可以自动确定,不需要在pdf中裁剪。但存在失真,凑合可以用。 pdf可以另存为eps。之前不行,是因为visio里面纸张是横向的,横向的打印成pdf再另存为eps有问题,改成纵向就好了。...原创 2011-12-08 22:53:14 · 259 阅读 · 0 评论 -
multicol宏包可以自动产生多个列
http://yihui.name/en/2007/10/multicol-multi-column-pages-in-latex/ 写道...\usepackage{multicol}...\begin{multicols}{3} % 3 columns If you are using a standard Latex document ...原创 2012-06-11 10:47:42 · 1247 阅读 · 0 评论 -
beamer中暗背景插入图片
http://tex.stackexchange.com/questions/18685/techniques-for-embedding-images-with-transparent-backgrounds-in-latex You need the standard package graphicx to include the image. Loaded xcolor...原创 2012-06-11 10:29:05 · 1710 阅读 · 0 评论 -
Aurora快捷键
行内公式 Alt + Q输入完成 Ctrl + Enter无编号的行间公式 Alt-U+D有编号的行间公式 Alt-U+N可以把整个 TeX 文件的内容通过Aurora 一下子拷贝到 Word 中Keyboard shortcutsAuroraRe-run LaTeX , , , or F2Run LaTeX and exit Aurora or ...原创 2011-05-20 20:37:12 · 17339 阅读 · 0 评论 -
Lyx2.0 epstopdf
Lyx 2.1.x Document/settings/Output将Output format 改为xelatex即可省去以下所有关于eps的麻烦。====================================================== Lyx2.0.0已经放出,但发现epstopdf仍有问题,这是显然的,因为Lyx最终是调用mictex下的...原创 2011-05-11 01:54:29 · 552 阅读 · 0 评论 -
lyx epstopdf
1. 安装Ghostscript2. epstopdf.bat[code="bat"]@echo offrem Batch file to call (e)ps to pdf conversion programrem --------------------------------------------------remrem Make sure that ...原创 2011-04-20 22:12:26 · 297 阅读 · 0 评论 -
Error: /invalidfileaccess in /findfont
ghostscript 使用外部字体时,需要将字体名称以及文件路径添加到ghostscriptscript 到Fontmap中去。字体文件必须放在ghostscript规定到search path 中允许到目录中去。放到其他目录就会产生这个错误。...原创 2014-04-20 15:46:06 · 6600 阅读 · 0 评论