Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
soft:latex [2020/07/25 09:27] Ce Zhangsoft:latex [2021/01/30 11:59] (current) – [LaTex] Ce Zhang
Line 1: Line 1:
-=====LaTex=====+=====LaTeX===== 
 +====multi-line comment==== 
 + 
 +\iffalse …. \fi 
 + 
 +====Rotate the table 90 degree ==== 
 + 
 +<code> 
 +\usepackage{rotating} 
 + 
 +\begin{sidewaystable} 
 +\begin{tabular}...\end{tabular} 
 +\end{sidewaystable} 
 +</code> 
 + 
 +====\rm==== 
 +\rm command is used to create right angled bracket. 
 +<code> 
 +$${\rm something}(x+something)$$ 
 +</code> 
 +$${\rm something}(x + something)$$ 
 ====Rotation==== ====Rotation====
 <code> <code>
Line 14: Line 35:
 <code> <code>
 \usepackage[colorlinks, citecolor=red]{hyperref} \usepackage[colorlinks, citecolor=red]{hyperref}
-\usepackage[colorlinks, +\usepackage[colorlinks, linkcolor=red, anchorcolor=blue, citecolor=green]{hyperref}        
-linkcolor=red, +
-anchorcolor=blue, +
-citecolor=green]{hyperref}        +
 </code> </code>