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".

3. Click "Download".

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}

2. open termial and type "latex x.tex" in MacOS terminal.
ytl0821 發表在 痞客邦 留言(0) 人氣()
The LATEX Project website : https://www.latex-project.org/get/

(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) 人氣()