Step1: 使用以下指令
sudo apt-get install texlive-science
下載science的packages。
Step 2: 找其他相關套件下載。
(1) sudo apt-cache search caption | grep tex
(2) sudo apt-get -y install *
* : texlive-latex-recommended, texlive-pictures, texlive-latex-extra, and so on.
ytl0821 發表在 痞客邦 留言(0) 人氣()
ytl0821 發表在 痞客邦 留言(0) 人氣()
For reading pdf documents / papers, I sometimes require to annotate or write notes on pdf files. Foxit PDF Reader is a good sofeware to do it.
1. Foxit PDF Reader : https://www.foxitsoftware.com/pdf-reader/
2. Click "Free Foxit Reader Download".
![](https://imageproxy.pixnet.cc/imgproxy?url=https://1.bp.blogspot.com/-UszZ5dUXSYA/WYpv6dojQdI/AAAAAAABYS8/-nhJ6xLeZEAG8GDUDwlw-CJ2oD-grkhEwCLcBGAs/s640/x1.png&width=640&height=236)
3. Click "Download".
![](https://imageproxy.pixnet.cc/imgproxy?url=https://4.bp.blogspot.com/-Je_l5El_JBY/WYpwPY5ZzFI/AAAAAAABYTA/-JuEjL3_2E4K9z8SRzPSSPDYJG53whCpQCLcBGAs/s640/x1.png&width=640&height=302)
4. After downloading the gzip file, one can follow the commands as below to complete the installation.
ytl0821 發表在 痞客邦 留言(0) 人氣()
1. First example: " x.tex "
\documentclass{article}
\begin{document}
This is my \emph{first} document prepared in \LaTeX
\end{document}
![](https://imageproxy.pixnet.cc/imgproxy?url=https://4.bp.blogspot.com/-Mmm20LQCDbg/WYlE8QlyX5I/AAAAAAABYRE/AOm_VBAOelgF2luLMaQjtxnA5BYxyo6bgCLcBGAs/s400/Screen%2BShot%2B2017-08-08%2Bat%2B13.58.06.png&width=400&height=57)
2. open termial and type "latex x.tex" in MacOS terminal.
ytl0821 發表在 痞客邦 留言(0) 人氣()
The LATEX Project website : https://www.latex-project.org/get/
![Figure 1 Figure 1](https://imageproxy.pixnet.cc/imgproxy?url=https://pic.pimg.tw/ytl0821/1502172594-133033460_n.png)
(1) For Mac : http://www.tug.org/mactex/downloading.html
Download this file : MacTeX.pkg [ approximately 3.0G - 24 May 2017 ]
(2) For Linux : http://www.tug.org/texlive/acquire-netinstall.html
Download this file : install-tl-unx.tar.gz (4mb)
ytl0821 發表在 痞客邦 留言(0) 人氣()