Windows写论文工具TeXstudio的安装

本文介绍了在Windows环境下安装TeXLive和TeXstudio的详细步骤。首先,通过官方链接下载TeXLive的安装包,遵循手动解压并使用管理员权限运行安装的方法。接着,配置环境变量。然后,安装TeXstudio,若遇到编译问题,可在设置中指定 LaTeX 的路径。最后,简述了如何在文档中创建3线表格和插入.eps格式的图片。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1.TeXLive
2.TeXstudio
  • 下载安装包:http://texstudio.sourceforge.net/
  • 安装之后,如果编译不成功,就点击options–Configure TeXstudio–commands–LaTeX–选择\bin文件夹下的latex.exe文件。
3.使用
  • 3线表格
\begin{table}[htbp]
		\caption{\label{This is title}
		\centerline{ %居中
		\begin{tabular}{clclclclc}
			\toprule
			 & head1 & head2 & head3 & head4 & head5\\
			\midrule
			headA & 1 &  2 & 3 & 4 & 5 \\
			headB & 1 &  2 & 3 & 4 & 5 \\
			\bottomrule 
		\end{tabular}
	}
	\end{table} 
  • 插入图片(必须将图片转换成.eps格式)
%用的cmd,转换eps图片的命令:
> bmeps -h %调出帮助 
> bmeps -c a.png a.eps %转换
\begin{figure}[htbp]
    	\centering
    	\includegraphics[width=1\textwidth]{title}
    	\caption{Introduction}
\end{figure}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值