LaTeX中固定表格和插图在指定位置的方法

在表格和插图中加入【 [h] 】即可,如下:

egin{table}[h]
  caption{The summary of the notations frequently used in this paper}
  label{tab:notations}
  setlength{ abcolsep}{3pt}
  egin{tabular}{|p{50pt}|p{180pt}|}
  hline
  Notation& 
  Definition\
  hline
 
 
注意,这里用大写H不行,要用小写h。
原文地址:https://www.cnblogs.com/lzhu/p/13936714.html