TeXstudio安装和运行
生活随笔
收集整理的這篇文章主要介紹了
TeXstudio安装和运行
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
使用微信掃一掃才能下載!!
目錄
- 一、🔗:texlive2021.iso下載鏈接
- 二、🔗:texstudio-4.2.2-win-qt5.exe下載鏈接
- 示例代碼1
- 示例代碼2
一、🔗:texlive2021.iso下載鏈接
TeXLive.iso文件點擊打開,然后運行bat文件進行安裝
二、🔗:texstudio-4.2.2-win-qt5.exe下載鏈接
點擊這個exe安裝,安裝完了之后照著下面圖片操作編譯運行就可以有結(jié)果啦~,末尾附上示例代碼
注意:!!!
凡是tex代碼里面有中文的,代碼里面一定要加上這一句
%!TEX program = xelatex
示例代碼1
%!TEX program = xelatex \documentclass[11pt]{ctexart} \usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry} \usepackage{algorithm} \usepackage{algorithmicx} \usepackage{algpseudocode} \usepackage{amsmath} \floatname{algorithm}{算法} \renewcommand{\algorithmicrequire}{\textbf{輸入:}} \renewcommand{\algorithmicensure}{\textbf{輸出:}} \begin{document} \begin{algorithm} \caption{用歸并排序求逆序數(shù)} \begin{algorithmic}[1] %每行顯示行號 \Require $Array$數(shù)組,$n$數(shù)組大小 \Ensure 逆序數(shù) \Function {MergerSort}{$Array, left, right$} \State $result \gets 0$ \If {$left < right$} \State $middle \gets (left + right) / 2$ \State $result \gets result +$ \Call{MergerSort}{$Array, left, middle$} \State $result \gets result +$ \Call{MergerSort}{$Array, middle, right$} \State $result \gets result +$ \Call{Merger}{$Array,left,middle,right$} \EndIf \State \Return{$result$} \EndFunction \State \Function{Merger}{$Array, left, middle, right$} \State $i\gets left$ \State $j\gets middle$ \State $k\gets 0$ \State $result \gets 0$ \While{$i<middle$ \textbf{and} $j<right$} \If{$Array[i]<Array[j]$} \State $B[k++]\gets Array[i++]$ \Else \State $B[k++] \gets Array[j++]$ \State $result \gets result + (middle - i)$ \EndIf \EndWhile \While{$i<middle$} \State $B[k++] \gets Array[i++]$ \EndWhile \While{$j<right$} \State $B[k++] \gets Array[j++]$ \EndWhile \For{$i = 0 \to k-1$} \State $Array[left + i] \gets B[i]$ \EndFor \State \Return{$result$} \EndFunction \end{algorithmic} \end{algorithm} \end{document}示例代碼2
% 導(dǎo)言區(qū) (進行全局設(shè)置) %!TEX program = xelatex \documentclass[10pt]{article} %設(shè)置normal-size的大小為10磅,此次[10pt]可不填寫,一般只有10-12磅 %\documentclass引入文檔類, 選擇學(xué)術(shù)類article % 其他類:book,report,letter \usepackage{ctex} % \usepackage命令引入宏包,ctex支持中文 \title{My First LaTex Document,\heiti 源碼介紹} %使用title命令輸入文檔的標(biāo)題 %\heiti,指定黑體字體 \author{Mikowoo,\kaishu 吳} %使用author命令輸入文章作者 %\kaishu,指定為楷書字體 \date{\today} %使用date命令輸入文檔的時間,\today表示今天\newcommand\degree{^\circ} %使用newcommand定義一個degree命令 \newcommand{\myfont}{\textit{\textbf{\textsf{Fancy Text}}}} %自定義字體屬性% 正文區(qū)(文稿區(qū)) \begin{document} %\begin輸入一個環(huán)境,環(huán)境名稱為document\maketitle %使用maketitle輸出標(biāo)題,作者,時間信息 %補充:使用letter類需注釋這一行勾股定理可以用現(xiàn)代語言表述如下:直角三角形斜邊的平方等于兩腰的平方和??梢杂梅栒Z言表述為:設(shè)直角三角形$BC$其中$\angle C=90\degree$,則有:\begin{equation} %引入equation環(huán)境,產(chǎn)生帶編號的行間公式AB^2 = BC^2 + AC^2. \end{equation}Hello World ! %增加空行,使輸出的文本換行Let $f(x)$ be defined by the formula $f(x)=3x^2+x-1$%使用$符號包圍起來的模式,稱為數(shù)學(xué)模式,單$表示行內(nèi)公式Let $f(x)$ be defined by the formula $$f(x)=3x^2+x-1$$ which is a polynomial of degree 2. %雙$符號,表示行間公式%字體族的設(shè)置(羅馬字體、無襯線字體、打字機字體)\textrm{Roman Family} \textsf{Sans Serif Family} \texttt{Typewriter Family} %使用text字體命令設(shè)置羅馬字體\rmfamily Roman Family {\sffamily Sans Serif Family} {\ttfamily Typewriter Family} %使用字體聲明,聲明后續(xù)字體為羅馬字體,大括號為字體分組,無大括號,后續(xù)字體為羅馬字體\sffamily who are you? you find self on everyone around. take you as the same as others!{\ttfamily Are you wiser than others? definitely no. in some ways, may it is true, what can you achieve? a luxurious house? a brillilant car? an admirable career? who knows?}%字體系列設(shè)置(粗細、寬度)\textmd{Medium Series} \textbf{Boldface Series}{\mdseries Medium Series} {\bfseries Boldface Series}%字體形狀設(shè)置(直立、斜體、偽斜體、大型大寫)\textup{Upright Shape} \textit{Italic Shape} \textsl{Slanted Shape} \textsc{Small Caps Shape}{\upshape Upright Shape} {\itshape Italic Shape}{\slshape Slanted Shape} {\scshape Small Caps Shape}%中文字體設(shè)置{\songti 宋體} {\heiti 黑體} {\fangsong 仿宋} {\kaishu 楷書}{\songti 宋體} \quad {\heiti 黑體} \quad {\fangsong 仿宋} \quad {\kaishu 楷書}中文字體的\textbf{粗體}與\textit{斜體}%字體大小,根據(jù)開頭設(shè)置的normal-size的大小相對而定{\tiny Hello}\\ %\\只是換行,但不產(chǎn)生縮進{\scriptsize Hello}\\ % \par 換行,并縮進,也就是重起一段落 {\footnotesize Hello}\\{\small Hello}\\{\normalsize Hello}\\{\large Hello}\\{\LARGE Hello}\\{\huge Hello}\\{\Huge Hello}\\%中文字號設(shè)置命令,可在ctex幫助文檔中具體查閱\zihao{-0} 您好! % -0 表示小初號\zihao{5} 您好! % 5 表示5號\myfont 近年來,隨著逆向工程和三維重建技術(shù)的發(fā)展和應(yīng)用,獲取現(xiàn)實世界中物體的二維數(shù)據(jù)的方法越來越多的關(guān)注和研究。很多研究機構(gòu)和商業(yè)公司都陸續(xù)提出了自己的三維重建系統(tǒng)。近年來,隨著逆向工程和三維重建技術(shù)的發(fā)展和應(yīng)用,獲取現(xiàn)實世界中物體的二維數(shù)據(jù)的方法越來越多的關(guān)注和研究。\\很多研究機構(gòu)和商業(yè)公司都陸續(xù)提出了自己的三維重建系統(tǒng)。近年來,隨著逆向工程和三維重建技術(shù)的發(fā)展和應(yīng)用,獲取現(xiàn)實世界中物體的二維數(shù)據(jù)的方法越來越多的關(guān)注和研究。\par 很多研究機構(gòu)和商業(yè)公司都陸續(xù)提出了自己的三維重建系統(tǒng)。 \end{document}總結(jié)
以上是生活随笔為你收集整理的TeXstudio安装和运行的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: STME32使用RTOS与ADC_DMA
- 下一篇: Ubuntu 16.04安装RealSe