我在 LaTeX 中编写了一个简单的表格代码,但它在页面中央对齐。我想将整个表格对齐到左侧位置。这怎么可能呢?
\begin{table}[h]
\begin{tabular}{| l |p{1in}|p{1in}| l | l |}
\hline
{\bf Examination} & {\bf School/college} & {\bf Board/University} &{\bf Year of passing }& $\%$ \\ \hline
B.Tech& A &B & 2014 & \\ \hline
Plus Two & Science & B & & \\ \hline
SSLC & SSLC & B & & \\
\hline
\end{tabular}
\end{table}