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/08/12 15:14] – [\rm] 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====
 \rm command is used to create right angled bracket. \rm command is used to create right angled bracket.