1. 程式人生 > >TeXStudio安裝與入門

TeXStudio安裝與入門

1.安裝配置texstudio+sumatraPDF

視訊教程:

2.簡單的模板

\documentclass{article}


%巨集包
\usepackage{amsmath}
\usepackage{graphicx}
\newtheorem{thm}{Theorem}[section]
%正文
\begin{document}


\title{linex loss function}
\author{}
\date{}
\maketitle
%\tableofcontents
%\mainmatter
%\part{}
%\chapter{}


\section{model}
hello!

\end{document}

3.texstudio常用快捷鍵

F5:執行和檢視

"Ctrl" + "T":註釋

“Ctrl” + "U":去除註釋

eqnarray可輸入多行,常用的有\\換行,&&調整多行之間對齊,\nonumber表示某行不需要標號

常用的LaTeX數學符號表下載:

常用技巧和符號總結:

http://www.cnblogs.com/sylvanas2012/archive/2013/05/28/3102880.html

寫作入門參考:

http://www.cnblogs.com/bekitty/p/3523591.html

http://www.cnblogs.com/bekitty/p/3523595.html