文章列表
 
您正在查看 "Tex" 分类下的文章

2011-09-08 19:54
 
2011-05-10 2:07
 
2010-01-15 16:40

仅仅使用了其中的把windows 下的字体copy到/usr/share/fonts/zh_CN/下的那小段


From:  ubuntu字体美化方案

文 泉驿字体做得确实很漂亮,而且还是开源的,因此对于系统字体的美化我选择了文泉
驿。可是有时在和其他人交流文档时又不得不用 MS 的字体。在机器上
 
2010-01-15 14:25
最好还是决定下载个texlive2009用,因为latex cjk 的字体太难看了。
不知道他们有了什么新的技术进步,反正他们整的挺大的。

下载下来的texlive2009.iso.xz 需要用xz-uitls  来解压,
到http://linux.softpedia.com/progDownload/XZ-Utils-Download-51650.html
下载了。 configure make make install 就安装好了。
然后用 xzdec 来解压,命令是
xzdec <
 
2009-10-22 19:58

label 的名字不能太长,不然就不能正常引用。

LaTeX/Labels and Cross-referencing

From Wikibooks, the open-content textbooks collection

 
2009-09-24 10:37

0

标签:

 
2009-08-25 10:36
四个子图,可以分别放在不同的页。

\begin{figure}[htbp]
\subfloat[ballistic transport]{
\begin{minipage}[b]{0.5\textwidth}
\centering
\includegraphics[width=3in]{vs0d0.eps}
\end{minipage}  } \qquad
\subfloat[Only intra-valley scattering]{
\begin{minipage}[b]{0.5\textwidth}
\centering
\includegraphics[width=3in]{vs3d0.eps}
\end{minipage}
}
\caption[]{} %不加上这条,图的序号显示不对。
\end{figure}
\begin{figure}[htbp]
 
2009-08-09 22:11
         To place to figures side by side, you could use minipage like this:
\begin{figure}
\begin{minipage}[b]{0.5\linewidth} % A minipage that covers half the page
\centering
\includegraphics[width=6cm]{bild1.eps}
\caption{En liten bild}
\end{minipage}
\hspace{0.5cm} % To get a little bit of spac
 
2009-07-16 16:37
I don't know what's the problem. I have other documents where I use \figref and they work fine (I'm assuming figref is a standard command).

I'm using kile (KDE latex editor) and this is the output I get:
Undefined control sequence. ...some text \figref

Code: Select all
\documentclass[a4paper,11pt]{article}
....
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\
 
2009-07-16 16:33
http://www.ctex.org/documents/latex/graphics/node111.html \begin{figure} \subfigure[Small Box with a Long Caption]{
\label{fig:mini:subfig:a} %% label for first subfigure
\begin{minipage}[b]{0.5\textwidth}
\centering
\includegraphics[width=1in]{graphic.eps}
\end{minipage}}%
\subfigure[Big Box]{
\label{fig:mini:subfig:b} %% label for second subfigure
\begin{minipage}[b]{0.5\textwidth}
\centering
\includegraphics[width=1.5in]{g
 
   
 
 
文章存档
 
     
 
最新文章评论
  

这样做是不是只能转化为utf8不能搞成gbk啊? 好像用iconv可以任意转换
 

求问:如何向vector中的指定位置中插入数据???
 

最近在用,学习了
 

学习了
 

//并行输出往往次序是混乱的,为了按顺序输出,我们采用下面这段代码 //输出代码将会
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu