1. Nguồn để học và sử dụng Latex

1. Trang web cho phép tạo file latex online:  https://www.overleaf.com/latex/templates/tagged/presentation hoặc https://www.sharelatex.com/

2. Trang web chứa ví dụ: https://texample.net/

3. Trang chứa các ví dụ về vẽ đồ họa sử dụng Gói PGFPlots và PGFPlotsTable: http://pgfplots.sourceforge.net/gallery.html

4. Trang web sinh mã latex từ bảng: https://www.tablesgenerator.com/

5. https://en.wikibooks.org/wiki/LaTeX

6. Hỏi đáp trong latex: https://tex.stackexchange.com/

7. Video hướng dẫn Latex cơ bản: https://www.youtube.com/user/vuhuutiep

2. Các lệnh cơ bản

1. Định dạng text

- Viết nghiêng: \textit{...} hoặc {\it  ....}

- Viết đậm: \textbf{...} hoặc {\bf ...}

- Viết gạch chân: \underline{...}

- Chèn link: \href{link} sử dụng gói \usepakage{hyperref}

- Chèn địa chỉ email: \href{mailto: abc@xyz.com} {a name}

- Căn văn bản thẳng trái, phải: dùng từ khóa flushleft,  flushright:

\begin{flushleft}
... 
\end{flushleft}

- Căn văn bản thẳng giữa: 

\centering

- Căn văn bản đều 2 bên:

\justify

2. Danh sách liệt kê: 

Tham khảo http://applied-r.com/latex-list-structures/

- Black bullet list: 

\begin{outerlist} 
     \item ...  
     \item ...  
     \item ...
\end{outerlist} 

- White bullet list:

\begin{innerlist} 
     \item ...  
     \item ...  
     \item ...
\end{innerlist} 

-  Unordered Lists:

\begin{itemize} 
     \item ...  
     \item ...  
     \item ...
\end{itemize} 

Nhãn mặc định đánh dấu các mục trong danh sách là:

  • Level 1:     \textbullet (•),
  • Level 2:     \textendash (–) ,
  • Level 3:     \textasteriskcentered (*)
  • Level 4:     \textperiodcentered (·)

Để đổi nhãn dùng: \renewcommand{}, ví dụ:

\renewcommand{\labelitemi}{$\blacksquare$} 
\renewcommand\labelitemii{$\square$} 
\begin{itemize}  
     \item  Default item label  
     \item  Default item label  
     \item[$\square$]  Custom item 
\end{itemize} 

- Order lists:

\begin{enumerate}   
     \item The first 
     \item The second 
     \item The third etc \ldots
\end{enumerate}
\begin{description}  
     \item[First] \hfill \\  The first  
     \item[Second] \hfill \\  The second 
     \item[Third]  \hfill \\  The third etc \ldots\
end{description} 

Đổi nhãn liệt kê dùng lệnh: 

\renewcommand{\theenumii}{\Roman{enumii}} 

3. Vẽ hình đồ thị toán học

Các gói: Tikz, PZTricks, tkz-euclide, ...

Các tool để vẽ đồ họa dạng vec-tơ: Geogebra, Inkscape

* website vẽ các hình cơ bản: 



 



I BUILT MY SITE FOR FREE USING