其实我之前使用的Mac os的版本是10.8的雪豹,可是最近想体验一下Mac os10.9新版本,于是就开始更新Mac os,经过10多个小时的下载和成功安装后,发现之前的配置全乱了,首先是发现latex的pdflatex找不到文件,之后又打开eclipse写python发现PIL(python的一...
分类:
其他好文 时间:
2014-09-27 16:28:19
阅读次数:
204
大型文档,如果把所有的文字都录入在同一个.tex文件中,那个文件的体积是不可估量的,文件的结构式混乱不堪的,文字的定位也是令人头疼的。幸亏latex提供了结构化的处理命令---include。命令\include{filename}(filename不包含后缀名.tex)能够把那个文件filenam...
分类:
其他好文 时间:
2014-09-26 19:21:08
阅读次数:
155
概述为什么使用markdown?mardown是一种轻量级的标记语言,语法简单,可读性好,并且容易转化成其他格式的文档, 在技术文档撰写中得到越来越广泛的应用。相信大家对markdown都有一定了解,如果不了解搜一下网上有大量结果, 语法可以参考Markdown 语法说明 (简体中文版)。 笔者现在...
分类:
其他好文 时间:
2014-09-24 23:01:27
阅读次数:
3334
Problem 1: input ptmr7t' failed to make ptmr7t.tfmthis is a problem for missing times font. i.e. you used "usepackage{times}" in your tex file.If you....
分类:
其他好文 时间:
2014-09-22 22:50:43
阅读次数:
264
tlmgr install ... tlmgr remove ...
分类:
其他好文 时间:
2014-09-22 21:58:23
阅读次数:
147
Working with Latex under EmacsWorking with Latex under EmacsTable of Contents1. When things go wrong running C-c C-c to generate *.bbl from *.bib.2. T...
分类:
其他好文 时间:
2014-09-21 15:54:20
阅读次数:
273
Working with Latex under EmacsWorking with Latex under EmacsTable of Contents1. When things go wrong running C-c C-c to generate *.bbl from *.bib.2. T...
分类:
其他好文 时间:
2014-09-19 09:58:05
阅读次数:
215
基础使用:\documentclass[UTF8]{ctexart} UTF8可省略。ctexart为支持中文的文章,若改为article则不显示中文。\title{……}\author{ooyyloo}\begin{document}\maketitle……\section{文字}\[ a^2.....
分类:
其他好文 时间:
2014-09-17 10:06:01
阅读次数:
297
1. 下载ctex套装
2. 安装ctex套装,然后打开里面的Winedit 即可开始写论文
3. 下载IEEE_cs_Latex模板
地址为:http://www.ieee.org/publications_standards/publications/authors/author_templates.html 在里面选择windows版本的
下载后是一个IEEETran的文件夹...
分类:
其他好文 时间:
2014-09-12 01:14:22
阅读次数:
375
网上搜到的名为《LaTex新人教程,30分钟从完全陌生到基本入门》,实践了一下。安装CTEX后,打开WinEdt进行编辑,保存时选UTF-8,编译时选XeLaTex。1,基本\documentclass{article}\begin{document}hello, world\end{documen...
分类:
其他好文 时间:
2014-09-10 22:23:22
阅读次数:
431